zz_newPartDialog.h

changeset 77
7c2f500405fe
parent 76
42284126072a
child 104
6e29bb0e83c5
equal deleted inserted replaced
76:42284126072a 77:7c2f500405fe
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef ZZ_NEWPARTDIALOG_H
20 #define ZZ_NEWPARTDIALOG_H
21
19 #include "gui.h" 22 #include "gui.h"
20 #include <qdialog.h> 23 #include <qdialog.h>
21 #include <qlabel.h> 24 #include <qlabel.h>
22 #include <qlineedit.h> 25 #include <qlineedit.h>
23 #include <qcombobox.h> 26 #include <qcombobox.h>
31 QLabel* qLB_Icon, *qLB_NameLabel, *qLB_AuthorLabel, *qLB_LicenseLabel, *qLB_BFCLabel; 34 QLabel* qLB_Icon, *qLB_NameLabel, *qLB_AuthorLabel, *qLB_LicenseLabel, *qLB_BFCLabel;
32 QLineEdit* qLE_Name, *qLE_Author; 35 QLineEdit* qLE_Name, *qLE_Author;
33 QComboBox* qCB_LicenseBox, *qCB_BFCBox; 36 QComboBox* qCB_LicenseBox, *qCB_BFCBox;
34 QDialogButtonBox* qButtons; 37 QDialogButtonBox* qButtons;
35 }; 38 };
39
40 #endif // ZZ_NEWPARTDIALOG_H

mercurial