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.
我正在开发一个或多或少类似于 Notes 应用程序的应用程序。当用户单击 + 按钮时,一个带有 TextEdits 的模态窗口将向上滑动,就像 Notes 应用程序所做的那样。但是我找不到任何提到这种事情的资源。有什么线索吗?
我认为您正在寻找 QML Sheet元素。您需要自己实现 TextEdit 部分。