Ui_InventariosBase Class Reference

#include <ui_inventariosbase.h>

Inheritance diagram for Ui_InventariosBase:

InventariosView Ui::InventariosBase

Public Member Functions

void setupUi (QWidget *InventariosBase)
void retranslateUi (QWidget *InventariosBase)

Data Fields

QVBoxLayout * vboxLayout
QHBoxLayout * hboxLayout
QLabellabel
QFrame * m_botonera
QHBoxLayout * hboxLayout1
QToolButtonmui_crear
QToolButtonmui_editar
QToolButtonmui_borrar2
QToolButtonmui_imprimir
QToolButtonmui_actualizar
QSpacerItem * spacerItem
QLabelpixmapLabel1
InventariosSubFormmui_listado

Detailed Description

Definition at line 26 of file ui_inventariosbase.h.


Member Function Documentation

void Ui_InventariosBase::setupUi ( QWidget InventariosBase  )  [inline]

Definition at line 43 of file ui_inventariosbase.h.

References hboxLayout, hboxLayout1, label, m_botonera, mui_actualizar, mui_borrar2, mui_crear, mui_editar, mui_imprimir, mui_listado, pixmapLabel1, retranslateUi(), spacerItem, and vboxLayout.

Referenced by InventariosView::InventariosView().

00044     {
00045     InventariosBase->setObjectName(QString::fromUtf8("InventariosBase"));
00046     InventariosBase->setEnabled(true);
00047     InventariosBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_articulos_listado.48x48.png")));
00048     vboxLayout = new QVBoxLayout(InventariosBase);
00049     vboxLayout->setSpacing(5);
00050     vboxLayout->setMargin(5);
00051     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00052     hboxLayout = new QHBoxLayout();
00053     hboxLayout->setSpacing(6);
00054     hboxLayout->setMargin(0);
00055     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00056     label = new QLabel(InventariosBase);
00057     label->setObjectName(QString::fromUtf8("label"));
00058     label->setMinimumSize(QSize(48, 48));
00059     label->setMaximumSize(QSize(48, 48));
00060     label->setPixmap(QPixmap(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_articulos_listado.48x48.png")));
00061 
00062     hboxLayout->addWidget(label);
00063 
00064     m_botonera = new QFrame(InventariosBase);
00065     m_botonera->setObjectName(QString::fromUtf8("m_botonera"));
00066     m_botonera->setFrameShape(QFrame::StyledPanel);
00067     m_botonera->setFrameShadow(QFrame::Raised);
00068     hboxLayout1 = new QHBoxLayout(m_botonera);
00069     hboxLayout1->setSpacing(5);
00070     hboxLayout1->setMargin(5);
00071     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00072     mui_crear = new QToolButton(m_botonera);
00073     mui_crear->setObjectName(QString::fromUtf8("mui_crear"));
00074     mui_crear->setMinimumSize(QSize(32, 32));
00075     mui_crear->setMaximumSize(QSize(32, 32));
00076     mui_crear->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_fileNew.xpm")));
00077     mui_crear->setIconSize(QSize(32, 32));
00078 
00079     hboxLayout1->addWidget(mui_crear);
00080 
00081     mui_editar = new QToolButton(m_botonera);
00082     mui_editar->setObjectName(QString::fromUtf8("mui_editar"));
00083     mui_editar->setMinimumSize(QSize(32, 32));
00084     mui_editar->setMaximumSize(QSize(32, 32));
00085     mui_editar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_edit.png")));
00086     mui_editar->setIconSize(QSize(32, 32));
00087 
00088     hboxLayout1->addWidget(mui_editar);
00089 
00090     mui_borrar2 = new QToolButton(m_botonera);
00091     mui_borrar2->setObjectName(QString::fromUtf8("mui_borrar2"));
00092     mui_borrar2->setMinimumSize(QSize(32, 32));
00093     mui_borrar2->setMaximumSize(QSize(32, 32));
00094     mui_borrar2->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_editDelete.png")));
00095     mui_borrar2->setIconSize(QSize(32, 32));
00096 
00097     hboxLayout1->addWidget(mui_borrar2);
00098 
00099     mui_imprimir = new QToolButton(m_botonera);
00100     mui_imprimir->setObjectName(QString::fromUtf8("mui_imprimir"));
00101     mui_imprimir->setMinimumSize(QSize(32, 32));
00102     mui_imprimir->setMaximumSize(QSize(32, 32));
00103     mui_imprimir->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_filePrint.xpm")));
00104     mui_imprimir->setIconSize(QSize(32, 32));
00105 
00106     hboxLayout1->addWidget(mui_imprimir);
00107 
00108     mui_actualizar = new QToolButton(m_botonera);
00109     mui_actualizar->setObjectName(QString::fromUtf8("mui_actualizar"));
00110     mui_actualizar->setMinimumSize(QSize(32, 32));
00111     mui_actualizar->setMaximumSize(QSize(32, 32));
00112     mui_actualizar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_reload.png")));
00113     mui_actualizar->setIconSize(QSize(32, 32));
00114 
00115     hboxLayout1->addWidget(mui_actualizar);
00116 
00117     spacerItem = new QSpacerItem(351, 34, QSizePolicy::Expanding, QSizePolicy::Minimum);
00118 
00119     hboxLayout1->addItem(spacerItem);
00120 
00121 
00122     hboxLayout->addWidget(m_botonera);
00123 
00124 
00125     vboxLayout->addLayout(hboxLayout);
00126 
00127     pixmapLabel1 = new QLabel(InventariosBase);
00128     pixmapLabel1->setObjectName(QString::fromUtf8("pixmapLabel1"));
00129     pixmapLabel1->setPixmap(QPixmap());
00130     pixmapLabel1->setScaledContents(true);
00131 
00132     vboxLayout->addWidget(pixmapLabel1);
00133 
00134     mui_listado = new InventariosSubForm(InventariosBase);
00135     mui_listado->setObjectName(QString::fromUtf8("mui_listado"));
00136 
00137     vboxLayout->addWidget(mui_listado);
00138 
00139 
00140     retranslateUi(InventariosBase);
00141 
00142     QSize size(690, 490);
00143     size = size.expandedTo(InventariosBase->minimumSizeHint());
00144     InventariosBase->resize(size);
00145 
00146 
00147     QMetaObject::connectSlotsByName(InventariosBase);
00148     } // setupUi

void Ui_InventariosBase::retranslateUi ( QWidget InventariosBase  )  [inline]

Definition at line 150 of file ui_inventariosbase.h.

References mui_actualizar, mui_borrar2, mui_crear, mui_editar, and mui_imprimir.

Referenced by setupUi().

00151     {
00152     InventariosBase->setWindowTitle(QApplication::translate("InventariosBase", "Listado de inventarios", 0, QApplication::UnicodeUTF8));
00153     mui_crear->setToolTip(QApplication::translate("InventariosBase", "Nuevo inventario", 0, QApplication::UnicodeUTF8));
00154     mui_crear->setWhatsThis(QApplication::translate("InventariosBase", "Nuevo inventario", 0, QApplication::UnicodeUTF8));
00155     mui_crear->setText(QString());
00156     mui_editar->setToolTip(QApplication::translate("InventariosBase", "Editar inventario", 0, QApplication::UnicodeUTF8));
00157     mui_editar->setWhatsThis(QApplication::translate("InventariosBase", "Editar inventario", 0, QApplication::UnicodeUTF8));
00158     mui_editar->setText(QString());
00159     mui_borrar2->setToolTip(QApplication::translate("InventariosBase", "Borrar inventario", 0, QApplication::UnicodeUTF8));
00160     mui_borrar2->setWhatsThis(QApplication::translate("InventariosBase", "Borrar inventario", 0, QApplication::UnicodeUTF8));
00161     mui_borrar2->setText(QString());
00162     mui_imprimir->setToolTip(QApplication::translate("InventariosBase", "Imprimir Stocks Actuales", 0, QApplication::UnicodeUTF8));
00163     mui_imprimir->setWhatsThis(QApplication::translate("InventariosBase", "Imprimir Stocks Actuales", 0, QApplication::UnicodeUTF8));
00164     mui_imprimir->setText(QString());
00165     mui_actualizar->setToolTip(QApplication::translate("InventariosBase", "Imprimir Stocks Actuales", 0, QApplication::UnicodeUTF8));
00166     mui_actualizar->setWhatsThis(QApplication::translate("InventariosBase", "Imprimir Stocks Actuales", 0, QApplication::UnicodeUTF8));
00167     mui_actualizar->setText(QString());
00168     Q_UNUSED(InventariosBase);
00169     } // retranslateUi


Field Documentation

QVBoxLayout* Ui_InventariosBase::vboxLayout

Definition at line 29 of file ui_inventariosbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_InventariosBase::hboxLayout

Definition at line 30 of file ui_inventariosbase.h.

Referenced by setupUi().

QLabel* Ui_InventariosBase::label

Definition at line 31 of file ui_inventariosbase.h.

Referenced by setupUi().

QFrame* Ui_InventariosBase::m_botonera

Definition at line 32 of file ui_inventariosbase.h.

Referenced by setupUi().

QHBoxLayout* Ui_InventariosBase::hboxLayout1

Definition at line 33 of file ui_inventariosbase.h.

Referenced by setupUi().

QToolButton* Ui_InventariosBase::mui_crear

Definition at line 34 of file ui_inventariosbase.h.

Referenced by retranslateUi(), and setupUi().

QToolButton* Ui_InventariosBase::mui_editar

Definition at line 35 of file ui_inventariosbase.h.

Referenced by retranslateUi(), and setupUi().

QToolButton* Ui_InventariosBase::mui_borrar2

Definition at line 36 of file ui_inventariosbase.h.

Referenced by retranslateUi(), and setupUi().

QToolButton* Ui_InventariosBase::mui_imprimir

Definition at line 37 of file ui_inventariosbase.h.

Referenced by retranslateUi(), and setupUi().

QToolButton* Ui_InventariosBase::mui_actualizar

Definition at line 38 of file ui_inventariosbase.h.

Referenced by retranslateUi(), and setupUi().

QSpacerItem* Ui_InventariosBase::spacerItem

Definition at line 39 of file ui_inventariosbase.h.

Referenced by setupUi().

QLabel* Ui_InventariosBase::pixmapLabel1

Definition at line 40 of file ui_inventariosbase.h.

Referenced by setupUi().

InventariosSubForm* Ui_InventariosBase::mui_listado

Definition at line 41 of file ui_inventariosbase.h.

Referenced by InventariosView::InventariosView(), InventariosView::on_mui_borrar2_clicked(), InventariosView::on_mui_editar_clicked(), InventariosView::presentar(), 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