开发者

Adding a QSlider using Qt

开发者 https://www.devze.com 2023-04-05 01:26 出处:网络
I wou开发者_Python百科ld like to add a QSlider in a QToolButton just like volume control in windows OS.

I wou开发者_Python百科ld like to add a QSlider in a QToolButton just like volume control in windows OS. Can any body help me how to achieve this in Qt?


I believe what you are looking for is QWidgetAction

It essentially allows you to place a QWidget into a QAction

0

精彩评论

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