Definition at line 70 of file ui_fichacfgbase.h.
References frame, hboxLayout, hboxLayout1, hboxLayout2, hboxLayout3, hboxLayout4, hboxLayout5, label, label_2, label_3, label_4, label_5, mui_currentuser, mui_databasetable, mui_formcampoindice, mui_formelements, mui_formtablename, mui_tab, mui_tablename, mui_tableowner, mui_usertable, pushButton, retranslateUi(), spacerItem, spacerItem1, spacerItem2, spacerItem3, spacerItem4, spacerItem5, tab, tab_2, tab_3, tab_4, tab_5, vboxLayout, vboxLayout1, vboxLayout2, vboxLayout3, and vboxLayout4.
Referenced by FichaCfg::FichaCfg().
00071 {
00072 FichaCfgBase->setObjectName(QString::fromUtf8("FichaCfgBase"));
00073 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7));
00074 sizePolicy.setHorizontalStretch(0);
00075 sizePolicy.setVerticalStretch(0);
00076 sizePolicy.setHeightForWidth(FichaCfgBase->sizePolicy().hasHeightForWidth());
00077 FichaCfgBase->setSizePolicy(sizePolicy);
00078 FichaCfgBase->setAutoFillBackground(true);
00079 vboxLayout = new QVBoxLayout(FichaCfgBase);
00080 vboxLayout->setSpacing(0);
00081 vboxLayout->setMargin(0);
00082 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00083 frame = new QFrame(FichaCfgBase);
00084 frame->setObjectName(QString::fromUtf8("frame"));
00085 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7));
00086 sizePolicy1.setHorizontalStretch(0);
00087 sizePolicy1.setVerticalStretch(0);
00088 sizePolicy1.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
00089 frame->setSizePolicy(sizePolicy1);
00090 frame->setAutoFillBackground(true);
00091 frame->setFrameShape(QFrame::StyledPanel);
00092 frame->setFrameShadow(QFrame::Raised);
00093 vboxLayout1 = new QVBoxLayout(frame);
00094 vboxLayout1->setSpacing(0);
00095 vboxLayout1->setMargin(0);
00096 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00097 mui_tab = new QTabWidget(frame);
00098 mui_tab->setObjectName(QString::fromUtf8("mui_tab"));
00099 tab = new QWidget();
00100 tab->setObjectName(QString::fromUtf8("tab"));
00101 vboxLayout2 = new QVBoxLayout(tab);
00102 vboxLayout2->setSpacing(6);
00103 vboxLayout2->setMargin(9);
00104 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00105 hboxLayout = new QHBoxLayout();
00106 hboxLayout->setSpacing(6);
00107 hboxLayout->setMargin(0);
00108 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00109 label = new QLabel(tab);
00110 label->setObjectName(QString::fromUtf8("label"));
00111
00112 hboxLayout->addWidget(label);
00113
00114 mui_tablename = new QLineEdit(tab);
00115 mui_tablename->setObjectName(QString::fromUtf8("mui_tablename"));
00116
00117 hboxLayout->addWidget(mui_tablename);
00118
00119 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00120
00121 hboxLayout->addItem(spacerItem);
00122
00123
00124 vboxLayout2->addLayout(hboxLayout);
00125
00126 mui_databasetable = new QTableWidget(tab);
00127 mui_databasetable->setObjectName(QString::fromUtf8("mui_databasetable"));
00128
00129 vboxLayout2->addWidget(mui_databasetable);
00130
00131 mui_tab->addTab(tab, QApplication::translate("FichaCfgBase", "Database Table", 0, QApplication::UnicodeUTF8));
00132 tab_2 = new QWidget();
00133 tab_2->setObjectName(QString::fromUtf8("tab_2"));
00134 vboxLayout3 = new QVBoxLayout(tab_2);
00135 vboxLayout3->setSpacing(6);
00136 vboxLayout3->setMargin(9);
00137 vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00138 hboxLayout1 = new QHBoxLayout();
00139 hboxLayout1->setSpacing(6);
00140 hboxLayout1->setMargin(0);
00141 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00142 label_2 = new QLabel(tab_2);
00143 label_2->setObjectName(QString::fromUtf8("label_2"));
00144
00145 hboxLayout1->addWidget(label_2);
00146
00147 mui_formtablename = new QLineEdit(tab_2);
00148 mui_formtablename->setObjectName(QString::fromUtf8("mui_formtablename"));
00149
00150 hboxLayout1->addWidget(mui_formtablename);
00151
00152 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00153
00154 hboxLayout1->addItem(spacerItem1);
00155
00156
00157 vboxLayout3->addLayout(hboxLayout1);
00158
00159 hboxLayout2 = new QHBoxLayout();
00160 hboxLayout2->setSpacing(6);
00161 hboxLayout2->setMargin(0);
00162 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00163 label_3 = new QLabel(tab_2);
00164 label_3->setObjectName(QString::fromUtf8("label_3"));
00165
00166 hboxLayout2->addWidget(label_3);
00167
00168 mui_formcampoindice = new QLineEdit(tab_2);
00169 mui_formcampoindice->setObjectName(QString::fromUtf8("mui_formcampoindice"));
00170
00171 hboxLayout2->addWidget(mui_formcampoindice);
00172
00173 spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00174
00175 hboxLayout2->addItem(spacerItem2);
00176
00177
00178 vboxLayout3->addLayout(hboxLayout2);
00179
00180 mui_formelements = new QTableWidget(tab_2);
00181 mui_formelements->setObjectName(QString::fromUtf8("mui_formelements"));
00182
00183 vboxLayout3->addWidget(mui_formelements);
00184
00185 mui_tab->addTab(tab_2, QApplication::translate("FichaCfgBase", "Form Elements", 0, QApplication::UnicodeUTF8));
00186 tab_3 = new QWidget();
00187 tab_3->setObjectName(QString::fromUtf8("tab_3"));
00188 vboxLayout4 = new QVBoxLayout(tab_3);
00189 vboxLayout4->setSpacing(6);
00190 vboxLayout4->setMargin(9);
00191 vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00192 hboxLayout3 = new QHBoxLayout();
00193 hboxLayout3->setSpacing(6);
00194 hboxLayout3->setMargin(0);
00195 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00196 label_5 = new QLabel(tab_3);
00197 label_5->setObjectName(QString::fromUtf8("label_5"));
00198
00199 hboxLayout3->addWidget(label_5);
00200
00201 mui_currentuser = new QLineEdit(tab_3);
00202 mui_currentuser->setObjectName(QString::fromUtf8("mui_currentuser"));
00203
00204 hboxLayout3->addWidget(mui_currentuser);
00205
00206 spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00207
00208 hboxLayout3->addItem(spacerItem3);
00209
00210
00211 vboxLayout4->addLayout(hboxLayout3);
00212
00213 hboxLayout4 = new QHBoxLayout();
00214 hboxLayout4->setSpacing(6);
00215 hboxLayout4->setMargin(0);
00216 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00217 label_4 = new QLabel(tab_3);
00218 label_4->setObjectName(QString::fromUtf8("label_4"));
00219
00220 hboxLayout4->addWidget(label_4);
00221
00222 mui_tableowner = new QLineEdit(tab_3);
00223 mui_tableowner->setObjectName(QString::fromUtf8("mui_tableowner"));
00224
00225 hboxLayout4->addWidget(mui_tableowner);
00226
00227 spacerItem4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00228
00229 hboxLayout4->addItem(spacerItem4);
00230
00231
00232 vboxLayout4->addLayout(hboxLayout4);
00233
00234 mui_usertable = new QTableWidget(tab_3);
00235 mui_usertable->setObjectName(QString::fromUtf8("mui_usertable"));
00236
00237 vboxLayout4->addWidget(mui_usertable);
00238
00239 mui_tab->addTab(tab_3, QApplication::translate("FichaCfgBase", "User Preferences", 0, QApplication::UnicodeUTF8));
00240 tab_4 = new QWidget();
00241 tab_4->setObjectName(QString::fromUtf8("tab_4"));
00242 mui_tab->addTab(tab_4, QApplication::translate("FichaCfgBase", "Databse Scripting", 0, QApplication::UnicodeUTF8));
00243 tab_5 = new QWidget();
00244 tab_5->setObjectName(QString::fromUtf8("tab_5"));
00245 mui_tab->addTab(tab_5, QApplication::translate("FichaCfgBase", "Qt Scripting", 0, QApplication::UnicodeUTF8));
00246
00247 vboxLayout1->addWidget(mui_tab);
00248
00249 hboxLayout5 = new QHBoxLayout();
00250 hboxLayout5->setSpacing(0);
00251 hboxLayout5->setMargin(0);
00252 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00253 spacerItem5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00254
00255 hboxLayout5->addItem(spacerItem5);
00256
00257 pushButton = new QPushButton(frame);
00258 pushButton->setObjectName(QString::fromUtf8("pushButton"));
00259
00260 hboxLayout5->addWidget(pushButton);
00261
00262
00263 vboxLayout1->addLayout(hboxLayout5);
00264
00265
00266 vboxLayout->addWidget(frame);
00267
00268
00269 retranslateUi(FichaCfgBase);
00270
00271 QSize size(582, 533);
00272 size = size.expandedTo(FichaCfgBase->minimumSizeHint());
00273 FichaCfgBase->resize(size);
00274
00275 QObject::connect(pushButton, SIGNAL(clicked()), FichaCfgBase, SLOT(close()));
00276
00277 mui_tab->setCurrentIndex(0);
00278
00279
00280 QMetaObject::connectSlotsByName(FichaCfgBase);
00281 }