12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QHBoxLayout> 17 #include <QtWidgets/QHeaderView> 18 #include <QtWidgets/QListView> 19 #include <QtWidgets/QSpacerItem> 20 #include <QtWidgets/QStackedWidget> 21 #include <QtWidgets/QVBoxLayout> 22 #include <QtWidgets/QWidget> 39 if (QRCToken->objectName().isEmpty())
40 QRCToken->setObjectName(QStringLiteral(
"QRCToken"));
41 QRCToken->resize(723, 467);
42 verticalLayout_2 =
new QVBoxLayout(QRCToken);
43 verticalLayout_2->setObjectName(QStringLiteral(
"verticalLayout_2"));
44 horizontalLayout =
new QHBoxLayout();
45 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
46 verticalLayout_3 =
new QVBoxLayout();
47 verticalLayout_3->setObjectName(QStringLiteral(
"verticalLayout_3"));
48 tokensList =
new QListView(QRCToken);
49 tokensList->setObjectName(QStringLiteral(
"tokensList"));
50 tokensList->setStyleSheet(QStringLiteral(
""));
52 verticalLayout_3->addWidget(tokensList);
55 horizontalLayout->addLayout(verticalLayout_3);
57 stackedWidgetToken =
new QStackedWidget(QRCToken);
58 stackedWidgetToken->setObjectName(QStringLiteral(
"stackedWidgetToken"));
60 horizontalLayout->addWidget(stackedWidgetToken);
62 horizontalLayout->setStretch(0, 1);
63 horizontalLayout->setStretch(1, 1);
65 verticalLayout_2->addLayout(horizontalLayout);
67 verticalSpacer =
new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
69 verticalLayout_2->addItem(verticalSpacer);
71 tokenViewLayout =
new QVBoxLayout();
72 tokenViewLayout->setObjectName(QStringLiteral(
"tokenViewLayout"));
74 verticalLayout_2->addLayout(tokenViewLayout);
79 QMetaObject::connectSlotsByName(QRCToken);
84 QRCToken->setWindowTitle(QApplication::translate(
"QRCToken",
"Form", 0));
95 #endif // UI_QRCTOKEN_H
QVBoxLayout * verticalLayout_3
void retranslateUi(QWidget *QRCToken)
QStackedWidget * stackedWidgetToken
QHBoxLayout * horizontalLayout
QVBoxLayout * tokenViewLayout
QVBoxLayout * verticalLayout_2
void setupUi(QWidget *QRCToken)
QSpacerItem * verticalSpacer