Qt一些示例程序
How to Add & Remove Qt Widgets Dynamically at Runtime
In this video I show you how to add any widget or layouts containing widgets to another widow or another layout.
Code repository: https://github.com/VelazcoJD/QtDynami...
Qt Widgets Theme: https://youtu.be/zjWfDEUsobQ
00:00 Introduction
01:36 Code to Add Widgets
07:47 Code to Add Layouts
14:27 Qt Widgets Theme
https://github.com/VelazcoJD/QtDynamicWidgets
How to set a GUI Theme to a Qt Widgets Application
In this video, I show you how to set the overall theme (style sheet) of your Qt widgets application.
Free QSS style sheets: https://qss-stock.devsecstudio.com/
Qt style sheet documentation: https://doc.qt.io/qt-5/stylesheet-reference.html
A tutorial on what Qt layouts are and their functionalities. Towards the end of the video, we go through a quick example of how to go from a GUI design to creating a responsive form.
How to use Qt Signals and Slots with Templates
How to create and implement interfaces with Qt Signals
This tutorial shows how to use the Q_INTERFACES macro to create object-oriented interfaces with Qt signals. I show how to implement them and connect signals and slots with an example exercise application.
How to use VTK with Qt using CMake and Visual Studio 2017 2 of 3
EDIT: This setup is compatible with Qt 5 except Qt 5.15, VTK 8.2, and VS2017. To use with VS2019, you have to install the v141 toolset which can be added with the visual studio installer. Then, type "v141" under the "Optional toolset" option in the menu that pops up when clicking
How to use VTK with Qt using CMake and Visual Studio 2017 - 1 of 3
EDIT: This setup is compatible with Qt 5 except Qt 5.15, VTK 8.2, and VS2017. To use with VS2019, you have to install the v141 toolset which can be added with the visual studio installer. Then, type "v141" under the "Optional toolset" option in the menu that pops up when clicking
网友评论