几乎完成
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
//
|
||||
//
|
||||
// Created by HW on 2023/07/27.
|
||||
//
|
||||
|
||||
@ -27,6 +27,7 @@ public:
|
||||
explicit MainScreen(QWidget *parent = nullptr);
|
||||
~MainScreen() override;
|
||||
QWidget* parent;
|
||||
ApplicationManager* application_manager;
|
||||
public slots:
|
||||
void clickButton1(QString op, QString url);
|
||||
void firstUrl(QString url);
|
||||
@ -38,7 +39,6 @@ private:
|
||||
QVBoxLayout *layout_left;
|
||||
QPushButton *button;
|
||||
QIcon *icon;
|
||||
ApplicationManager* application_manager;
|
||||
QWidget *broswer;
|
||||
static bool isInited();
|
||||
QWidget *widget;
|
||||
|
Reference in New Issue
Block a user