temp
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
class QPushButton;
|
||||
class QVBoxLayout;
|
||||
class SelectDialog;
|
||||
class QLabel;
|
||||
|
||||
class GeneralForm : public QWidget
|
||||
{
|
||||
@@ -19,8 +20,11 @@ protected:
|
||||
void changeEvent(QEvent* event);
|
||||
|
||||
private:
|
||||
void retranslateUi();
|
||||
QVBoxLayout* layout = nullptr;
|
||||
SelectDialog* dialog = nullptr;
|
||||
|
||||
QLabel* lbl_lan = nullptr;
|
||||
};
|
||||
|
||||
#endif // GENERALFORM_H
|
||||
Reference in New Issue
Block a user