8 #ifndef UI_TXHISTORYDIALOG_H
9 #define UI_TXHISTORYDIALOG_H
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>
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"));
42 verticalLayout->addWidget(txHistoryTable);
45 topLayout->addLayout(verticalLayout);
50 QMetaObject::connectSlotsByName(txHistoryDialog);
55 txHistoryDialog->setWindowTitle(QApplication::translate(
"txHistoryDialog",
"Form", 0, QApplication::UnicodeUTF8));
66 #endif // UI_TXHISTORYDIALOG_H
void retranslateUi(QWidget *txHistoryDialog)
QVBoxLayout * verticalLayout
QTableWidget * txHistoryTable
void setupUi(QWidget *txHistoryDialog)