summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/pwgenwnd.h
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/pwgenwnd.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/pwgenwnd.h78
1 files changed, 78 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/pwgenwnd.h b/pwmanager/pwmanager/pwgenwnd.h
new file mode 100644
index 0000000..3403d78
--- a/dev/null
+++ b/pwmanager/pwmanager/pwgenwnd.h
@@ -0,0 +1,78 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'pwgenwnd.ui'
3**
4** Created: Tue Sep 14 15:32:37 2004
5** by: The User Interface Compiler ($Id$)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9
10#ifndef PWGENWND_H
11#define PWGENWND_H
12
13#include <qvariant.h>
14#include <qdialog.h>
15
16class QVBoxLayout;
17class QHBoxLayout;
18class QGridLayout;
19class QSpacerItem;
20class QGroupBox;
21class QCheckBox;
22class QLabel;
23class QLineEdit;
24class QSpinBox;
25class QPushButton;
26
27class pwGenWnd : public QDialog
28{
29 Q_OBJECT
30
31public:
32 pwGenWnd( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
33 ~pwGenWnd();
34
35 QGroupBox* groupBox1;
36 QCheckBox* int_charLowerCheckBox;
37 QLabel* textLabel4;
38 QCheckBox* int_charUpperCheckBox;
39 QLabel* textLabel5;
40 QCheckBox* int_charNumCheckBox;
41 QLabel* textLabel6;
42 QCheckBox* int_charSpecCheckBox;
43 QLabel* textLabel7;
44 QCheckBox* int_charBlankCheckBox;
45 QCheckBox* int_charUserCheckBox;
46 QLineEdit* int_userDefLineEdit;
47 QLabel* textLabel2;
48 QSpinBox* int_lenSpinBox;
49 QCheckBox* int_filterCheckBox;
50 QPushButton* genButton;
51 QPushButton* cancelButton;
52
53public slots:
54 virtual void cancelButton_slot();
55 virtual void genButton_slot();
56
57protected:
58 QVBoxLayout* pwGenWndLayout;
59 QVBoxLayout* groupBox1Layout;
60 QHBoxLayout* layout2;
61 QSpacerItem* spacer1;
62 QHBoxLayout* layout3;
63 QSpacerItem* spacer2;
64 QHBoxLayout* layout4;
65 QSpacerItem* spacer3;
66 QHBoxLayout* layout6;
67 QSpacerItem* spacer4;
68 QHBoxLayout* layout7;
69 QSpacerItem* spacer5;
70 QHBoxLayout* layout8;
71 QHBoxLayout* layout1;
72
73protected slots:
74 virtual void languageChange();
75
76};
77
78#endif // PWGENWND_H