Add an example of how to use the multisplitter with QtQuick

This commit is contained in:
Sergio Martins
2020-05-25 06:05:48 +01:00
parent 1dad16bb63
commit df8511b3dc
18 changed files with 687 additions and 5 deletions

View File

@@ -60,6 +60,9 @@ public:
void show() override;
void hide() override;
void move(int x, int y) override;
void setSize(int width, int height) override;
void setWidth(int width) override;
void setHeight(int height) override;
static QSize widgetMinSize(const QWidget *w);