开发者

How to make the position of Widget fix?

开发者 https://www.devze.com 2023-02-08 01:30 出处:网络
I am creating a w开发者_Python百科idget on click the button. The widget is appearing at center of the screen. I want to show that widget at a proper predefined position of the screen. And when ever I

I am creating a w开发者_Python百科idget on click the button. The widget is appearing at center of the screen. I want to show that widget at a proper predefined position of the screen. And when ever I open that widget it should show at that point only. How to do this not able to understand.


Use QWidget::move() function before you show it.

0

精彩评论

暂无评论...
验证码 换一张
取 消