/**************************************************************************** ** Form interface generated from reading ui file 'configwnd.ui' ** ** Created: Tue Sep 14 15:20:50 2004 ** by: The User Interface Compiler ($Id$) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef CONFIGWND_H #define CONFIGWND_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QPushButton; class QTabWidget; class QWidget; class QComboBox; class QLabel; class QLineEdit; class QCheckBox; class QSpinBox; class configWnd : public QDialog { Q_OBJECT public: configWnd( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~configWnd(); QPushButton* okButton; QPushButton* cancelButton; QTabWidget* tabWidget2; QWidget* tab; QComboBox* windowStyleComboBox; QLabel* textLabel1_5; QLabel* textLabel1_4; QPushButton* selEntrFontButton; QLabel* currEntrFont; QWidget* TabPage; QComboBox* compressionComboBox; QLabel* textLabel1_6; QLabel* textLabel1_8; QLineEdit* permissionLineEdit; QCheckBox* fileBackupCheckBox; QWidget* tab_2; QSpinBox* pwTimeoutSpinBox; QLabel* textLabel1; QLabel* textLabel1_7; QSpinBox* lockTimeoutSpinBox; QCheckBox* autoDeepLockCheckBox; QWidget* tab_3; QLabel* textLabel1_3; QLineEdit* autoStartLineEdit; QPushButton* browseAutoStButton; QCheckBox* autostartDeeplockedCheckBox; QWidget* tab_4; QLabel* textLabel2; QLineEdit* browserLineEdit; QLineEdit* xtermLineEdit; QLabel* textLabel3; QWidget* tab_5; QCheckBox* trayCheckBox; QCheckBox* openUnlockedCheckBox; QCheckBox* autoMinimizeCheckBox; QComboBox* minimizeLockComboBox; QLabel* textLabel1_9; QCheckBox* kwalletEmuCheckBox; QCheckBox* wndCloseCheckBox; public slots: virtual void okButton_slot(); virtual void cancelButton_slot(); virtual void browseBgButton_slot(); virtual void browseAutoStButton_slot(); virtual void selEntrFontButton_slot(); protected: protected slots: virtual void languageChange(); }; #endif // CONFIGWND_H