summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/addentrywnd.h
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/addentrywnd.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/addentrywnd.h74
1 files changed, 74 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/addentrywnd.h b/pwmanager/pwmanager/addentrywnd.h
new file mode 100644
index 0000000..905e265
--- a/dev/null
+++ b/pwmanager/pwmanager/addentrywnd.h
@@ -0,0 +1,74 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'addentrywnd.ui'
3**
4** Created: Tue Sep 14 13:42:03 2004
5** by: The User Interface Compiler ($Id$)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9
10#ifndef ADDENTRYWND_H
11#define ADDENTRYWND_H
12
13#include <qvariant.h>
14#include <qdialog.h>
15
16class QVBoxLayout;
17class QHBoxLayout;
18class QGridLayout;
19class QSpacerItem;
20class QLineEdit;
21class QPushButton;
22class QComboBox;
23class QLabel;
24class QGroupBox;
25
26class addEntryWnd : public QDialog
27{
28 Q_OBJECT
29
30public:
31 addEntryWnd( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
32 ~addEntryWnd();
33
34 QLineEdit* launcherLineEdit;
35 QPushButton* cancelButton;
36 QPushButton* generateButton;
37 QLineEdit* descLineEdit;
38 QComboBox* categoryComboBox;
39 QLineEdit* usernameLineEdit;
40 QLineEdit* pwLineEdit;
41 QLineEdit* urlLineEdit;
42 QLabel* textLabel1_3;
43 QLabel* textLabel1;
44 QLabel* textLabel1_2;
45 QLabel* textLabel2;
46 QLabel* textLabel3;
47 QLabel* textLabel2_2;
48 QLabel* textLabel3_2;
49 QLabel* textLabel1_4;
50 QLabel* textLabel3_3;
51 QLabel* textLabel2_3;
52 QLabel* textLabel5;
53 QLabel* textLabel4_2;
54 QPushButton* revealButton;
55 QPushButton* okButton;
56 QGroupBox* groupBox1;
57 QLabel* commentDummy;
58 QPushButton* advancedCommentButton;
59
60public slots:
61 virtual void okButton_slot();
62 virtual void cancelButton_slot();
63 virtual void revealButton_slot();
64 virtual void generateButton_slot();
65 virtual void advancedCommentButton_slot(bool on);
66
67protected:
68
69protected slots:
70 virtual void languageChange();
71
72};
73
74#endif // ADDENTRYWND_H