You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.6 KiB
C
58 lines
1.6 KiB
C
|
2 years ago
|
/********************************************************************************
|
||
|
|
** Form generated from reading UI file 'testwidget.ui'
|
||
|
|
**
|
||
|
|
** Created by: Qt User Interface Compiler version 5.9.4
|
||
|
|
**
|
||
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
|
********************************************************************************/
|
||
|
|
|
||
|
|
#ifndef UI_TESTWIDGET_H
|
||
|
|
#define UI_TESTWIDGET_H
|
||
|
|
|
||
|
|
#include <QtCore/QVariant>
|
||
|
|
#include <QtWidgets/QAction>
|
||
|
|
#include <QtWidgets/QApplication>
|
||
|
|
#include <QtWidgets/QButtonGroup>
|
||
|
|
#include <QtWidgets/QHeaderView>
|
||
|
|
#include <QtWidgets/QTreeWidget>
|
||
|
|
#include <QtWidgets/QWidget>
|
||
|
|
|
||
|
|
QT_BEGIN_NAMESPACE
|
||
|
|
|
||
|
|
class Ui_TestWidget
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
QTreeWidget *treeWidget;
|
||
|
|
|
||
|
|
void setupUi(QWidget *TestWidget)
|
||
|
|
{
|
||
|
|
if (TestWidget->objectName().isEmpty())
|
||
|
|
TestWidget->setObjectName(QStringLiteral("TestWidget"));
|
||
|
|
TestWidget->resize(659, 562);
|
||
|
|
treeWidget = new QTreeWidget(TestWidget);
|
||
|
|
QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
|
||
|
|
__qtreewidgetitem->setText(0, QStringLiteral("1"));
|
||
|
|
treeWidget->setHeaderItem(__qtreewidgetitem);
|
||
|
|
treeWidget->setObjectName(QStringLiteral("treeWidget"));
|
||
|
|
treeWidget->setGeometry(QRect(0, 0, 491, 541));
|
||
|
|
|
||
|
|
retranslateUi(TestWidget);
|
||
|
|
|
||
|
|
QMetaObject::connectSlotsByName(TestWidget);
|
||
|
|
} // setupUi
|
||
|
|
|
||
|
|
void retranslateUi(QWidget *TestWidget)
|
||
|
|
{
|
||
|
|
TestWidget->setWindowTitle(QApplication::translate("TestWidget", "TestWidget", Q_NULLPTR));
|
||
|
|
} // retranslateUi
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
namespace Ui {
|
||
|
|
class TestWidget: public Ui_TestWidget {};
|
||
|
|
} // namespace Ui
|
||
|
|
|
||
|
|
QT_END_NAMESPACE
|
||
|
|
|
||
|
|
#endif // UI_TESTWIDGET_H
|