Ui_ListProvinciasBase Class Reference

#include <ui_listprovinciasbase.h>

Inheritance diagram for Ui_ListProvinciasBase:

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
QTableWidgetm_listado
QHBoxLayout * hboxLayout2
QSpacerItem * spacerItem1
QPushButton * m_botonCerrar

Detailed Description

Definition at line 25 of file ui_listprovinciasbase.h.


Member Function Documentation

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


Field Documentation

QVBoxLayout* Ui_ListProvinciasBase::vboxLayout

Definition at line 28 of file ui_listprovinciasbase.h.

Referenced by setupUi().

QVBoxLayout* Ui_ListProvinciasBase::vboxLayout1

Definition at line 29 of file ui_listprovinciasbase.h.

Referenced by setupUi().

QFrame* Ui_ListProvinciasBase::frame

Definition at line 30 of file ui_listprovinciasbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_ListProvinciasBase::hboxLayout

Definition at line 31 of file ui_listprovinciasbase.h.

Referenced by setupUi().

QVBoxLayout* Ui_ListProvinciasBase::vboxLayout2

Definition at line 32 of file ui_listprovinciasbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_ListProvinciasBase::hboxLayout1

Definition at line 33 of file ui_listprovinciasbase.h.

Referenced by setupUi().

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

Definition at line 37 of file ui_listprovinciasbase.h.

Referenced by setupUi().

QTableWidget* Ui_ListProvinciasBase::m_listado

Definition at line 38 of file ui_listprovinciasbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_ListProvinciasBase::hboxLayout2

Definition at line 39 of file ui_listprovinciasbase.h.

Referenced by setupUi().

QSpacerItem* Ui_ListProvinciasBase::spacerItem1

Definition at line 40 of file ui_listprovinciasbase.h.

Referenced by setupUi().

QPushButton* Ui_ListProvinciasBase::m_botonCerrar

Definition at line 41 of file ui_listprovinciasbase.h.

Referenced by retranslateUi(), and setupUi().


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