当前位置:网站首页>qt中uic的使用
qt中uic的使用
2022-07-02 10:18:00 【踏过山河,踏过海】
uic是什么?
User Interface Compiler (uic):用户界面编译器
uic有什么用?
qmake会去调用uic程序把ui文件转换为.h文件
uic将读取ui文件,把他编译为C++看得懂的.h文件;
简单一句话,就是把.ui文件转换成C++认识的.h文件
如何使用
第一步先再菜单栏,找到qt的编译器,我选的是
Qt 5.14.1 (MinGW 7.3.0 64-bit)
打开后如下图所示:
找到F:\QT_code\calculator的路径
在这个路径下有mainwindow.ui,我们就要使用uic,将这.ui文件转换成ui_mainwindow.h文件
直接使用 uic xxxxx.ui >> ui_xxxxx.h 命令
然后ui_mainwindow.h文件仍然会出现在F:\QT_code\calculator路径下
边栏推荐
- Uniapp develops wechat applet Tencent map function and generates sig signature of location cloud
- Halcon extract orange (Orange)
- Solution: Compression Technology (original version and sequel version)
- 【youcans 的图像处理学习课】总目录
- When tidb meets Flink: tidb efficiently enters the lake "new play" | tilaker team interview
- 研究表明“气味相投”更易成为朋友
- [cloud native database] what to do when encountering slow SQL (Part 1)?
- 三谈exception——错误处理
- Why can't d link DLL
- ArrayList and LinkedList
猜你喜欢

Unity skframework framework (XIII), question module

Daily practice of C language --- monkeys divide peaches
![[技术发展-22]:网络与通信技术的应用与发展快速概览-2- 通信技术](/img/a7/44609a5acf25021f1fca566c3d8c90.png)
[技术发展-22]:网络与通信技术的应用与发展快速概览-2- 通信技术

Unity skframework framework (XXI), texture filter map resource filtering tool

Unity SKFramework框架(十二)、Score 计分模块

题解:《压缩技术》(原版、续集版)

Unity skframework framework (XVIII), roamcameracontroller roaming perspective camera control script

Unity skframework framework (XIX), POI points of interest / information points

Answer: can the audio be set to on by default during easydss video on demand?

【OpenGL】笔记二十九、高级光照(镜面高光)
随机推荐
2022 Heilongjiang provincial examination on the writing skills of Application Essays
Operation tutorial: how does easydss convert MP4 on demand files into RTSP video streams?
The 29 year old programmer in Shanghai was sentenced to 10 months for "deleting the database and running away" on the day of his resignation!
Let juicefs help you with "remote backup"
P1347 排序(拓扑 + spfa判断环 or 拓扑[内判断环])
Unity skframework framework (XII), score scoring module
[USACO05JAN]Watchcow S(欧拉回路)
P3807 [template] Lucas theorem /lucas theorem
Add sequence number column to query results in MySQL
Answer: can the audio be set to on by default during easydss video on demand?
Why is the default of switch followed by break?
(POJ - 1308)Is It A Tree? (tree)
能自动更新的万能周报模板,有手就会用!
[OpenGL] notes 29. Advanced lighting (specular highlights)
Unity skframework framework (XVI), package manager development kit Manager
Winter vacation daily question - lucky numbers in the matrix
【云原生数据库】遇到慢SQL该怎么办(上)?
Sum of the first n terms of Fibonacci (fast power of matrix)
Can automatically update the universal weekly report template, you can use it with your hand!
Unity skframework framework (XIX), POI points of interest / information points


