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 |