source: mmcs/ui_formcompararresultados.h @ 4c71262

Last change on this file since 4c71262 was f473a7f, checked in by rudmanmrrod <rudman22@…>, 8 years ago

Modificada funcionalidad al definir las cuentas exogenas

  • Property mode set to 100755
File size: 3.3 KB
Line 
1/********************************************************************************
2** Form generated from reading UI file 'formcompararresultados.ui'
3**
4** Created by: Qt User Interface Compiler version 4.8.6
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_FORMCOMPARARRESULTADOS_H
10#define UI_FORMCOMPARARRESULTADOS_H
11
12#include <QtCore/QVariant>
13#include <QtGui/QAction>
14#include <QtGui/QApplication>
15#include <QtGui/QButtonGroup>
16#include <QtGui/QHBoxLayout>
17#include <QtGui/QHeaderView>
18#include <QtGui/QListWidget>
19#include <QtGui/QPushButton>
20#include <QtGui/QWidget>
21
22QT_BEGIN_NAMESPACE
23
24class Ui_FormCompararResultados
25{
26public:
27    QHBoxLayout *horizontalLayout;
28    QListWidget *resultadosListWidget;
29    QPushButton *buttonVerResultados;
30
31    void setupUi(QWidget *FormCompararResultados)
32    {
33        if (FormCompararResultados->objectName().isEmpty())
34            FormCompararResultados->setObjectName(QString::fromUtf8("FormCompararResultados"));
35        FormCompararResultados->setWindowModality(Qt::ApplicationModal);
36        FormCompararResultados->resize(569, 301);
37        horizontalLayout = new QHBoxLayout(FormCompararResultados);
38        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
39        resultadosListWidget = new QListWidget(FormCompararResultados);
40        resultadosListWidget->setObjectName(QString::fromUtf8("resultadosListWidget"));
41        QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Maximum);
42        sizePolicy.setHorizontalStretch(0);
43        sizePolicy.setVerticalStretch(0);
44        sizePolicy.setHeightForWidth(resultadosListWidget->sizePolicy().hasHeightForWidth());
45        resultadosListWidget->setSizePolicy(sizePolicy);
46        resultadosListWidget->setSelectionMode(QAbstractItemView::ExtendedSelection);
47
48        horizontalLayout->addWidget(resultadosListWidget);
49
50        buttonVerResultados = new QPushButton(FormCompararResultados);
51        buttonVerResultados->setObjectName(QString::fromUtf8("buttonVerResultados"));
52        QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
53        sizePolicy1.setHorizontalStretch(0);
54        sizePolicy1.setVerticalStretch(0);
55        sizePolicy1.setHeightForWidth(buttonVerResultados->sizePolicy().hasHeightForWidth());
56        buttonVerResultados->setSizePolicy(sizePolicy1);
57        buttonVerResultados->setMinimumSize(QSize(100, 0));
58        buttonVerResultados->setStyleSheet(QString::fromUtf8("background-color: #358ccb; color: #fff; font-weight: bold; height: 30px; border: none; border-radius: 5px;\n"
59""));
60
61        horizontalLayout->addWidget(buttonVerResultados);
62
63
64        retranslateUi(FormCompararResultados);
65
66        QMetaObject::connectSlotsByName(FormCompararResultados);
67    } // setupUi
68
69    void retranslateUi(QWidget *FormCompararResultados)
70    {
71        FormCompararResultados->setWindowTitle(QApplication::translate("FormCompararResultados", "Comparar Resultados", 0, QApplication::UnicodeUTF8));
72        buttonVerResultados->setText(QApplication::translate("FormCompararResultados", "&Ver", 0, QApplication::UnicodeUTF8));
73    } // retranslateUi
74
75};
76
77namespace Ui {
78    class FormCompararResultados: public Ui_FormCompararResultados {};
79} // namespace Ui
80
81QT_END_NAMESPACE
82
83#endif // UI_FORMCOMPARARRESULTADOS_H
Note: See TracBrowser for help on using the repository browser.