Added Widget::update() and mapFromGlobal
This commit is contained in:
@@ -64,6 +64,8 @@ public:
|
||||
void setSize(int width, int height) override;
|
||||
void setWidth(int width) override;
|
||||
void setHeight(int height) override;
|
||||
void update() override;
|
||||
QPoint mapFromGlobal(QPoint p) const override;
|
||||
|
||||
static QSize widgetMinSize(const QWidget *w);
|
||||
static QSize widgetMaxSize(const QWidget *w);
|
||||
|
||||
Reference in New Issue
Block a user