Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个小部件(Qlabel),它使用像素图显示图像。现在,我想在该图像上添加几个按钮(基本上,在包含像素图的小部件上,即 Qlabel)
请参考附图。
谢谢
图像是否必须在 Qlabel 之上?
我会将所需的图像设置为容器类型小部件的背景。可能是一个框架,然后将按钮放在框架上。
另外看看 Qt Creator,我过去用 pyqt 做过一些 GUI 工作,这确实帮助我快速构建 gui 并将其与代码分开。