也许完成了?待调试
This commit is contained in:
@ -6,7 +6,10 @@
|
||||
#define OFFICEASSISTANT_MAINSCREEN_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
#include <QHBoxLayout>
|
||||
#include <QVBoxLayout>
|
||||
#include <QPushButton>
|
||||
#include "mb.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui { class MainScreen; }
|
||||
@ -17,11 +20,19 @@ Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit MainScreen(QWidget *parent = nullptr);
|
||||
|
||||
~MainScreen() override;
|
||||
|
||||
public slots:
|
||||
void clickButton1(QString text, QString url);
|
||||
private:
|
||||
Ui::MainScreen *ui;
|
||||
QHBoxLayout *layout;
|
||||
QVBoxLayout *layout_left;
|
||||
QPushButton *button;
|
||||
QIcon *icon;
|
||||
QWidget *broswer;
|
||||
mbWebView mbView;
|
||||
private slots:
|
||||
void startWeChat();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user