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
具体映射其pixmap属性:
pixmap
myMapper.addMapping(myLabel, itsSection, "pixmap")