开发者

How do I add controls other than buttons/actions to toolbars in Qt, such as text boxes and combo boxes?

开发者 https://www.devze.com 2022-12-30 18:12 出处:网络
From the scr开发者_StackOverflow中文版eenshot featured on this page http://www.kde.gr.jp/~ichi/qt/designer-manual-3.html it seems like this functionality was available in Qt3. Was it removed in Qt4?I

From the scr开发者_StackOverflow中文版eenshot featured on this page http://www.kde.gr.jp/~ichi/qt/designer-manual-3.html it seems like this functionality was available in Qt3. Was it removed in Qt4?


I don't believe you can do so from within Designer. You can add other widgets programmatically using QToolBar::addWidget().

0

精彩评论

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