summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/getmasterpwwnd.h
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/getmasterpwwnd.h') (more/less context) (show whitespace changes)
-rw-r--r--pwmanager/pwmanager/getmasterpwwnd.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/getmasterpwwnd.h b/pwmanager/pwmanager/getmasterpwwnd.h
new file mode 100644
index 0000000..018628e
--- a/dev/null
+++ b/pwmanager/pwmanager/getmasterpwwnd.h
@@ -0,0 +1,48 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'getmasterpwwnd.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 GETMASTERPWWND_H
11#define GETMASTERPWWND_H
12
13#include <qvariant.h>
14#include <qdialog.h>
15
16class QVBoxLayout;
17class QHBoxLayout;
18class QGridLayout;
19class QSpacerItem;
20class QPushButton;
21class QLabel;
22class QLineEdit;
23
24class getMasterPwWnd : public QDialog
25{
26 Q_OBJECT
27
28public:
29 getMasterPwWnd( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
30 ~getMasterPwWnd();
31
32 QPushButton* okButton;
33 QPushButton* cancelButton;
34 QLabel* textLabel1;
35 QLineEdit* pwLineEdit;
36
37public slots:
38 virtual void okButton_slot();
39 virtual void cancelButton_slot();
40
41protected:
42
43protected slots:
44 virtual void languageChange();
45
46};
47
48#endif // GETMASTERPWWND_H