1 | /******************************************************************************** |
---|
2 | ** Form generated from reading ui file 'vceditaccount.ui' |
---|
3 | ** |
---|
4 | ** Created: Tue Jan 26 20:40:59 2010 |
---|
5 | ** by: Qt User Interface Compiler version 4.5.2 |
---|
6 | ** |
---|
7 | ** WARNING! All changes made in this file will be lost when recompiling ui file! |
---|
8 | ********************************************************************************/ |
---|
9 | |
---|
10 | #ifndef UI_VCEDITACCOUNT_H |
---|
11 | #define UI_VCEDITACCOUNT_H |
---|
12 | |
---|
13 | #include <QtCore/QVariant> |
---|
14 | #include <QtGui/QAction> |
---|
15 | #include <QtGui/QApplication> |
---|
16 | #include <QtGui/QButtonGroup> |
---|
17 | #include <QtGui/QComboBox> |
---|
18 | #include <QtGui/QDialog> |
---|
19 | #include <QtGui/QDialogButtonBox> |
---|
20 | #include <QtGui/QFormLayout> |
---|
21 | #include <QtGui/QGridLayout> |
---|
22 | #include <QtGui/QGroupBox> |
---|
23 | #include <QtGui/QHeaderView> |
---|
24 | #include <QtGui/QLabel> |
---|
25 | #include <QtGui/QLineEdit> |
---|
26 | #include <QtGui/QSpacerItem> |
---|
27 | #include <QtGui/QVBoxLayout> |
---|
28 | |
---|
29 | QT_BEGIN_NAMESPACE |
---|
30 | |
---|
31 | class Ui_VCEditAccountClass |
---|
32 | { |
---|
33 | public: |
---|
34 | QGridLayout *gridLayout; |
---|
35 | QGroupBox *grpAccountInfos; |
---|
36 | QFormLayout *formLayout; |
---|
37 | QLabel *label; |
---|
38 | QLineEdit *edtName; |
---|
39 | QLabel *label_2; |
---|
40 | QComboBox *selGateway; |
---|
41 | QGroupBox *grpAccountSettings; |
---|
42 | QVBoxLayout *verticalLayout; |
---|
43 | QSpacerItem *horizontalSpacer_2; |
---|
44 | QDialogButtonBox *btnsNavigation; |
---|
45 | |
---|
46 | void setupUi(QDialog *VCEditAccountClass) |
---|
47 | { |
---|
48 | if (VCEditAccountClass->objectName().isEmpty()) |
---|
49 | VCEditAccountClass->setObjectName(QString::fromUtf8("VCEditAccountClass")); |
---|
50 | VCEditAccountClass->resize(400, 300); |
---|
51 | gridLayout = new QGridLayout(VCEditAccountClass); |
---|
52 | gridLayout->setSpacing(6); |
---|
53 | gridLayout->setMargin(11); |
---|
54 | gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
---|
55 | grpAccountInfos = new QGroupBox(VCEditAccountClass); |
---|
56 | grpAccountInfos->setObjectName(QString::fromUtf8("grpAccountInfos")); |
---|
57 | grpAccountInfos->setMaximumSize(QSize(16777215, 95)); |
---|
58 | formLayout = new QFormLayout(grpAccountInfos); |
---|
59 | formLayout->setSpacing(6); |
---|
60 | formLayout->setMargin(11); |
---|
61 | formLayout->setObjectName(QString::fromUtf8("formLayout")); |
---|
62 | label = new QLabel(grpAccountInfos); |
---|
63 | label->setObjectName(QString::fromUtf8("label")); |
---|
64 | |
---|
65 | formLayout->setWidget(0, QFormLayout::LabelRole, label); |
---|
66 | |
---|
67 | edtName = new QLineEdit(grpAccountInfos); |
---|
68 | edtName->setObjectName(QString::fromUtf8("edtName")); |
---|
69 | |
---|
70 | formLayout->setWidget(0, QFormLayout::FieldRole, edtName); |
---|
71 | |
---|
72 | label_2 = new QLabel(grpAccountInfos); |
---|
73 | label_2->setObjectName(QString::fromUtf8("label_2")); |
---|
74 | |
---|
75 | formLayout->setWidget(1, QFormLayout::LabelRole, label_2); |
---|
76 | |
---|
77 | selGateway = new QComboBox(grpAccountInfos); |
---|
78 | selGateway->setObjectName(QString::fromUtf8("selGateway")); |
---|
79 | selGateway->setInsertPolicy(QComboBox::InsertAlphabetically); |
---|
80 | |
---|
81 | formLayout->setWidget(1, QFormLayout::FieldRole, selGateway); |
---|
82 | |
---|
83 | |
---|
84 | gridLayout->addWidget(grpAccountInfos, 0, 0, 1, 2); |
---|
85 | |
---|
86 | grpAccountSettings = new QGroupBox(VCEditAccountClass); |
---|
87 | grpAccountSettings->setObjectName(QString::fromUtf8("grpAccountSettings")); |
---|
88 | verticalLayout = new QVBoxLayout(grpAccountSettings); |
---|
89 | verticalLayout->setSpacing(6); |
---|
90 | verticalLayout->setMargin(11); |
---|
91 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); |
---|
92 | |
---|
93 | gridLayout->addWidget(grpAccountSettings, 1, 0, 1, 2); |
---|
94 | |
---|
95 | horizontalSpacer_2 = new QSpacerItem(185, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
---|
96 | |
---|
97 | gridLayout->addItem(horizontalSpacer_2, 2, 0, 1, 1); |
---|
98 | |
---|
99 | btnsNavigation = new QDialogButtonBox(VCEditAccountClass); |
---|
100 | btnsNavigation->setObjectName(QString::fromUtf8("btnsNavigation")); |
---|
101 | btnsNavigation->setOrientation(Qt::Horizontal); |
---|
102 | btnsNavigation->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); |
---|
103 | btnsNavigation->setCenterButtons(false); |
---|
104 | |
---|
105 | gridLayout->addWidget(btnsNavigation, 2, 1, 1, 1); |
---|
106 | |
---|
107 | |
---|
108 | retranslateUi(VCEditAccountClass); |
---|
109 | |
---|
110 | selGateway->setCurrentIndex(-1); |
---|
111 | |
---|
112 | |
---|
113 | QMetaObject::connectSlotsByName(VCEditAccountClass); |
---|
114 | } // setupUi |
---|
115 | |
---|
116 | void retranslateUi(QDialog *VCEditAccountClass) |
---|
117 | { |
---|
118 | VCEditAccountClass->setWindowTitle(QApplication::translate("VCEditAccountClass", "Edit account", 0, QApplication::UnicodeUTF8)); |
---|
119 | grpAccountInfos->setTitle(QApplication::translate("VCEditAccountClass", "Account information", 0, QApplication::UnicodeUTF8)); |
---|
120 | label->setText(QApplication::translate("VCEditAccountClass", "Name:", 0, QApplication::UnicodeUTF8)); |
---|
121 | label_2->setText(QApplication::translate("VCEditAccountClass", "Gateway:", 0, QApplication::UnicodeUTF8)); |
---|
122 | grpAccountSettings->setTitle(QApplication::translate("VCEditAccountClass", "Account settings", 0, QApplication::UnicodeUTF8)); |
---|
123 | Q_UNUSED(VCEditAccountClass); |
---|
124 | } // retranslateUi |
---|
125 | |
---|
126 | }; |
---|
127 | |
---|
128 | namespace Ui { |
---|
129 | class VCEditAccountClass: public Ui_VCEditAccountClass {}; |
---|
130 | } // namespace Ui |
---|
131 | |
---|
132 | QT_END_NAMESPACE |
---|
133 | |
---|
134 | #endif // UI_VCEDITACCOUNT_H |
---|