00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_SOBREBASE_H
00011 #define UI_SOBREBASE_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/QFrame>
00019 #include <QtGui/QGridLayout>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QTabWidget>
00025 #include <QtGui/QTextEdit>
00026 #include <QtGui/QVBoxLayout>
00027 #include <QtGui/QWidget>
00028
00029 class Ui_SobreBase
00030 {
00031 public:
00032 QVBoxLayout *vboxLayout;
00033 QHBoxLayout *hboxLayout;
00034 QLabel *label;
00035 QFrame *frame;
00036 QGridLayout *gridLayout;
00037 QLabel *mui_lbversion;
00038 QSpacerItem *spacerItem;
00039 QTabWidget *TabWidget2;
00040 QWidget *Acercade;
00041 QHBoxLayout *hboxLayout1;
00042 QTextEdit *textEdit_sobre;
00043 QWidget *autores;
00044 QHBoxLayout *hboxLayout2;
00045 QTextEdit *textEdit_autores;
00046 QWidget *soporte;
00047 QHBoxLayout *hboxLayout3;
00048 QTextEdit *textEdit_soporte;
00049 QWidget *licencia;
00050 QHBoxLayout *hboxLayout4;
00051 QTextEdit *textEdit_licencia;
00052 QHBoxLayout *hboxLayout5;
00053 QSpacerItem *spacerItem1;
00054 QPushButton *mui_aceptar;
00055
00056 void setupUi(QDialog *SobreBase)
00057 {
00058 SobreBase->setObjectName(QString::fromUtf8("SobreBase"));
00059 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(4), static_cast<QSizePolicy::Policy>(4));
00060 sizePolicy.setHorizontalStretch(0);
00061 sizePolicy.setVerticalStretch(0);
00062 sizePolicy.setHeightForWidth(SobreBase->sizePolicy().hasHeightForWidth());
00063 SobreBase->setSizePolicy(sizePolicy);
00064 SobreBase->setMinimumSize(QSize(600, 350));
00065 SobreBase->setMaximumSize(QSize(600, 350));
00066 QPalette palette;
00067 QBrush brush(QColor(0, 0, 0, 255));
00068 brush.setStyle(Qt::SolidPattern);
00069 palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
00070 QBrush brush1(QColor(221, 223, 228, 255));
00071 brush1.setStyle(Qt::SolidPattern);
00072 palette.setBrush(QPalette::Active, QPalette::Button, brush1);
00073 QBrush brush2(QColor(255, 255, 255, 255));
00074 brush2.setStyle(Qt::SolidPattern);
00075 palette.setBrush(QPalette::Active, QPalette::Light, brush2);
00076 QBrush brush3(QColor(255, 255, 255, 255));
00077 brush3.setStyle(Qt::SolidPattern);
00078 palette.setBrush(QPalette::Active, QPalette::Midlight, brush3);
00079 QBrush brush4(QColor(85, 85, 85, 255));
00080 brush4.setStyle(Qt::SolidPattern);
00081 palette.setBrush(QPalette::Active, QPalette::Dark, brush4);
00082 QBrush brush5(QColor(199, 199, 199, 255));
00083 brush5.setStyle(Qt::SolidPattern);
00084 palette.setBrush(QPalette::Active, QPalette::Mid, brush5);
00085 QBrush brush6(QColor(0, 0, 0, 255));
00086 brush6.setStyle(Qt::SolidPattern);
00087 palette.setBrush(QPalette::Active, QPalette::Text, brush6);
00088 QBrush brush7(QColor(255, 255, 255, 255));
00089 brush7.setStyle(Qt::SolidPattern);
00090 palette.setBrush(QPalette::Active, QPalette::BrightText, brush7);
00091 QBrush brush8(QColor(0, 0, 0, 255));
00092 brush8.setStyle(Qt::SolidPattern);
00093 palette.setBrush(QPalette::Active, QPalette::ButtonText, brush8);
00094 QBrush brush9(QColor(255, 255, 255, 255));
00095 brush9.setStyle(Qt::SolidPattern);
00096 palette.setBrush(QPalette::Active, QPalette::Base, brush9);
00097 QBrush brush10(QColor(239, 239, 239, 255));
00098 brush10.setStyle(Qt::SolidPattern);
00099 palette.setBrush(QPalette::Active, QPalette::Window, brush10);
00100 QBrush brush11(QColor(0, 0, 0, 255));
00101 brush11.setStyle(Qt::SolidPattern);
00102 palette.setBrush(QPalette::Active, QPalette::Shadow, brush11);
00103 QBrush brush12(QColor(103, 141, 178, 255));
00104 brush12.setStyle(Qt::SolidPattern);
00105 palette.setBrush(QPalette::Active, QPalette::Highlight, brush12);
00106 QBrush brush13(QColor(255, 255, 255, 255));
00107 brush13.setStyle(Qt::SolidPattern);
00108 palette.setBrush(QPalette::Active, QPalette::HighlightedText, brush13);
00109 QBrush brush14(QColor(0, 0, 238, 255));
00110 brush14.setStyle(Qt::SolidPattern);
00111 palette.setBrush(QPalette::Active, QPalette::Link, brush14);
00112 QBrush brush15(QColor(82, 24, 139, 255));
00113 brush15.setStyle(Qt::SolidPattern);
00114 palette.setBrush(QPalette::Active, QPalette::LinkVisited, brush15);
00115 QBrush brush16(QColor(232, 232, 232, 255));
00116 brush16.setStyle(Qt::SolidPattern);
00117 palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush16);
00118 QBrush brush17(QColor(0, 0, 0, 255));
00119 brush17.setStyle(Qt::SolidPattern);
00120 palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush17);
00121 QBrush brush18(QColor(221, 223, 228, 255));
00122 brush18.setStyle(Qt::SolidPattern);
00123 palette.setBrush(QPalette::Inactive, QPalette::Button, brush18);
00124 QBrush brush19(QColor(255, 255, 255, 255));
00125 brush19.setStyle(Qt::SolidPattern);
00126 palette.setBrush(QPalette::Inactive, QPalette::Light, brush19);
00127 QBrush brush20(QColor(255, 255, 255, 255));
00128 brush20.setStyle(Qt::SolidPattern);
00129 palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush20);
00130 QBrush brush21(QColor(85, 85, 85, 255));
00131 brush21.setStyle(Qt::SolidPattern);
00132 palette.setBrush(QPalette::Inactive, QPalette::Dark, brush21);
00133 QBrush brush22(QColor(199, 199, 199, 255));
00134 brush22.setStyle(Qt::SolidPattern);
00135 palette.setBrush(QPalette::Inactive, QPalette::Mid, brush22);
00136 QBrush brush23(QColor(0, 0, 0, 255));
00137 brush23.setStyle(Qt::SolidPattern);
00138 palette.setBrush(QPalette::Inactive, QPalette::Text, brush23);
00139 QBrush brush24(QColor(255, 255, 255, 255));
00140 brush24.setStyle(Qt::SolidPattern);
00141 palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush24);
00142 QBrush brush25(QColor(0, 0, 0, 255));
00143 brush25.setStyle(Qt::SolidPattern);
00144 palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush25);
00145 QBrush brush26(QColor(255, 255, 255, 255));
00146 brush26.setStyle(Qt::SolidPattern);
00147 palette.setBrush(QPalette::Inactive, QPalette::Base, brush26);
00148 QBrush brush27(QColor(239, 239, 239, 255));
00149 brush27.setStyle(Qt::SolidPattern);
00150 palette.setBrush(QPalette::Inactive, QPalette::Window, brush27);
00151 QBrush brush28(QColor(0, 0, 0, 255));
00152 brush28.setStyle(Qt::SolidPattern);
00153 palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush28);
00154 QBrush brush29(QColor(103, 141, 178, 255));
00155 brush29.setStyle(Qt::SolidPattern);
00156 palette.setBrush(QPalette::Inactive, QPalette::Highlight, brush29);
00157 QBrush brush30(QColor(255, 255, 255, 255));
00158 brush30.setStyle(Qt::SolidPattern);
00159 palette.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush30);
00160 QBrush brush31(QColor(0, 0, 238, 255));
00161 brush31.setStyle(Qt::SolidPattern);
00162 palette.setBrush(QPalette::Inactive, QPalette::Link, brush31);
00163 QBrush brush32(QColor(82, 24, 139, 255));
00164 brush32.setStyle(Qt::SolidPattern);
00165 palette.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush32);
00166 QBrush brush33(QColor(232, 232, 232, 255));
00167 brush33.setStyle(Qt::SolidPattern);
00168 palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush33);
00169 QBrush brush34(QColor(128, 128, 128, 255));
00170 brush34.setStyle(Qt::SolidPattern);
00171 palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush34);
00172 QBrush brush35(QColor(221, 223, 228, 255));
00173 brush35.setStyle(Qt::SolidPattern);
00174 palette.setBrush(QPalette::Disabled, QPalette::Button, brush35);
00175 QBrush brush36(QColor(255, 255, 255, 255));
00176 brush36.setStyle(Qt::SolidPattern);
00177 palette.setBrush(QPalette::Disabled, QPalette::Light, brush36);
00178 QBrush brush37(QColor(255, 255, 255, 255));
00179 brush37.setStyle(Qt::SolidPattern);
00180 palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush37);
00181 QBrush brush38(QColor(85, 85, 85, 255));
00182 brush38.setStyle(Qt::SolidPattern);
00183 palette.setBrush(QPalette::Disabled, QPalette::Dark, brush38);
00184 QBrush brush39(QColor(199, 199, 199, 255));
00185 brush39.setStyle(Qt::SolidPattern);
00186 palette.setBrush(QPalette::Disabled, QPalette::Mid, brush39);
00187 QBrush brush40(QColor(199, 199, 199, 255));
00188 brush40.setStyle(Qt::SolidPattern);
00189 palette.setBrush(QPalette::Disabled, QPalette::Text, brush40);
00190 QBrush brush41(QColor(255, 255, 255, 255));
00191 brush41.setStyle(Qt::SolidPattern);
00192 palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush41);
00193 QBrush brush42(QColor(128, 128, 128, 255));
00194 brush42.setStyle(Qt::SolidPattern);
00195 palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush42);
00196 QBrush brush43(QColor(239, 239, 239, 255));
00197 brush43.setStyle(Qt::SolidPattern);
00198 palette.setBrush(QPalette::Disabled, QPalette::Base, brush43);
00199 QBrush brush44(QColor(239, 239, 239, 255));
00200 brush44.setStyle(Qt::SolidPattern);
00201 palette.setBrush(QPalette::Disabled, QPalette::Window, brush44);
00202 QBrush brush45(QColor(0, 0, 0, 255));
00203 brush45.setStyle(Qt::SolidPattern);
00204 palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush45);
00205 QBrush brush46(QColor(86, 117, 148, 255));
00206 brush46.setStyle(Qt::SolidPattern);
00207 palette.setBrush(QPalette::Disabled, QPalette::Highlight, brush46);
00208 QBrush brush47(QColor(255, 255, 255, 255));
00209 brush47.setStyle(Qt::SolidPattern);
00210 palette.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush47);
00211 QBrush brush48(QColor(0, 0, 238, 255));
00212 brush48.setStyle(Qt::SolidPattern);
00213 palette.setBrush(QPalette::Disabled, QPalette::Link, brush48);
00214 QBrush brush49(QColor(82, 24, 139, 255));
00215 brush49.setStyle(Qt::SolidPattern);
00216 palette.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush49);
00217 QBrush brush50(QColor(232, 232, 232, 255));
00218 brush50.setStyle(Qt::SolidPattern);
00219 palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush50);
00220 SobreBase->setPalette(palette);
00221 SobreBase->setWindowIcon(QIcon());
00222 vboxLayout = new QVBoxLayout(SobreBase);
00223 vboxLayout->setSpacing(5);
00224 vboxLayout->setMargin(5);
00225 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00226 hboxLayout = new QHBoxLayout();
00227 hboxLayout->setSpacing(5);
00228 hboxLayout->setMargin(0);
00229 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00230 label = new QLabel(SobreBase);
00231 label->setObjectName(QString::fromUtf8("label"));
00232 label->setMinimumSize(QSize(48, 48));
00233 label->setMaximumSize(QSize(48, 48));
00234 label->setPixmap(QPixmap(QString::fromUtf8(":/Genericos48x48/images/png/bulmacont.png")));
00235
00236 hboxLayout->addWidget(label);
00237
00238 frame = new QFrame(SobreBase);
00239 frame->setObjectName(QString::fromUtf8("frame"));
00240 frame->setFrameShape(QFrame::StyledPanel);
00241 frame->setFrameShadow(QFrame::Raised);
00242 gridLayout = new QGridLayout(frame);
00243 gridLayout->setSpacing(6);
00244 gridLayout->setMargin(9);
00245 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00246 mui_lbversion = new QLabel(frame);
00247 mui_lbversion->setObjectName(QString::fromUtf8("mui_lbversion"));
00248 QFont font;
00249 font.setFamily(QString::fromUtf8("Sans Serif"));
00250 font.setPointSize(9);
00251 font.setBold(true);
00252 font.setItalic(false);
00253 font.setUnderline(false);
00254 font.setWeight(75);
00255 font.setStrikeOut(false);
00256 mui_lbversion->setFont(font);
00257
00258 gridLayout->addWidget(mui_lbversion, 0, 0, 1, 1);
00259
00260 spacerItem = new QSpacerItem(241, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00261
00262 gridLayout->addItem(spacerItem, 0, 1, 1, 1);
00263
00264
00265 hboxLayout->addWidget(frame);
00266
00267
00268 vboxLayout->addLayout(hboxLayout);
00269
00270 TabWidget2 = new QTabWidget(SobreBase);
00271 TabWidget2->setObjectName(QString::fromUtf8("TabWidget2"));
00272 TabWidget2->setFocusPolicy(Qt::StrongFocus);
00273 TabWidget2->setLayoutDirection(Qt::LeftToRight);
00274 Acercade = new QWidget();
00275 Acercade->setObjectName(QString::fromUtf8("Acercade"));
00276 hboxLayout1 = new QHBoxLayout(Acercade);
00277 hboxLayout1->setSpacing(5);
00278 hboxLayout1->setMargin(5);
00279 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00280 textEdit_sobre = new QTextEdit(Acercade);
00281 textEdit_sobre->setObjectName(QString::fromUtf8("textEdit_sobre"));
00282 textEdit_sobre->setFocusPolicy(Qt::StrongFocus);
00283 textEdit_sobre->setReadOnly(true);
00284
00285 hboxLayout1->addWidget(textEdit_sobre);
00286
00287 TabWidget2->addTab(Acercade, QApplication::translate("SobreBase", "&Acerca de", 0, QApplication::UnicodeUTF8));
00288 autores = new QWidget();
00289 autores->setObjectName(QString::fromUtf8("autores"));
00290 hboxLayout2 = new QHBoxLayout(autores);
00291 hboxLayout2->setSpacing(5);
00292 hboxLayout2->setMargin(5);
00293 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00294 textEdit_autores = new QTextEdit(autores);
00295 textEdit_autores->setObjectName(QString::fromUtf8("textEdit_autores"));
00296 textEdit_autores->setFocusPolicy(Qt::StrongFocus);
00297 textEdit_autores->setAutoFormatting(QTextEdit::AutoAll);
00298 textEdit_autores->setReadOnly(true);
00299
00300 hboxLayout2->addWidget(textEdit_autores);
00301
00302 TabWidget2->addTab(autores, QApplication::translate("SobreBase", "A&utores", 0, QApplication::UnicodeUTF8));
00303 soporte = new QWidget();
00304 soporte->setObjectName(QString::fromUtf8("soporte"));
00305 hboxLayout3 = new QHBoxLayout(soporte);
00306 hboxLayout3->setSpacing(5);
00307 hboxLayout3->setMargin(5);
00308 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00309 textEdit_soporte = new QTextEdit(soporte);
00310 textEdit_soporte->setObjectName(QString::fromUtf8("textEdit_soporte"));
00311 textEdit_soporte->setFocusPolicy(Qt::TabFocus);
00312 textEdit_soporte->setReadOnly(true);
00313
00314 hboxLayout3->addWidget(textEdit_soporte);
00315
00316 TabWidget2->addTab(soporte, QApplication::translate("SobreBase", "Sopor&te", 0, QApplication::UnicodeUTF8));
00317 licencia = new QWidget();
00318 licencia->setObjectName(QString::fromUtf8("licencia"));
00319 hboxLayout4 = new QHBoxLayout(licencia);
00320 hboxLayout4->setSpacing(5);
00321 hboxLayout4->setMargin(5);
00322 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00323 textEdit_licencia = new QTextEdit(licencia);
00324 textEdit_licencia->setObjectName(QString::fromUtf8("textEdit_licencia"));
00325 textEdit_licencia->setFocusPolicy(Qt::StrongFocus);
00326 textEdit_licencia->setReadOnly(true);
00327
00328 hboxLayout4->addWidget(textEdit_licencia);
00329
00330 TabWidget2->addTab(licencia, QApplication::translate("SobreBase", "Acuerdo de &licencia", 0, QApplication::UnicodeUTF8));
00331
00332 vboxLayout->addWidget(TabWidget2);
00333
00334 hboxLayout5 = new QHBoxLayout();
00335 hboxLayout5->setSpacing(5);
00336 hboxLayout5->setMargin(0);
00337 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00338 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00339
00340 hboxLayout5->addItem(spacerItem1);
00341
00342 mui_aceptar = new QPushButton(SobreBase);
00343 mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00344
00345 hboxLayout5->addWidget(mui_aceptar);
00346
00347
00348 vboxLayout->addLayout(hboxLayout5);
00349
00350
00351 retranslateUi(SobreBase);
00352
00353 QSize size(600, 350);
00354 size = size.expandedTo(SobreBase->minimumSizeHint());
00355 SobreBase->resize(size);
00356
00357
00358 QMetaObject::connectSlotsByName(SobreBase);
00359 }
00360
00361 void retranslateUi(QDialog *SobreBase)
00362 {
00363 SobreBase->setWindowTitle(QApplication::translate("SobreBase", "Acerca de BulmaCont", 0, QApplication::UnicodeUTF8));
00364 label->setText(QString());
00365 mui_lbversion->setText(QApplication::translate("SobreBase", "Contabilidad GPL - Version 0.9.3 -", 0, QApplication::UnicodeUTF8));
00366 TabWidget2->setTabText(TabWidget2->indexOf(Acercade), QApplication::translate("SobreBase", "&Acerca de", 0, QApplication::UnicodeUTF8));
00367 textEdit_autores->setHtml(QApplication::translate("SobreBase", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00368 "p, li { white-space: pre-wrap; }\n"
00369 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00370 "<p style=\"-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p></body></html>", 0, QApplication::UnicodeUTF8));
00371 TabWidget2->setTabText(TabWidget2->indexOf(autores), QApplication::translate("SobreBase", "A&utores", 0, QApplication::UnicodeUTF8));
00372 TabWidget2->setTabText(TabWidget2->indexOf(soporte), QApplication::translate("SobreBase", "Sopor&te", 0, QApplication::UnicodeUTF8));
00373 TabWidget2->setTabText(TabWidget2->indexOf(licencia), QApplication::translate("SobreBase", "Acuerdo de &licencia", 0, QApplication::UnicodeUTF8));
00374 mui_aceptar->setText(QApplication::translate("SobreBase", "&Aceptar", 0, QApplication::UnicodeUTF8));
00375 Q_UNUSED(SobreBase);
00376 }
00377
00378 };
00379
00380 namespace Ui {
00381 class SobreBase: public Ui_SobreBase {};
00382 }
00383
00384 #endif // UI_SOBREBASE_H