当前位置:网站首页>The process of creating custom controls in QT to encapsulating them into toolbars (II): encapsulating custom controls into toolbars
The process of creating custom controls in QT to encapsulating them into toolbars (II): encapsulating custom controls into toolbars
2022-07-07 16:58:00 【God port】
One 、 Project creation
So let's create one first VS project .

Two 、 Environment configuration
1. The generated customdashboardplugin.dll Add to qt designer Folder . This file is in your QT Installation directory .

2. take customdashboardplugin.lib Add to qt lib Next 
3. Add header file to include Under the folder 
4.VS Configuration environment
The header file 
lib
add to dll To exe Under the table of contents 
3、 ... and 、 effect
1. Toolbar effect 
2. Running effect

The flow of automatic control is roughly like this , As long as the idea is good , Custom controls can help us realize various interfaces and functions , I hope I can help you .
边栏推荐
- Direct dry goods, 100% praise
- LeetCode 213. 打家劫舍 II 每日一题
- "The" "PIP" "entry cannot be recognized as the name of a cmdlet, function, script file, or runnable program."
- 【DesignMode】外观模式 (facade patterns)
- Opencv personal notes
- Inner monologue of accidental promotion
- C语言进阶——函数指针
- 【DesignMode】享元模式(Flyweight Pattern)
- logback. XML configure logs of different levels and set color output
- LeetCode 312. 戳气球 每日一题
猜你喜欢
随机推荐
LeetCode 120. 三角形最小路径和 每日一题
Personal notes of graphics (1)
Personal notes of graphics (2)
Three. JS series (3): porting shaders in shadertoy
dapp丨defi丨nft丨lp单双币流动性挖矿系统开发详细说明及源码
logback.xml配置不同级别日志,设置彩色输出
【Android -- 数据存储】使用 SQLite 存储数据
time标准库
LeetCode 1626. 无矛盾的最佳球队 每日一题
01tire+链式前向星+dfs+贪心练习题.1
Personal notes of graphics (3)
【Vulnhub靶场】THALES:1
打造All-in-One应用开发平台,轻流树立无代码行业标杆
LeetCode 1477. 找两个和为目标值且不重叠的子数组 每日一题
预售17.9万,恒驰5能不能火?产品力在线,就看怎么卖
1亿单身男女“在线相亲”,撑起130亿IPO
QT中自定义控件的创建到封装到工具栏过程(二):自定义控件封装到工具栏
3000 words speak through HTTP cache
Find tags in prefab in unity editing mode
[designmode] proxy pattern









