00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_SELECTCCOSTEBASE_H
00011 #define UI_SELECTCCOSTEBASE_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QHBoxLayout>
00019 #include <QtGui/QPushButton>
00020 #include <QtGui/QSpacerItem>
00021 #include <QtGui/QTreeWidget>
00022 #include <QtGui/QVBoxLayout>
00023
00024 class Ui_SelectCCosteBase
00025 {
00026 public:
00027 QVBoxLayout *vboxLayout;
00028 QTreeWidget *mui_listCostes;
00029 QHBoxLayout *hboxLayout;
00030 QSpacerItem *spacerItem;
00031 QPushButton *mui_invertir;
00032 QPushButton *mui_nada;
00033 QPushButton *mui_todo;
00034 QPushButton *pushButton1;
00035
00036 void setupUi(QDialog *SelectCCosteBase)
00037 {
00038 SelectCCosteBase->setObjectName(QString::fromUtf8("SelectCCosteBase"));
00039 SelectCCosteBase->setWindowIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/i_centroCoste.xpm")));
00040 vboxLayout = new QVBoxLayout(SelectCCosteBase);
00041 vboxLayout->setSpacing(6);
00042 vboxLayout->setMargin(9);
00043 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00044 mui_listCostes = new QTreeWidget(SelectCCosteBase);
00045 mui_listCostes->setObjectName(QString::fromUtf8("mui_listCostes"));
00046
00047 vboxLayout->addWidget(mui_listCostes);
00048
00049 hboxLayout = new QHBoxLayout();
00050 hboxLayout->setSpacing(6);
00051 hboxLayout->setMargin(0);
00052 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00053 spacerItem = new QSpacerItem(130, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00054
00055 hboxLayout->addItem(spacerItem);
00056
00057 mui_invertir = new QPushButton(SelectCCosteBase);
00058 mui_invertir->setObjectName(QString::fromUtf8("mui_invertir"));
00059
00060 hboxLayout->addWidget(mui_invertir);
00061
00062 mui_nada = new QPushButton(SelectCCosteBase);
00063 mui_nada->setObjectName(QString::fromUtf8("mui_nada"));
00064
00065 hboxLayout->addWidget(mui_nada);
00066
00067 mui_todo = new QPushButton(SelectCCosteBase);
00068 mui_todo->setObjectName(QString::fromUtf8("mui_todo"));
00069
00070 hboxLayout->addWidget(mui_todo);
00071
00072 pushButton1 = new QPushButton(SelectCCosteBase);
00073 pushButton1->setObjectName(QString::fromUtf8("pushButton1"));
00074
00075 hboxLayout->addWidget(pushButton1);
00076
00077
00078 vboxLayout->addLayout(hboxLayout);
00079
00080
00081 retranslateUi(SelectCCosteBase);
00082
00083 QSize size(498, 360);
00084 size = size.expandedTo(SelectCCosteBase->minimumSizeHint());
00085 SelectCCosteBase->resize(size);
00086
00087 QObject::connect(pushButton1, SIGNAL(clicked()), SelectCCosteBase, SLOT(close()));
00088
00089 QMetaObject::connectSlotsByName(SelectCCosteBase);
00090 }
00091
00092 void retranslateUi(QDialog *SelectCCosteBase)
00093 {
00094 SelectCCosteBase->setWindowTitle(QApplication::translate("SelectCCosteBase", "Selector de Centros de Coste", 0, QApplication::UnicodeUTF8));
00095 mui_invertir->setText(QApplication::translate("SelectCCosteBase", "Invertir", 0, QApplication::UnicodeUTF8));
00096 mui_nada->setText(QApplication::translate("SelectCCosteBase", "S. Nada", 0, QApplication::UnicodeUTF8));
00097 mui_todo->setText(QApplication::translate("SelectCCosteBase", "S. Todo", 0, QApplication::UnicodeUTF8));
00098 pushButton1->setText(QApplication::translate("SelectCCosteBase", "Cerrar", 0, QApplication::UnicodeUTF8));
00099 Q_UNUSED(SelectCCosteBase);
00100 }
00101
00102 };
00103
00104 namespace Ui {
00105 class SelectCCosteBase: public Ui_SelectCCosteBase {};
00106 }
00107
00108 #endif // UI_SELECTCCOSTEBASE_H