UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ui_selector_wid.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'selector_wid.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_SELECTOR_WID_H
10 #define UI_SELECTOR_WID_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QGridLayout>
17 #include <QtGui/QHeaderView>
18 #include <QtGui/QLabel>
19 #include <QtGui/QLineEdit>
20 #include <QtGui/QWidget>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QGridLayout *gridLayout;
28  QLabel *findLabel;
29  QLineEdit *findLineEdit;
30 
31  void setupUi(QWidget *SelectorWid)
32  {
33  if (SelectorWid->objectName().isEmpty())
34  SelectorWid->setObjectName(QString::fromUtf8("SelectorWid"));
35  SelectorWid->resize(292, 287);
36  gridLayout = new QGridLayout(SelectorWid);
37  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
38  findLabel = new QLabel(SelectorWid);
39  findLabel->setObjectName(QString::fromUtf8("findLabel"));
40  findLabel->setPixmap(QPixmap(QString::fromUtf8(":/icons/find.png")));
41 
42  gridLayout->addWidget(findLabel, 0, 0, 1, 1);
43 
44  findLineEdit = new QLineEdit(SelectorWid);
45  findLineEdit->setObjectName(QString::fromUtf8("findLineEdit"));
46 
47  gridLayout->addWidget(findLineEdit, 0, 1, 1, 1);
48 
49 
50  retranslateUi(SelectorWid);
51 
52  QMetaObject::connectSlotsByName(SelectorWid);
53  } // setupUi
54 
55  void retranslateUi(QWidget *SelectorWid)
56  {
57  SelectorWid->setWindowTitle(QApplication::translate("SelectorWid", "Selector", 0, QApplication::UnicodeUTF8));
58  findLabel->setText(QString());
59  } // retranslateUi
60 
61 };
62 
63 namespace Ui {
64  class SelectorWid: public Ui_SelectorWid {};
65 } // namespace Ui
66 
67 QT_END_NAMESPACE
68 
69 #endif // UI_SELECTOR_WID_H
Definition: ui_selector_wid.h:64
Definition: ui_selector_wid.h:24