~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to src/tosecurityuserui.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Meskes
  • Date: 2009-04-07 13:16:05 UTC
  • mfrom: (1.2.7 upstream) (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090407131605-u422yigfv7jgg0l0
Tags: 2.0.0-3
* Cleaned up packaging a little bit.
* Added homepage information to control file.
* Bumped Standards-Version to 3.8.1.
* Released to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Form interface generated from reading ui file 'tosecurityuserui.ui'
3
 
**
4
 
** Created by: The User Interface Compiler ($Id: qt/main.cpp   3.3.6   edited Aug 31 2005 $)
5
 
**
6
 
** WARNING! All changes made in this file will be lost!
7
 
****************************************************************************/
8
 
 
9
 
#ifndef TOSECURITYUSERUI_H
10
 
#define TOSECURITYUSERUI_H
11
 
 
12
 
#include <qvariant.h>
13
 
#include <qwidget.h>
14
 
 
15
 
class QVBoxLayout;
16
 
class QHBoxLayout;
17
 
class QGridLayout;
18
 
class QSpacerItem;
19
 
class QLabel;
20
 
class QComboBox;
21
 
class QLineEdit;
22
 
class QTabWidget;
23
 
class QCheckBox;
24
 
class QFrame;
25
 
 
26
 
class toSecurityUserUI : public QWidget
27
 
{
28
 
    Q_OBJECT
29
 
 
30
 
public:
31
 
    toSecurityUserUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
32
 
    ~toSecurityUserUI();
33
 
 
34
 
    QLabel* NameLabel;
35
 
    QLabel* ProfileLabel;
36
 
    QComboBox* Profile;
37
 
    QLineEdit* Name;
38
 
    QTabWidget* Authentication;
39
 
    QWidget* PasswordTab;
40
 
    QLabel* TextLabel4;
41
 
    QLineEdit* Password;
42
 
    QLineEdit* Password2;
43
 
    QLabel* TextLabel4_2;
44
 
    QCheckBox* ExpirePassword;
45
 
    QWidget* ExternalTab;
46
 
    QLabel* TextLabel3;
47
 
    QWidget* GlobalTab;
48
 
    QLineEdit* GlobalName;
49
 
    QLabel* TextLabel1;
50
 
    QLabel* TextLabel6_2;
51
 
    QCheckBox* Locked;
52
 
    QComboBox* TempSpace;
53
 
    QFrame* Line1;
54
 
    QLabel* TextLabel6;
55
 
    QComboBox* DefaultSpace;
56
 
    QFrame* Line2;
57
 
 
58
 
protected:
59
 
    QGridLayout* toSecurityUserUILayout;
60
 
    QSpacerItem* Spacer4;
61
 
    QGridLayout* PasswordTabLayout;
62
 
    QSpacerItem* Spacer1;
63
 
    QGridLayout* ExternalTabLayout;
64
 
    QGridLayout* GlobalTabLayout;
65
 
    QSpacerItem* Spacer5;
66
 
 
67
 
protected slots:
68
 
    virtual void languageChange();
69
 
 
70
 
};
71
 
 
72
 
#endif // TOSECURITYUSERUI_H