diff options
Diffstat (limited to 'parts/filecreate/addglobaldlg.h')
-rw-r--r-- | parts/filecreate/addglobaldlg.h | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/parts/filecreate/addglobaldlg.h b/parts/filecreate/addglobaldlg.h new file mode 100644 index 00000000..0ec8e588 --- /dev/null +++ b/parts/filecreate/addglobaldlg.h @@ -0,0 +1,44 @@ +/**************************************************************************** +** Form interface generated from reading ui file './addglobaldlg.ui' +** +** Created: Сбт Лют 8 20:48:22 2003 +** by: The User Interface Compiler ($Id$) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ + +#ifndef ADDGLOBALDLG_H +#define ADDGLOBALDLG_H + +#include <qvariant.h> +#include <qdialog.h> + +class QVBoxLayout; +class QHBoxLayout; +class QGridLayout; +class QListView; +class QListViewItem; +class QPushButton; + +class AddGlobalDlg : public QDialog +{ + Q_OBJECT + +public: + AddGlobalDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ~AddGlobalDlg(); + + QPushButton* buttonHelp; + QPushButton* buttonOk; + QPushButton* buttonCancel; + QListView* fcglobal_view; + +protected: + QGridLayout* AddGlobalDlgLayout; + QHBoxLayout* Layout1; + +protected slots: + virtual void languageChange(); +}; + +#endif // ADDGLOBALDLG_H |