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.
如果我们采用诸如“bb/cascades/Button”或“bb/cascades/Label”之类的类,它与 QObjects 有什么联系?级联中的所有核心控件也是QObjects吗?
是的,bb/cascades 中的所有控件(最终)都是从 QObject 子类化的。大多数(但不是全部)Qt 和 Cascades 类是 QObject 的子类。