summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/addentrywnd.h
blob: 905e265927e039b858c75df56755fa13ae8634bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/****************************************************************************
** Form interface generated from reading ui file 'addentrywnd.ui'
**
** Created: Tue Sep 14 13:42:03 2004
**      by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef ADDENTRYWND_H
#define ADDENTRYWND_H

#include <qvariant.h>
#include <qdialog.h>

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QLineEdit;
class QPushButton;
class QComboBox;
class QLabel;
class QGroupBox;

class addEntryWnd : public QDialog
{
    Q_OBJECT

public:
    addEntryWnd( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~addEntryWnd();

    QLineEdit* launcherLineEdit;
    QPushButton* cancelButton;
    QPushButton* generateButton;
    QLineEdit* descLineEdit;
    QComboBox* categoryComboBox;
    QLineEdit* usernameLineEdit;
    QLineEdit* pwLineEdit;
    QLineEdit* urlLineEdit;
    QLabel* textLabel1_3;
    QLabel* textLabel1;
    QLabel* textLabel1_2;
    QLabel* textLabel2;
    QLabel* textLabel3;
    QLabel* textLabel2_2;
    QLabel* textLabel3_2;
    QLabel* textLabel1_4;
    QLabel* textLabel3_3;
    QLabel* textLabel2_3;
    QLabel* textLabel5;
    QLabel* textLabel4_2;
    QPushButton* revealButton;
    QPushButton* okButton;
    QGroupBox* groupBox1;
    QLabel* commentDummy;
    QPushButton* advancedCommentButton;

public slots:
    virtual void okButton_slot();
    virtual void cancelButton_slot();
    virtual void revealButton_slot();
    virtual void generateButton_slot();
    virtual void advancedCommentButton_slot(bool on);

protected:

protected slots:
    virtual void languageChange();

};

#endif // ADDENTRYWND_H