ui_bbloqfechabase.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'bbloqfechabase.ui'
00003 **
00004 ** Created: Fri Dec 14 01:30:46 2007
00005 **      by: Qt User Interface Compiler version 4.2.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_BBLOQFECHABASE_H
00011 #define UI_BBLOQFECHABASE_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/QLabel>
00020 #include <QtGui/QSpacerItem>
00021 #include <QtGui/QToolButton>
00022 #include <QtGui/QTreeWidget>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025 
00026 class Ui_BBloqFechaBase
00027 {
00028 public:
00029     QVBoxLayout *vboxLayout;
00030     QHBoxLayout *hboxLayout;
00031     QLabel *label;
00032     QFrame *frame;
00033     QHBoxLayout *hboxLayout1;
00034     QToolButton *mui_crear;
00035     QSpacerItem *spacerItem;
00036     QTreeWidget *mui_treeWidget;
00037 
00038     void setupUi(QWidget *BBloqFechaBase)
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
00106 
00107     void retranslateUi(QWidget *BBloqFechaBase)
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
00115 
00116 };
00117 
00118 namespace Ui {
00119     class BBloqFechaBase: public Ui_BBloqFechaBase {};
00120 } // namespace Ui
00121 
00122 #endif // UI_BBLOQFECHABASE_H

Generated on Sat Dec 15 00:01:00 2007 for BulmaGes by  doxygen 1.5.1