libeblearngui
/home/rex/ebltrunk/tools/libeblearngui/include/old_ebbox.h
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'ebbox.ui'
00003 **
00004 ** Created: Thu May 29 15:12:44 2008
00005 **      by: Qt User Interface Compiler version 4.3.4
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_EBBOX_H
00011 #define UI_EBBOX_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHBoxLayout>
00018 #include <QtGui/QPushButton>
00019 #include <QtGui/QWidget>
00020 
00021 class Ui_Ebbox
00022 {
00023 public: 
00024         QWidget* subcontainer;
00025     QHBoxLayout *hboxLayout;
00026     QVBoxLayout *vboxLayout;
00027     QVBoxLayout *vboxLayoutcont;
00028     QPushButton *pushButton_expand;
00029     QPushButton *pushButton_print;
00030     QPushButton *pushButton_properties;
00031 
00032     void setupUi(QWidget *Ebbox, const char* title = "title")
00033     {
00034     if (Ebbox->objectName().isEmpty())
00035         Ebbox->setObjectName(QString::fromUtf8(title));
00036     
00037         QSizePolicy policy(QSizePolicy::Expanding, QSizePolicy::Expanding);
00038         
00039     hboxLayout = new QHBoxLayout();
00040     hboxLayout->setSpacing(3);
00041     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00042     hboxLayout->setContentsMargins(0, 0, 0, 0);
00043     pushButton_expand = new QPushButton();
00044     pushButton_expand->setObjectName(QString::fromUtf8("pushButton_expand"));
00045     pushButton_expand->setEnabled(true);
00046     pushButton_expand->setMinimumSize(QSize(20, 20));
00047     pushButton_expand->setMaximumSize(QSize(25, 25));
00048     pushButton_expand->setCheckable(false);
00049 
00050     hboxLayout->addWidget(pushButton_expand);
00051 
00052     pushButton_print = new QPushButton();
00053     pushButton_print->setObjectName(QString::fromUtf8("pushButton_print"));
00054     pushButton_print->setMinimumSize(QSize(30, 20));
00055     pushButton_print->setMaximumSize(QSize(40, 25));
00056 
00057     hboxLayout->addWidget(pushButton_print);
00058 
00059     pushButton_properties = new QPushButton();
00060     pushButton_properties->setObjectName(QString::fromUtf8("pushButton_properties"));
00061     pushButton_properties->setMinimumSize(QSize(60, 20));
00062     pushButton_properties->setMaximumSize(QSize(16777215, 25));
00063 
00064     hboxLayout->addWidget(pushButton_properties);
00065     
00066     subcontainer = new QWidget();
00067     vboxLayoutcont = new QVBoxLayout();
00068     subcontainer->setLayout(vboxLayoutcont);
00069     subcontainer->setSizePolicy(policy);
00070     
00071     vboxLayout = new QVBoxLayout();
00072     vboxLayout->addLayout(hboxLayout);
00073     vboxLayout->addWidget(subcontainer);
00074     Ebbox->setLayout(vboxLayout);
00075     
00076 
00077         Ebbox->setSizePolicy(policy);
00078         
00079     retranslateUi(Ebbox, title);
00080     
00081     QMetaObject::connectSlotsByName(Ebbox);
00082     } // setupUi
00083 
00084     void retranslateUi(QWidget *Ebbox, const char* title)
00085     {
00086     Ebbox->setWindowTitle(QApplication::translate("Ebbox", "Form", 0, QApplication::UnicodeUTF8));
00087     pushButton_expand->setText(QString());
00088     pushButton_print->setText(QApplication::translate("Ebbox", "Print", 0, QApplication::UnicodeUTF8));
00089     pushButton_properties->setText(QApplication::translate("Ebbox", title, 0, QApplication::UnicodeUTF8));
00090     Q_UNUSED(Ebbox);
00091     } // retranslateUi
00092 
00093     
00094 };
00095     
00096 namespace Ui {
00097     class Ebbox: public Ui_Ebbox {};
00098 } // namespace Ui
00099 
00100 
00101 #endif // UI_EBBOX_H