#include <ui_bbloqfechabase.h>
Inheritance diagram for Ui_BBloqFechaBase:

Public Member Functions | |
| void | setupUi (QWidget *BBloqFechaBase) |
| void | retranslateUi (QWidget *BBloqFechaBase) |
Data Fields | |
| QVBoxLayout * | vboxLayout |
| QHBoxLayout * | hboxLayout |
| QLabel * | label |
| QFrame * | frame |
| QHBoxLayout * | hboxLayout1 |
| QToolButton * | mui_crear |
| QSpacerItem * | spacerItem |
| QTreeWidget * | mui_treeWidget |
Definition at line 26 of file ui_bbloqfechabase.h.
| void Ui_BBloqFechaBase::setupUi | ( | QWidget * | BBloqFechaBase | ) | [inline] |
Definition at line 38 of file ui_bbloqfechabase.h.
References frame, hboxLayout, hboxLayout1, label, mui_crear, mui_treeWidget, retranslateUi(), spacerItem, and vboxLayout.
Referenced by BbloqFecha::BbloqFecha().
00039 { 00040 BBloqFechaBase->setObjectName(QString::fromUtf8("BBloqFechaBase")); 00041 BBloqFechaBase->setWindowIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/i_diario.xpm"))); 00042 vboxLayout = new QVBoxLayout(BBloqFechaBase); 00043 vboxLayout->setSpacing(5); 00044 vboxLayout->setMargin(5); 00045 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); 00046 hboxLayout = new QHBoxLayout(); 00047 hboxLayout->setSpacing(5); 00048 hboxLayout->setMargin(0); 00049 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); 00050 label = new QLabel(BBloqFechaBase); 00051 label->setObjectName(QString::fromUtf8("label")); 00052 label->setMinimumSize(QSize(48, 48)); 00053 label->setMaximumSize(QSize(48, 48)); 00054 label->setPixmap(QPixmap(QString::fromUtf8(":/BulmaCont32x32/images/png/encrypted.png"))); 00055 label->setScaledContents(true); 00056 00057 hboxLayout->addWidget(label); 00058 00059 frame = new QFrame(BBloqFechaBase); 00060 frame->setObjectName(QString::fromUtf8("frame")); 00061 frame->setFrameShape(QFrame::StyledPanel); 00062 frame->setFrameShadow(QFrame::Raised); 00063 hboxLayout1 = new QHBoxLayout(frame); 00064 hboxLayout1->setSpacing(0); 00065 hboxLayout1->setMargin(5); 00066 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 00067 mui_crear = new QToolButton(frame); 00068 mui_crear->setObjectName(QString::fromUtf8("mui_crear")); 00069 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0)); 00070 sizePolicy.setHorizontalStretch(0); 00071 sizePolicy.setVerticalStretch(0); 00072 sizePolicy.setHeightForWidth(mui_crear->sizePolicy().hasHeightForWidth()); 00073 mui_crear->setSizePolicy(sizePolicy); 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(22, 22)); 00078 00079 hboxLayout1->addWidget(mui_crear); 00080 00081 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); 00082 00083 hboxLayout1->addItem(spacerItem); 00084 00085 00086 hboxLayout->addWidget(frame); 00087 00088 00089 vboxLayout->addLayout(hboxLayout); 00090 00091 mui_treeWidget = new QTreeWidget(BBloqFechaBase); 00092 mui_treeWidget->setObjectName(QString::fromUtf8("mui_treeWidget")); 00093 00094 vboxLayout->addWidget(mui_treeWidget); 00095 00096 00097 retranslateUi(BBloqFechaBase); 00098 00099 QSize size(383, 446); 00100 size = size.expandedTo(BBloqFechaBase->minimumSizeHint()); 00101 BBloqFechaBase->resize(size); 00102 00103 00104 QMetaObject::connectSlotsByName(BBloqFechaBase); 00105 } // setupUi
| void Ui_BBloqFechaBase::retranslateUi | ( | QWidget * | BBloqFechaBase | ) | [inline] |
Definition at line 107 of file ui_bbloqfechabase.h.
References mui_crear.
Referenced by setupUi().
00108 { 00109 BBloqFechaBase->setWindowTitle(QApplication::translate("BBloqFechaBase", "Bloquear fechas", 0, QApplication::UnicodeUTF8)); 00110 mui_crear->setToolTip(QApplication::translate("BBloqFechaBase", "Agregar Ejercicio", 0, QApplication::UnicodeUTF8)); 00111 mui_crear->setText(QString()); 00112 mui_crear->setShortcut(QApplication::translate("BBloqFechaBase", "Ctrl+N", 0, QApplication::UnicodeUTF8)); 00113 Q_UNUSED(BBloqFechaBase); 00114 } // retranslateUi
| QVBoxLayout* Ui_BBloqFechaBase::vboxLayout |
| QHBoxLayout* Ui_BBloqFechaBase::hboxLayout |
| QFrame* Ui_BBloqFechaBase::frame |
| QHBoxLayout* Ui_BBloqFechaBase::hboxLayout1 |
| QSpacerItem* Ui_BBloqFechaBase::spacerItem |
Definition at line 36 of file ui_bbloqfechabase.h.
Referenced by BbloqFecha::inicializa(), and setupUi().
1.5.1