summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/configwnd.h
blob: 608a38b29b5e806fcd3ba8ffca7ed816d494f058 (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/****************************************************************************
** Form interface generated from reading ui file 'configwnd.ui'
**
** Created: Tue Sep 14 15:20:50 2004
**      by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef CONFIGWND_H
#define CONFIGWND_H

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

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QPushButton;
class QTabWidget;
class QWidget;
class QComboBox;
class QLabel;
class QLineEdit;
class QCheckBox;
class QSpinBox;

class configWnd : public QDialog
{
    Q_OBJECT

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

    QPushButton* okButton;
    QPushButton* cancelButton;
    QTabWidget* tabWidget2;
    QWidget* tab;
    QComboBox* windowStyleComboBox;
    QLabel* textLabel1_5;
    QLabel* textLabel1_4;
    QPushButton* selEntrFontButton;
    QLabel* currEntrFont;
    QWidget* TabPage;
    QComboBox* compressionComboBox;
    QLabel* textLabel1_6;
    QLabel* textLabel1_8;
    QLineEdit* permissionLineEdit;
    QCheckBox* fileBackupCheckBox;
    QWidget* tab_2;
    QSpinBox* pwTimeoutSpinBox;
    QLabel* textLabel1;
    QLabel* textLabel1_7;
    QSpinBox* lockTimeoutSpinBox;
    QCheckBox* autoDeepLockCheckBox;
    QWidget* tab_3;
    QLabel* textLabel1_3;
    QLineEdit* autoStartLineEdit;
    QPushButton* browseAutoStButton;
    QCheckBox* autostartDeeplockedCheckBox;
    QWidget* tab_4;
    QLabel* textLabel2;
    QLineEdit* browserLineEdit;
    QLineEdit* xtermLineEdit;
    QLabel* textLabel3;
    QWidget* tab_5;
    QCheckBox* trayCheckBox;
    QCheckBox* openUnlockedCheckBox;
    QCheckBox* autoMinimizeCheckBox;
    QComboBox* minimizeLockComboBox;
    QLabel* textLabel1_9;
    QCheckBox* kwalletEmuCheckBox;
    QCheckBox* wndCloseCheckBox;

public slots:
    virtual void okButton_slot();
    virtual void cancelButton_slot();
    virtual void browseBgButton_slot();
    virtual void browseAutoStButton_slot();
    virtual void selEntrFontButton_slot();

protected:

protected slots:
    virtual void languageChange();

};

#endif // CONFIGWND_H