Qt Widget Overlays

前端 未结 3 1464
囚心锁ツ
囚心锁ツ 2020-12-31 11:28

How do I overlay widgets in Qt?

I want to create some widgets and place them out-of-layout, but rather tweak their size and position when some other widget\'s geomet

3条回答
  •  感情败类
    2020-12-31 11:43

    If they're child of a widget without a layout, you should be able to move them around as you please, I think.

提交回复
热议问题