summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/configwnd.h
Side-by-side diff
Diffstat (limited to 'pwmanager/pwmanager/configwnd.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/configwnd.h91
1 files changed, 91 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/configwnd.h b/pwmanager/pwmanager/configwnd.h
new file mode 100644
index 0000000..608a38b
--- a/dev/null
+++ b/pwmanager/pwmanager/configwnd.h
@@ -0,0 +1,91 @@
+/****************************************************************************
+** 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 <qvariant.h>
+#include <qdialog.h>
+
+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