summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/configwnd.h
Unidiff
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 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'configwnd.ui'
3**
4** Created: Tue Sep 14 15:20:50 2004
5** by: The User Interface Compiler ($Id$)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9
10#ifndef CONFIGWND_H
11#define CONFIGWND_H
12
13#include <qvariant.h>
14#include <qdialog.h>
15
16class QVBoxLayout;
17class QHBoxLayout;
18class QGridLayout;
19class QSpacerItem;
20class QPushButton;
21class QTabWidget;
22class QWidget;
23class QComboBox;
24class QLabel;
25class QLineEdit;
26class QCheckBox;
27class QSpinBox;
28
29class configWnd : public QDialog
30{
31 Q_OBJECT
32
33public:
34 configWnd( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
35 ~configWnd();
36
37 QPushButton* okButton;
38 QPushButton* cancelButton;
39 QTabWidget* tabWidget2;
40 QWidget* tab;
41 QComboBox* windowStyleComboBox;
42 QLabel* textLabel1_5;
43 QLabel* textLabel1_4;
44 QPushButton* selEntrFontButton;
45 QLabel* currEntrFont;
46 QWidget* TabPage;
47 QComboBox* compressionComboBox;
48 QLabel* textLabel1_6;
49 QLabel* textLabel1_8;
50 QLineEdit* permissionLineEdit;
51 QCheckBox* fileBackupCheckBox;
52 QWidget* tab_2;
53 QSpinBox* pwTimeoutSpinBox;
54 QLabel* textLabel1;
55 QLabel* textLabel1_7;
56 QSpinBox* lockTimeoutSpinBox;
57 QCheckBox* autoDeepLockCheckBox;
58 QWidget* tab_3;
59 QLabel* textLabel1_3;
60 QLineEdit* autoStartLineEdit;
61 QPushButton* browseAutoStButton;
62 QCheckBox* autostartDeeplockedCheckBox;
63 QWidget* tab_4;
64 QLabel* textLabel2;
65 QLineEdit* browserLineEdit;
66 QLineEdit* xtermLineEdit;
67 QLabel* textLabel3;
68 QWidget* tab_5;
69 QCheckBox* trayCheckBox;
70 QCheckBox* openUnlockedCheckBox;
71 QCheckBox* autoMinimizeCheckBox;
72 QComboBox* minimizeLockComboBox;
73 QLabel* textLabel1_9;
74 QCheckBox* kwalletEmuCheckBox;
75 QCheckBox* wndCloseCheckBox;
76
77public slots:
78 virtual void okButton_slot();
79 virtual void cancelButton_slot();
80 virtual void browseBgButton_slot();
81 virtual void browseAutoStButton_slot();
82 virtual void selEntrFontButton_slot();
83
84protected:
85
86protected slots:
87 virtual void languageChange();
88
89};
90
91#endif // CONFIGWND_H