00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_FICHACFGBASE_H
00011 #define UI_FICHACFGBASE_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QFrame>
00018 #include <QtGui/QHBoxLayout>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QLineEdit>
00021 #include <QtGui/QPushButton>
00022 #include <QtGui/QSpacerItem>
00023 #include <QtGui/QTabWidget>
00024 #include <QtGui/QTableWidget>
00025 #include <QtGui/QVBoxLayout>
00026 #include <QtGui/QWidget>
00027
00028 class Ui_FichaCfgBase
00029 {
00030 public:
00031 QVBoxLayout *vboxLayout;
00032 QFrame *frame;
00033 QVBoxLayout *vboxLayout1;
00034 QTabWidget *mui_tab;
00035 QWidget *tab;
00036 QVBoxLayout *vboxLayout2;
00037 QHBoxLayout *hboxLayout;
00038 QLabel *label;
00039 QLineEdit *mui_tablename;
00040 QSpacerItem *spacerItem;
00041 QTableWidget *mui_databasetable;
00042 QWidget *tab_2;
00043 QVBoxLayout *vboxLayout3;
00044 QHBoxLayout *hboxLayout1;
00045 QLabel *label_2;
00046 QLineEdit *mui_formtablename;
00047 QSpacerItem *spacerItem1;
00048 QHBoxLayout *hboxLayout2;
00049 QLabel *label_3;
00050 QLineEdit *mui_formcampoindice;
00051 QSpacerItem *spacerItem2;
00052 QTableWidget *mui_formelements;
00053 QWidget *tab_3;
00054 QVBoxLayout *vboxLayout4;
00055 QHBoxLayout *hboxLayout3;
00056 QLabel *label_5;
00057 QLineEdit *mui_currentuser;
00058 QSpacerItem *spacerItem3;
00059 QHBoxLayout *hboxLayout4;
00060 QLabel *label_4;
00061 QLineEdit *mui_tableowner;
00062 QSpacerItem *spacerItem4;
00063 QTableWidget *mui_usertable;
00064 QWidget *tab_4;
00065 QWidget *tab_5;
00066 QHBoxLayout *hboxLayout5;
00067 QSpacerItem *spacerItem5;
00068 QPushButton *pushButton;
00069
00070 void setupUi(QWidget *FichaCfgBase)
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 }
00282
00283 void retranslateUi(QWidget *FichaCfgBase)
00284 {
00285 FichaCfgBase->setWindowTitle(QApplication::translate("FichaCfgBase", "Form", 0, QApplication::UnicodeUTF8));
00286 label->setText(QApplication::translate("FichaCfgBase", "Nombre de la Tabla", 0, QApplication::UnicodeUTF8));
00287 mui_tab->setTabText(mui_tab->indexOf(tab), QApplication::translate("FichaCfgBase", "Database Table", 0, QApplication::UnicodeUTF8));
00288 label_2->setText(QApplication::translate("FichaCfgBase", "Nombre de la Tabla", 0, QApplication::UnicodeUTF8));
00289 label_3->setText(QApplication::translate("FichaCfgBase", "Campo \303\215ndice", 0, QApplication::UnicodeUTF8));
00290 mui_tab->setTabText(mui_tab->indexOf(tab_2), QApplication::translate("FichaCfgBase", "Form Elements", 0, QApplication::UnicodeUTF8));
00291 label_5->setText(QApplication::translate("FichaCfgBase", "Usuario Actual", 0, QApplication::UnicodeUTF8));
00292 label_4->setText(QApplication::translate("FichaCfgBase", "Propietario de la tablas", 0, QApplication::UnicodeUTF8));
00293 mui_tab->setTabText(mui_tab->indexOf(tab_3), QApplication::translate("FichaCfgBase", "User Preferences", 0, QApplication::UnicodeUTF8));
00294 mui_tab->setTabText(mui_tab->indexOf(tab_4), QApplication::translate("FichaCfgBase", "Databse Scripting", 0, QApplication::UnicodeUTF8));
00295 mui_tab->setTabText(mui_tab->indexOf(tab_5), QApplication::translate("FichaCfgBase", "Qt Scripting", 0, QApplication::UnicodeUTF8));
00296 pushButton->setText(QApplication::translate("FichaCfgBase", "Cerrar", 0, QApplication::UnicodeUTF8));
00297 Q_UNUSED(FichaCfgBase);
00298 }
00299
00300 };
00301
00302 namespace Ui {
00303 class FichaCfgBase: public Ui_FichaCfgBase {};
00304 }
00305
00306 #endif // UI_FICHACFGBASE_H