#include <ui_listprovinciasbase.h>
Inheritance diagram for Ui_ListProvinciasBase:

Public Member Functions | |
| void | setupUi (QWidget *ListProvinciasBase) |
| void | retranslateUi (QWidget *ListProvinciasBase) |
Data Fields | |
| QVBoxLayout * | vboxLayout |
| QVBoxLayout * | vboxLayout1 |
| QFrame * | frame |
| QHBoxLayout * | hboxLayout |
| QVBoxLayout * | vboxLayout2 |
| QHBoxLayout * | hboxLayout1 |
| QPushButton * | botonnew |
| QPushButton * | botondelete |
| QPushButton * | botonsave |
| QSpacerItem * | spacerItem |
| QTableWidget * | m_listado |
| QHBoxLayout * | hboxLayout2 |
| QSpacerItem * | spacerItem1 |
| QPushButton * | m_botonCerrar |
Definition at line 25 of file ui_listprovinciasbase.h.
| void Ui_ListProvinciasBase::setupUi | ( | QWidget * | ListProvinciasBase | ) | [inline] |
Definition at line 43 of file ui_listprovinciasbase.h.
References botondelete, botonnew, botonsave, frame, hboxLayout, hboxLayout1, hboxLayout2, m_botonCerrar, m_listado, retranslateUi(), spacerItem, spacerItem1, vboxLayout, vboxLayout1, and vboxLayout2.
00044 { 00045 ListProvinciasBase->setObjectName(QString::fromUtf8("ListProvinciasBase")); 00046 ListProvinciasBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_bancos.48x48.png"))); 00047 vboxLayout = new QVBoxLayout(ListProvinciasBase); 00048 vboxLayout->setSpacing(6); 00049 vboxLayout->setMargin(9); 00050 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); 00051 vboxLayout1 = new QVBoxLayout(); 00052 vboxLayout1->setSpacing(6); 00053 vboxLayout1->setMargin(0); 00054 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); 00055 frame = new QFrame(ListProvinciasBase); 00056 frame->setObjectName(QString::fromUtf8("frame")); 00057 frame->setFrameShape(QFrame::StyledPanel); 00058 frame->setFrameShadow(QFrame::Raised); 00059 hboxLayout = new QHBoxLayout(frame); 00060 hboxLayout->setSpacing(6); 00061 hboxLayout->setMargin(9); 00062 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); 00063 vboxLayout2 = new QVBoxLayout(); 00064 vboxLayout2->setSpacing(6); 00065 vboxLayout2->setMargin(0); 00066 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2")); 00067 hboxLayout1 = new QHBoxLayout(); 00068 hboxLayout1->setSpacing(6); 00069 hboxLayout1->setMargin(0); 00070 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 00071 botonnew = new QPushButton(frame); 00072 botonnew->setObjectName(QString::fromUtf8("botonnew")); 00073 00074 hboxLayout1->addWidget(botonnew); 00075 00076 botondelete = new QPushButton(frame); 00077 botondelete->setObjectName(QString::fromUtf8("botondelete")); 00078 00079 hboxLayout1->addWidget(botondelete); 00080 00081 botonsave = new QPushButton(frame); 00082 botonsave->setObjectName(QString::fromUtf8("botonsave")); 00083 00084 hboxLayout1->addWidget(botonsave); 00085 00086 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); 00087 00088 hboxLayout1->addItem(spacerItem); 00089 00090 00091 vboxLayout2->addLayout(hboxLayout1); 00092 00093 m_listado = new QTableWidget(frame); 00094 m_listado->setObjectName(QString::fromUtf8("m_listado")); 00095 00096 vboxLayout2->addWidget(m_listado); 00097 00098 00099 hboxLayout->addLayout(vboxLayout2); 00100 00101 00102 vboxLayout1->addWidget(frame); 00103 00104 hboxLayout2 = new QHBoxLayout(); 00105 hboxLayout2->setSpacing(6); 00106 hboxLayout2->setMargin(0); 00107 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2")); 00108 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); 00109 00110 hboxLayout2->addItem(spacerItem1); 00111 00112 m_botonCerrar = new QPushButton(ListProvinciasBase); 00113 m_botonCerrar->setObjectName(QString::fromUtf8("m_botonCerrar")); 00114 00115 hboxLayout2->addWidget(m_botonCerrar); 00116 00117 00118 vboxLayout1->addLayout(hboxLayout2); 00119 00120 00121 vboxLayout->addLayout(vboxLayout1); 00122 00123 00124 retranslateUi(ListProvinciasBase); 00125 00126 QSize size(389, 398); 00127 size = size.expandedTo(ListProvinciasBase->minimumSizeHint()); 00128 ListProvinciasBase->resize(size); 00129 00130 QObject::connect(m_botonCerrar, SIGNAL(clicked()), ListProvinciasBase, SLOT(close())); 00131 00132 QMetaObject::connectSlotsByName(ListProvinciasBase); 00133 } // setupUi
| void Ui_ListProvinciasBase::retranslateUi | ( | QWidget * | ListProvinciasBase | ) | [inline] |
Definition at line 135 of file ui_listprovinciasbase.h.
References botondelete, botonnew, botonsave, and m_botonCerrar.
Referenced by setupUi().
00136 { 00137 ListProvinciasBase->setWindowTitle(QApplication::translate("ListProvinciasBase", "Provincias", 0, QApplication::UnicodeUTF8)); 00138 botonnew->setText(QApplication::translate("ListProvinciasBase", "&Nuevo", 0, QApplication::UnicodeUTF8)); 00139 botondelete->setText(QApplication::translate("ListProvinciasBase", "&Borrar", 0, QApplication::UnicodeUTF8)); 00140 botonsave->setText(QApplication::translate("ListProvinciasBase", "&Guardar", 0, QApplication::UnicodeUTF8)); 00141 m_botonCerrar->setText(QApplication::translate("ListProvinciasBase", "&Cerrar", 0, QApplication::UnicodeUTF8)); 00142 Q_UNUSED(ListProvinciasBase); 00143 } // retranslateUi
| QVBoxLayout* Ui_ListProvinciasBase::vboxLayout |
| QVBoxLayout* Ui_ListProvinciasBase::vboxLayout1 |
| QFrame* Ui_ListProvinciasBase::frame |
| QHBoxLayout* Ui_ListProvinciasBase::hboxLayout |
| QVBoxLayout* Ui_ListProvinciasBase::vboxLayout2 |
| QHBoxLayout* Ui_ListProvinciasBase::hboxLayout1 |
| QPushButton* Ui_ListProvinciasBase::botonnew |
Definition at line 34 of file ui_listprovinciasbase.h.
Referenced by retranslateUi(), and setupUi().
| QPushButton* Ui_ListProvinciasBase::botondelete |
Definition at line 35 of file ui_listprovinciasbase.h.
Referenced by retranslateUi(), and setupUi().
| QPushButton* Ui_ListProvinciasBase::botonsave |
Definition at line 36 of file ui_listprovinciasbase.h.
Referenced by retranslateUi(), and setupUi().
| QSpacerItem* Ui_ListProvinciasBase::spacerItem |
| QHBoxLayout* Ui_ListProvinciasBase::hboxLayout2 |
| QSpacerItem* Ui_ListProvinciasBase::spacerItem1 |
| QPushButton* Ui_ListProvinciasBase::m_botonCerrar |
Definition at line 41 of file ui_listprovinciasbase.h.
Referenced by retranslateUi(), and setupUi().
1.5.1