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.
如何在 QtQuick 应用程序中应用 MVVM 模式? 任何人都可以给我任何示例(简单)代码吗?
谢谢
使用 C++ 视图模型
我知道有人用 QML ViewModel 和文本元素的双向绑定做了同样的事情。
双向绑定是通过将 text 属性绑定到 viewmodel 属性来完成的。然后,添加一个 Binding 节点以将 viewmodel 属性绑定到 textinput 的 text 属性。