00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_CANALBASE_H
00011 #define UI_CANALBASE_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/QGroupBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QLineEdit>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QTextEdit>
00025 #include <QtGui/QToolButton>
00026 #include <QtGui/QVBoxLayout>
00027 #include <QtGui/QWidget>
00028 #include "busquedacanal.h"
00029
00030 class Ui_canaldlg
00031 {
00032 public:
00033 QVBoxLayout *vboxLayout;
00034 QHBoxLayout *hboxLayout;
00035 QLabel *label;
00036 QFrame *frame;
00037 QHBoxLayout *hboxLayout1;
00038 QToolButton *mui_crear;
00039 QToolButton *mui_borrar;
00040 QToolButton *mui_guardar;
00041 QSpacerItem *spacerItem;
00042 QHBoxLayout *hboxLayout2;
00043 QSpacerItem *spacerItem1;
00044 QLabel *textLabel2_2;
00045 BusquedaCanal *mui_idcanal;
00046 QSpacerItem *spacerItem2;
00047 QGroupBox *groupBox;
00048 QVBoxLayout *vboxLayout1;
00049 QHBoxLayout *hboxLayout3;
00050 QLabel *textLabel1;
00051 QLineEdit *mui_nomcanal;
00052 QVBoxLayout *vboxLayout2;
00053 QLabel *textLabel1_2;
00054 QTextEdit *mui_desccanal;
00055 QHBoxLayout *hboxLayout4;
00056 QSpacerItem *spacerItem3;
00057 QPushButton *pushButton2;
00058
00059 void setupUi(QWidget *canaldlg)
00060 {
00061 canaldlg->setObjectName(QString::fromUtf8("canaldlg"));
00062 canaldlg->setWindowIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/i_canales.xpm")));
00063 vboxLayout = new QVBoxLayout(canaldlg);
00064 vboxLayout->setSpacing(5);
00065 vboxLayout->setMargin(5);
00066 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00067 hboxLayout = new QHBoxLayout();
00068 hboxLayout->setSpacing(0);
00069 hboxLayout->setMargin(0);
00070 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00071 label = new QLabel(canaldlg);
00072 label->setObjectName(QString::fromUtf8("label"));
00073 label->setMinimumSize(QSize(48, 48));
00074 label->setMaximumSize(QSize(48, 48));
00075 label->setPixmap(QPixmap(QString::fromUtf8(":/BulmaCont32x32/images/png/i_canales.xpm")));
00076 label->setScaledContents(true);
00077
00078 hboxLayout->addWidget(label);
00079
00080 frame = new QFrame(canaldlg);
00081 frame->setObjectName(QString::fromUtf8("frame"));
00082 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00083 sizePolicy.setHorizontalStretch(0);
00084 sizePolicy.setVerticalStretch(0);
00085 sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
00086 frame->setSizePolicy(sizePolicy);
00087 frame->setFrameShape(QFrame::StyledPanel);
00088 frame->setFrameShadow(QFrame::Raised);
00089 hboxLayout1 = new QHBoxLayout(frame);
00090 hboxLayout1->setSpacing(5);
00091 hboxLayout1->setMargin(5);
00092 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00093 mui_crear = new QToolButton(frame);
00094 mui_crear->setObjectName(QString::fromUtf8("mui_crear"));
00095 mui_crear->setMinimumSize(QSize(32, 32));
00096 mui_crear->setMaximumSize(QSize(32, 32));
00097 mui_crear->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_fileNew.xpm")));
00098 mui_crear->setIconSize(QSize(32, 32));
00099
00100 hboxLayout1->addWidget(mui_crear);
00101
00102 mui_borrar = new QToolButton(frame);
00103 mui_borrar->setObjectName(QString::fromUtf8("mui_borrar"));
00104 mui_borrar->setMinimumSize(QSize(32, 32));
00105 mui_borrar->setMaximumSize(QSize(32, 32));
00106 mui_borrar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_editDelete.png")));
00107 mui_borrar->setIconSize(QSize(22, 22));
00108
00109 hboxLayout1->addWidget(mui_borrar);
00110
00111 mui_guardar = new QToolButton(frame);
00112 mui_guardar->setObjectName(QString::fromUtf8("mui_guardar"));
00113 mui_guardar->setMinimumSize(QSize(32, 32));
00114 mui_guardar->setMaximumSize(QSize(32, 32));
00115 mui_guardar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_save.xpm")));
00116 mui_guardar->setIconSize(QSize(22, 22));
00117
00118 hboxLayout1->addWidget(mui_guardar);
00119
00120 spacerItem = new QSpacerItem(405, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00121
00122 hboxLayout1->addItem(spacerItem);
00123
00124
00125 hboxLayout->addWidget(frame);
00126
00127
00128 vboxLayout->addLayout(hboxLayout);
00129
00130 hboxLayout2 = new QHBoxLayout();
00131 hboxLayout2->setSpacing(0);
00132 hboxLayout2->setMargin(0);
00133 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00134 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00135
00136 hboxLayout2->addItem(spacerItem1);
00137
00138 textLabel2_2 = new QLabel(canaldlg);
00139 textLabel2_2->setObjectName(QString::fromUtf8("textLabel2_2"));
00140
00141 hboxLayout2->addWidget(textLabel2_2);
00142
00143 mui_idcanal = new BusquedaCanal(canaldlg);
00144 mui_idcanal->setObjectName(QString::fromUtf8("mui_idcanal"));
00145 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00146 sizePolicy1.setHorizontalStretch(0);
00147 sizePolicy1.setVerticalStretch(0);
00148 sizePolicy1.setHeightForWidth(mui_idcanal->sizePolicy().hasHeightForWidth());
00149 mui_idcanal->setSizePolicy(sizePolicy1);
00150
00151 hboxLayout2->addWidget(mui_idcanal);
00152
00153 spacerItem2 = new QSpacerItem(61, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00154
00155 hboxLayout2->addItem(spacerItem2);
00156
00157
00158 vboxLayout->addLayout(hboxLayout2);
00159
00160 groupBox = new QGroupBox(canaldlg);
00161 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00162 vboxLayout1 = new QVBoxLayout(groupBox);
00163 vboxLayout1->setSpacing(5);
00164 vboxLayout1->setMargin(5);
00165 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00166 hboxLayout3 = new QHBoxLayout();
00167 hboxLayout3->setSpacing(0);
00168 hboxLayout3->setMargin(0);
00169 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00170 textLabel1 = new QLabel(groupBox);
00171 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00172
00173 hboxLayout3->addWidget(textLabel1);
00174
00175 mui_nomcanal = new QLineEdit(groupBox);
00176 mui_nomcanal->setObjectName(QString::fromUtf8("mui_nomcanal"));
00177
00178 hboxLayout3->addWidget(mui_nomcanal);
00179
00180
00181 vboxLayout1->addLayout(hboxLayout3);
00182
00183 vboxLayout2 = new QVBoxLayout();
00184 vboxLayout2->setSpacing(0);
00185 vboxLayout2->setMargin(0);
00186 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00187 textLabel1_2 = new QLabel(groupBox);
00188 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00189
00190 vboxLayout2->addWidget(textLabel1_2);
00191
00192 mui_desccanal = new QTextEdit(groupBox);
00193 mui_desccanal->setObjectName(QString::fromUtf8("mui_desccanal"));
00194
00195 vboxLayout2->addWidget(mui_desccanal);
00196
00197
00198 vboxLayout1->addLayout(vboxLayout2);
00199
00200
00201 vboxLayout->addWidget(groupBox);
00202
00203 hboxLayout4 = new QHBoxLayout();
00204 hboxLayout4->setSpacing(0);
00205 hboxLayout4->setMargin(0);
00206 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00207 spacerItem3 = new QSpacerItem(191, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00208
00209 hboxLayout4->addItem(spacerItem3);
00210
00211 pushButton2 = new QPushButton(canaldlg);
00212 pushButton2->setObjectName(QString::fromUtf8("pushButton2"));
00213
00214 hboxLayout4->addWidget(pushButton2);
00215
00216
00217 vboxLayout->addLayout(hboxLayout4);
00218
00219
00220 retranslateUi(canaldlg);
00221
00222 QSize size(442, 444);
00223 size = size.expandedTo(canaldlg->minimumSizeHint());
00224 canaldlg->resize(size);
00225
00226 QObject::connect(pushButton2, SIGNAL(clicked()), canaldlg, SLOT(close()));
00227
00228 QMetaObject::connectSlotsByName(canaldlg);
00229 }
00230
00231 void retranslateUi(QWidget *canaldlg)
00232 {
00233 canaldlg->setWindowTitle(QApplication::translate("canaldlg", "Canales", 0, QApplication::UnicodeUTF8));
00234 label->setText(QString());
00235 mui_crear->setText(QString());
00236 mui_borrar->setText(QString());
00237 mui_guardar->setText(QString());
00238 textLabel2_2->setText(QApplication::translate("canaldlg", "Canal:", 0, QApplication::UnicodeUTF8));
00239 groupBox->setTitle(QApplication::translate("canaldlg", "Informaci\303\263n del canal:", 0, QApplication::UnicodeUTF8));
00240 textLabel1->setText(QApplication::translate("canaldlg", "Nombre:", 0, QApplication::UnicodeUTF8));
00241 textLabel1_2->setText(QApplication::translate("canaldlg", "Descripci\303\263n:", 0, QApplication::UnicodeUTF8));
00242 pushButton2->setText(QApplication::translate("canaldlg", "&Cancelar", 0, QApplication::UnicodeUTF8));
00243 Q_UNUSED(canaldlg);
00244 }
00245
00246 };
00247
00248 namespace Ui {
00249 class canaldlg: public Ui_canaldlg {};
00250 }
00251
00252 #endif // UI_CANALBASE_H