Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_lookuptxdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'lookuptxdialog.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_LOOKUPTXDIALOG_H
9 #define UI_LOOKUPTXDIALOG_H
10 
11 #include <QtCore/QVariant>
12 #include <QtGui/QAction>
13 #include <QtGui/QApplication>
14 #include <QtGui/QButtonGroup>
15 #include <QtGui/QHBoxLayout>
16 #include <QtGui/QHeaderView>
17 #include <QtGui/QLabel>
18 #include <QtGui/QLineEdit>
19 #include <QtGui/QPushButton>
20 #include <QtGui/QSpacerItem>
21 #include <QtGui/QVBoxLayout>
22 #include <QtGui/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *topLayout;
31  QHBoxLayout *horizontalLayout_12;
34  QPushButton *searchButton;
35  QSpacerItem *horizontalSpacer_3;
36  QHBoxLayout *horizontalLayout;
37  QVBoxLayout *verticalLayout_2;
38  QSpacerItem *verticalSpacer;
39 
40  void setupUi(QWidget *LookupTXDialog)
41  {
42  if (LookupTXDialog->objectName().isEmpty())
43  LookupTXDialog->setObjectName(QString::fromUtf8("LookupTXDialog"));
44  LookupTXDialog->resize(664, 474);
45  topLayout = new QVBoxLayout(LookupTXDialog);
46  topLayout->setObjectName(QString::fromUtf8("topLayout"));
47  labelAlerts = new QLabel(LookupTXDialog);
48  labelAlerts->setObjectName(QString::fromUtf8("labelAlerts"));
49  labelAlerts->setVisible(false);
50  labelAlerts->setStyleSheet(QString::fromUtf8("background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000;"));
51  labelAlerts->setWordWrap(true);
52  labelAlerts->setMargin(3);
53 
54  topLayout->addWidget(labelAlerts);
55 
56  horizontalLayout_12 = new QHBoxLayout();
57  horizontalLayout_12->setObjectName(QString::fromUtf8("horizontalLayout_12"));
58  horizontalLayout_12->setContentsMargins(-1, 0, -1, -1);
59  searchLabel = new QLabel(LookupTXDialog);
60  searchLabel->setObjectName(QString::fromUtf8("searchLabel"));
61  searchLabel->setEnabled(true);
62  searchLabel->setMinimumSize(QSize(0, 0));
63  searchLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
64  searchLabel->setMargin(8);
65 
66  horizontalLayout_12->addWidget(searchLabel);
67 
68  searchLineEdit = new QLineEdit(LookupTXDialog);
69  searchLineEdit->setObjectName(QString::fromUtf8("searchLineEdit"));
70 
71  horizontalLayout_12->addWidget(searchLineEdit);
72 
73  searchButton = new QPushButton(LookupTXDialog);
74  searchButton->setObjectName(QString::fromUtf8("searchButton"));
75 
76  horizontalLayout_12->addWidget(searchButton);
77 
78  horizontalSpacer_3 = new QSpacerItem(6, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
79 
80  horizontalLayout_12->addItem(horizontalSpacer_3);
81 
82 
83  topLayout->addLayout(horizontalLayout_12);
84 
85  horizontalLayout = new QHBoxLayout();
86  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
87  verticalLayout_2 = new QVBoxLayout();
88  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
89  verticalSpacer = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
90 
91  verticalLayout_2->addItem(verticalSpacer);
92 
93 
94  horizontalLayout->addLayout(verticalLayout_2);
95 
96  horizontalLayout->setStretch(0, 1);
97 
98  topLayout->addLayout(horizontalLayout);
99 
100 
101  retranslateUi(LookupTXDialog);
102 
103  QMetaObject::connectSlotsByName(LookupTXDialog);
104  } // setupUi
105 
106  void retranslateUi(QWidget *LookupTXDialog)
107  {
108  LookupTXDialog->setWindowTitle(QApplication::translate("LookupTXDialog", "Form", 0, QApplication::UnicodeUTF8));
109  searchLabel->setText(QApplication::translate("LookupTXDialog", "Search Transaction:", 0, QApplication::UnicodeUTF8));
110  searchButton->setText(QApplication::translate("LookupTXDialog", "Search", 0, QApplication::UnicodeUTF8));
111  } // retranslateUi
112 
113 };
114 
115 namespace Ui {
117 } // namespace Ui
118 
119 QT_END_NAMESPACE
120 
121 #endif // UI_LOOKUPTXDIALOG_H
QVBoxLayout * topLayout
QHBoxLayout * horizontalLayout
QSpacerItem * horizontalSpacer_3
void retranslateUi(QWidget *LookupTXDialog)
QLineEdit * searchLineEdit
QPushButton * searchButton
QSpacerItem * verticalSpacer
void setupUi(QWidget *LookupTXDialog)
QHBoxLayout * horizontalLayout_12
QVBoxLayout * verticalLayout_2