summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/findwnd.h
blob: d4ac8e05af3db6fcaa655d9a33daa82943dc2ffe (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
/****************************************************************************
** Form interface generated from reading ui file 'findwnd.ui'
**
** Created: Mon Sep 13 13:45:42 2004
**      by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef FINDWND_H
#define FINDWND_H

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

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QLabel;
class QLineEdit;
class QPushButton;
class QCheckBox;
class QButtonGroup;
class QRadioButton;

class findWnd : public QDialog
{
    Q_OBJECT

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

    QLabel* textLabel1;
    QLineEdit* findLineEdit;
    QPushButton* findButton;
    QPushButton* closeButton;
    QCheckBox* exactCheckBox;
    QCheckBox* caseSensCheckBox;
    QButtonGroup* buttonGroup1;
    QRadioButton* descRadioButton;
    QRadioButton* pwRadioButton;
    QRadioButton* commentRadioButton;
    QRadioButton* nameRadioButton;
    QRadioButton* urlRadioButton;
    QRadioButton* launcherRadioButton;

public slots:
    virtual void findButton_slot();
    virtual void selectionChanged_slot();
    virtual void closeButton_slot();

protected:

protected slots:
    virtual void languageChange();

};

#endif // FINDWND_H