00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_LISTPROVINCIASBASE_H
00011 #define UI_LISTPROVINCIASBASE_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/QPushButton>
00020 #include <QtGui/QSpacerItem>
00021 #include <QtGui/QTableWidget>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024
00025 class Ui_ListProvinciasBase
00026 {
00027 public:
00028 QVBoxLayout *vboxLayout;
00029 QVBoxLayout *vboxLayout1;
00030 QFrame *frame;
00031 QHBoxLayout *hboxLayout;
00032 QVBoxLayout *vboxLayout2;
00033 QHBoxLayout *hboxLayout1;
00034 QPushButton *botonnew;
00035 QPushButton *botondelete;
00036 QPushButton *botonsave;
00037 QSpacerItem *spacerItem;
00038 QTableWidget *m_listado;
00039 QHBoxLayout *hboxLayout2;
00040 QSpacerItem *spacerItem1;
00041 QPushButton *m_botonCerrar;
00042
00043 void setupUi(QWidget *ListProvinciasBase)
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 }
00134
00135 void retranslateUi(QWidget *ListProvinciasBase)
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 }
00144
00145 };
00146
00147 namespace Ui {
00148 class ListProvinciasBase: public Ui_ListProvinciasBase {};
00149 }
00150
00151 #endif // UI_LISTPROVINCIASBASE_H