source: mmcs/ui_formcompararresultados.h @ 68e57de

Last change on this file since 68e57de was 68e57de, checked in by rboet <rudmanmrrod@…>, 9 years ago

solucionado una dependencia de recurso para la imagen de cargar matriz

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