Ui_FichaCfgBase Class Reference

#include <ui_fichacfgbase.h>

Inheritance diagram for Ui_FichaCfgBase:

FichaCfg Ui::FichaCfgBase

Public Member Functions

void setupUi (QWidget *FichaCfgBase)
void retranslateUi (QWidget *FichaCfgBase)

Data Fields

QVBoxLayout * vboxLayout
QFrame * frame
QVBoxLayout * vboxLayout1
QTabWidget * mui_tab
QWidgettab
QVBoxLayout * vboxLayout2
QHBoxLayout * hboxLayout
QLabellabel
QLineEditmui_tablename
QSpacerItem * spacerItem
QTableWidgetmui_databasetable
QWidgettab_2
QVBoxLayout * vboxLayout3
QHBoxLayout * hboxLayout1
QLabellabel_2
QLineEditmui_formtablename
QSpacerItem * spacerItem1
QHBoxLayout * hboxLayout2
QLabellabel_3
QLineEditmui_formcampoindice
QSpacerItem * spacerItem2
QTableWidgetmui_formelements
QWidgettab_3
QVBoxLayout * vboxLayout4
QHBoxLayout * hboxLayout3
QLabellabel_5
QLineEditmui_currentuser
QSpacerItem * spacerItem3
QHBoxLayout * hboxLayout4
QLabellabel_4
QLineEditmui_tableowner
QSpacerItem * spacerItem4
QTableWidgetmui_usertable
QWidgettab_4
QWidgettab_5
QHBoxLayout * hboxLayout5
QSpacerItem * spacerItem5
QPushButton * pushButton

Detailed Description

Definition at line 28 of file ui_fichacfgbase.h.


Member Function Documentation

void Ui_FichaCfgBase::setupUi ( QWidget FichaCfgBase  )  [inline]

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     } // setupUi

void Ui_FichaCfgBase::retranslateUi ( QWidget FichaCfgBase  )  [inline]

Definition at line 283 of file ui_fichacfgbase.h.

References label, label_2, label_3, label_4, label_5, mui_tab, pushButton, tab, tab_2, tab_3, tab_4, and tab_5.

Referenced by setupUi().

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     } // retranslateUi


Field Documentation

QVBoxLayout* Ui_FichaCfgBase::vboxLayout

Definition at line 31 of file ui_fichacfgbase.h.

Referenced by setupUi().

QFrame* Ui_FichaCfgBase::frame

Definition at line 32 of file ui_fichacfgbase.h.

Referenced by setupUi().

QVBoxLayout* Ui_FichaCfgBase::vboxLayout1

Definition at line 33 of file ui_fichacfgbase.h.

Referenced by setupUi().

QTabWidget* Ui_FichaCfgBase::mui_tab

Definition at line 34 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QWidget* Ui_FichaCfgBase::tab

Definition at line 35 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QVBoxLayout* Ui_FichaCfgBase::vboxLayout2

Definition at line 36 of file ui_fichacfgbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_FichaCfgBase::hboxLayout

Definition at line 37 of file ui_fichacfgbase.h.

Referenced by setupUi().

QLabel* Ui_FichaCfgBase::label

Definition at line 38 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QLineEdit* Ui_FichaCfgBase::mui_tablename

Definition at line 39 of file ui_fichacfgbase.h.

Referenced by FichaCfg::FichaCfg(), and setupUi().

QSpacerItem* Ui_FichaCfgBase::spacerItem

Definition at line 40 of file ui_fichacfgbase.h.

Referenced by setupUi().

QTableWidget* Ui_FichaCfgBase::mui_databasetable

Definition at line 41 of file ui_fichacfgbase.h.

Referenced by FichaCfg::FichaCfg(), and setupUi().

QWidget* Ui_FichaCfgBase::tab_2

Definition at line 42 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QVBoxLayout* Ui_FichaCfgBase::vboxLayout3

Definition at line 43 of file ui_fichacfgbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_FichaCfgBase::hboxLayout1

Definition at line 44 of file ui_fichacfgbase.h.

Referenced by setupUi().

QLabel* Ui_FichaCfgBase::label_2

Definition at line 45 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QLineEdit* Ui_FichaCfgBase::mui_formtablename

Definition at line 46 of file ui_fichacfgbase.h.

Referenced by FichaCfg::FichaCfg(), and setupUi().

QSpacerItem* Ui_FichaCfgBase::spacerItem1

Definition at line 47 of file ui_fichacfgbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_FichaCfgBase::hboxLayout2

Definition at line 48 of file ui_fichacfgbase.h.

Referenced by setupUi().

QLabel* Ui_FichaCfgBase::label_3

Definition at line 49 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QLineEdit* Ui_FichaCfgBase::mui_formcampoindice

Definition at line 50 of file ui_fichacfgbase.h.

Referenced by FichaCfg::FichaCfg(), and setupUi().

QSpacerItem* Ui_FichaCfgBase::spacerItem2

Definition at line 51 of file ui_fichacfgbase.h.

Referenced by setupUi().

QTableWidget* Ui_FichaCfgBase::mui_formelements

Definition at line 52 of file ui_fichacfgbase.h.

Referenced by FichaCfg::FichaCfg(), and setupUi().

QWidget* Ui_FichaCfgBase::tab_3

Definition at line 53 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QVBoxLayout* Ui_FichaCfgBase::vboxLayout4

Definition at line 54 of file ui_fichacfgbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_FichaCfgBase::hboxLayout3

Definition at line 55 of file ui_fichacfgbase.h.

Referenced by setupUi().

QLabel* Ui_FichaCfgBase::label_5

Definition at line 56 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QLineEdit* Ui_FichaCfgBase::mui_currentuser

Definition at line 57 of file ui_fichacfgbase.h.

Referenced by FichaCfg::FichaCfg(), and setupUi().

QSpacerItem* Ui_FichaCfgBase::spacerItem3

Definition at line 58 of file ui_fichacfgbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_FichaCfgBase::hboxLayout4

Definition at line 59 of file ui_fichacfgbase.h.

Referenced by setupUi().

QLabel* Ui_FichaCfgBase::label_4

Definition at line 60 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QLineEdit* Ui_FichaCfgBase::mui_tableowner

Definition at line 61 of file ui_fichacfgbase.h.

Referenced by setupUi().

QSpacerItem* Ui_FichaCfgBase::spacerItem4

Definition at line 62 of file ui_fichacfgbase.h.

Referenced by setupUi().

QTableWidget* Ui_FichaCfgBase::mui_usertable

Definition at line 63 of file ui_fichacfgbase.h.

Referenced by FichaCfg::FichaCfg(), and setupUi().

QWidget* Ui_FichaCfgBase::tab_4

Definition at line 64 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QWidget* Ui_FichaCfgBase::tab_5

Definition at line 65 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().

QHBoxLayout* Ui_FichaCfgBase::hboxLayout5

Definition at line 66 of file ui_fichacfgbase.h.

Referenced by setupUi().

QSpacerItem* Ui_FichaCfgBase::spacerItem5

Definition at line 67 of file ui_fichacfgbase.h.

Referenced by setupUi().

QPushButton* Ui_FichaCfgBase::pushButton

Definition at line 68 of file ui_fichacfgbase.h.

Referenced by retranslateUi(), and setupUi().


The documentation for this class was generated from the following file:
Generated on Sat Dec 15 00:02:44 2007 for BulmaGes by  doxygen 1.5.1