qtcreator设计模式是啥类型的qWidget?

Posted

技术标签:

【中文标题】qtcreator设计模式是啥类型的qWidget?【英文标题】:What type of qWidget is the qtcreator design mode?qtcreator设计模式是什么类型的qWidget? 【发布时间】:2019-02-22 12:44:55 【问题描述】:

我在 Qt 中看到过 toolBox 小部件,但我正在寻找类似于 qtCreator 设计模式(下图)的东西,它具有过滤器(按名称搜索)和打开/关闭部分。是否有任何类似的小部件或者它是自定义/继承的小部件?

【问题讨论】:

您需要“升级”工具箱。例如,将 qlineedit 用于过滤器并对其进行编程(连接信号等...) 你可以看一下qtcreator源码git clone --recursive https://code.qt.io/qt-creator/qt-creator.git 【参考方案1】:

这是 WidgetBoxWidgetBoxTreeWidget,可在 qttools 存储库的 Designer 源代码中找到:

https://github.com/qt/qttools/tree/dev/src/designer/src/components/widgetbox

【讨论】:

以上是关于qtcreator设计模式是啥类型的qWidget?的主要内容,如果未能解决你的问题,请参考以下文章

Qt - QWidget 到底是啥

QtCreator:将字符串打印到终端的最佳方式是啥?

不能使用 QWidgets

QtCreator 构建步骤变量名称是啥(例如 %buildDir)?

QML QWidget 容器

在 Python 中使用 QtCreator 转换的文件