Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_txhistorydialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'txhistorydialog.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_TXHISTORYDIALOG_H
9 #define UI_TXHISTORYDIALOG_H
10 
11 #include <QtCore/QVariant>
12 #include <QtGui/QAction>
13 #include <QtGui/QApplication>
14 #include <QtGui/QButtonGroup>
15 #include <QtGui/QHeaderView>
16 #include <QtGui/QTableWidget>
17 #include <QtGui/QVBoxLayout>
18 #include <QtGui/QWidget>
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QVBoxLayout *topLayout;
26  QVBoxLayout *verticalLayout;
27  QTableWidget *txHistoryTable;
28 
29  void setupUi(QWidget *txHistoryDialog)
30  {
31  if (txHistoryDialog->objectName().isEmpty())
32  txHistoryDialog->setObjectName(QString::fromUtf8("txHistoryDialog"));
33  txHistoryDialog->resize(664, 474);
34  topLayout = new QVBoxLayout(txHistoryDialog);
35  topLayout->setObjectName(QString::fromUtf8("topLayout"));
36  verticalLayout = new QVBoxLayout();
37  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
38  verticalLayout->setContentsMargins(-1, 0, -1, -1);
39  txHistoryTable = new QTableWidget(txHistoryDialog);
40  txHistoryTable->setObjectName(QString::fromUtf8("txHistoryTable"));
41 
42  verticalLayout->addWidget(txHistoryTable);
43 
44 
45  topLayout->addLayout(verticalLayout);
46 
47 
48  retranslateUi(txHistoryDialog);
49 
50  QMetaObject::connectSlotsByName(txHistoryDialog);
51  } // setupUi
52 
53  void retranslateUi(QWidget *txHistoryDialog)
54  {
55  txHistoryDialog->setWindowTitle(QApplication::translate("txHistoryDialog", "Form", 0, QApplication::UnicodeUTF8));
56  } // retranslateUi
57 
58 };
59 
60 namespace Ui {
62 } // namespace Ui
63 
64 QT_END_NAMESPACE
65 
66 #endif // UI_TXHISTORYDIALOG_H
void retranslateUi(QWidget *txHistoryDialog)
QVBoxLayout * verticalLayout
QVBoxLayout * topLayout
QTableWidget * txHistoryTable
void setupUi(QWidget *txHistoryDialog)