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.

47 lines
1.1 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'net_thread.ui'
**
** Created by: Qt User Interface Compiler version 5.12.9
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_NET_THREAD_H
#define UI_NET_THREAD_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_net_Thread
{
public:
void setupUi(QWidget *net_Thread)
{
if (net_Thread->objectName().isEmpty())
net_Thread->setObjectName(QString::fromUtf8("net_Thread"));
net_Thread->resize(400, 300);
retranslateUi(net_Thread);
QMetaObject::connectSlotsByName(net_Thread);
} // setupUi
void retranslateUi(QWidget *net_Thread)
{
net_Thread->setWindowTitle(QApplication::translate("net_Thread", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class net_Thread: public Ui_net_Thread {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_NET_THREAD_H