summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/subtbledit.h
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/subtbledit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/subtbledit.h62
1 files changed, 62 insertions, 0 deletions
diff --git a/pwmanager/pwmanager/subtbledit.h b/pwmanager/pwmanager/subtbledit.h
new file mode 100644
index 0000000..601621d
--- a/dev/null
+++ b/pwmanager/pwmanager/subtbledit.h
@@ -0,0 +1,62 @@
1/****************************************************************************
2** Form interface generated from reading ui file 'subtbledit.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 SUBTBLEDIT_H
11#define SUBTBLEDIT_H
12
13#include <qvariant.h>
14#include <qdialog.h>
15
16class QVBoxLayout;
17class QHBoxLayout;
18class QGridLayout;
19class QSpacerItem;
20class QLabel;
21class QLineEdit;
22class QPushButton;
23class QGroupBox;
24class QListBox;
25class QListBoxItem;
26
27class subTblEdit : public QDialog
28{
29 Q_OBJECT
30
31public:
32 subTblEdit( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
33 ~subTblEdit();
34
35 QLabel* textLabel4;
36 QLabel* textLabel5;
37 QLineEdit* titleLineEdit;
38 QPushButton* okButton;
39 QPushButton* cancelButton;
40 QGroupBox* groupBox3;
41 QLabel* textLabel6;
42 QLabel* textLabel7;
43 QPushButton* addButton;
44 QLineEdit* valueLineEdit;
45 QLineEdit* nameLineEdit;
46 QListBox* entryListBox;
47 QPushButton* delButton;
48
49public slots:
50 virtual void okButton_slot();
51 virtual void cancelButton_slot();
52 virtual void addButton_slot();
53 virtual void delButton_slot();
54
55protected:
56
57protected slots:
58 virtual void languageChange();
59
60};
61
62#endif // SUBTBLEDIT_H