2026/8/11大约 2 分钟
- English54
- 网络编程43
- 工具40
- 生活19
- LearnOpenGL17
- Quick16
- VuePress16
- C++Primer15
- 咖啡师15
- IEC 60870-5-10414
- LearnWebDevelopment8
- 读书笔记6
- Collins4
- DesignPatterns4
- linux4
- 并发编程4
- HTML3
- Daily Notes2
- 职业2
- Widget1
- 进程概念及应用1
2026/8/11大约 1 分钟
Popup dialog with standard buttons and a title, used for short-term interaction with the user.
2026/8/11大约 1 分钟
2026/8/11小于 1 分钟
2026/8/11大约 1 分钟
2026/8/11大约 1 分钟
The ability to inject C++ data into a QML object is made possible by the QQmlContext class. This class exposes data to the context of a QML object so that the data can be referred to directly from within the scope of the QML code
- QQmlContext
- context of a QML object
2026/8/11大约 4 分钟
GroupBox is used to layout a logical group of controls together, within a titled visual frame.
关键点:
- layout
- group of controls
- titled visual frame
效果图:
2026/8/11大约 2 分钟
2026/8/11大约 1 分钟
Use Qt Quick Layouts to arrange items in a user interface. Qt Quick Layouts resize their items, which makes them well suited for resizeable user interfaces.
2026/8/11大约 8 分钟