mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-12-15 03:22:05 +08:00
Change window sizePolicy
Change window sizePolicy from setFixedSize to setMinimumSize; Change icon name; Update part of translation.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
class WebEnginePage : public QWebEnginePage
|
||||
{
|
||||
public:
|
||||
WebEnginePage(QObject *parent = Q_NULLPTR);
|
||||
WebEnginePage(QObject *parent = nullptr);
|
||||
|
||||
protected:
|
||||
QWebEnginePage *createWindow(WebWindowType type) override;
|
||||
|
||||
Reference in New Issue
Block a user