summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/setmasterpwwnd.h
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/setmasterpwwnd.h') (more/less context) (show whitespace changes)
-rw-r--r--pwmanager/pwmanager/setmasterpwwnd.h63
1 files changed, 63 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/setmasterpwwnd.h b/pwmanager/pwmanager/setmasterpwwnd.h
new file mode 100644
index 0000000..c0b1a27
--- a/dev/null
+++ b/pwmanager/pwmanager/setmasterpwwnd.h
@@ -0,0 +1,63 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'setmasterpwwnd.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 SETMASTERPWWND_H
11#define SETMASTERPWWND_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 QLabel;
24class QLineEdit;
25
26class setMasterPwWnd : public QDialog
27{
28 Q_OBJECT
29
30public:
31 setMasterPwWnd( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
32 ~setMasterPwWnd();
33
34 QPushButton* okButton;
35 QPushButton* cancelButton;
36 QTabWidget* mainTab;
37 QWidget* tab;
38 QLabel* textLabel2;
39 QLabel* textLabel3;
40 QLabel* textLabel1;
41 QLineEdit* pwEdit_1;
42 QLineEdit* pwEdit_2;
43 QWidget* tab_2;
44 QLabel* textLabel1_2;
45 QLabel* textLabel2_2;
46 QPushButton* selCardButton;
47 QPushButton* genCardButton;
48 QLabel* curCardIdLabel;
49
50public slots:
51 virtual void okButton_slot();
52 virtual void cancelButton_slot();
53 virtual void genCardButton_slot();
54 virtual void selCardButton_slot();
55
56protected:
57
58protected slots:
59 virtual void languageChange();
60
61};
62
63#endif // SETMASTERPWWND_H