Change window sizePolicy

Change window sizePolicy from setFixedSize to setMinimumSize;
Change icon name;
Update part of translation.
This commit is contained in:
2020-11-18 20:59:26 +08:00
parent c324f501bb
commit e86473c650
16 changed files with 52 additions and 49 deletions

View File

@@ -7,7 +7,7 @@
class WebEnginePage : public QWebEnginePage
{
public:
WebEnginePage(QObject *parent = Q_NULLPTR);
WebEnginePage(QObject *parent = nullptr);
protected:
QWebEnginePage *createWindow(WebWindowType type) override;