/******************************************************************************** ** 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 #include #include 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