当前位置:网站首页>Use of UIC in QT
Use of UIC in QT
2022-07-02 13:48:00 【Across mountains and rivers, across the sea】
qt in uic Use
uic What is it? ?
User Interface Compiler (uic): User interface compiler
uic What's the usage? ?
qmake Going to call uic The program put ui The file is converted to .h file
uic Will read ui file , Compile him into C++ It's understandable .h file ;
In a word , Is to put .ui File conversion to C++ cognitive .h file
How to use
The first step is the menu bar , find qt The compiler , What I chose was
Qt 5.14.1 (MinGW 7.3.0 64-bit)
Open as shown in the following figure :
find F:\QT_code\calculator The path of
Under this path mainwindow.ui, We're going to use uic, Will this .ui File conversion to ui_mainwindow.h file
Use it directly uic xxxxx.ui >> ui_xxxxx.h command
then ui_mainwindow.h The file will still appear in F:\QT_code\calculator Under the path
边栏推荐
- [unity] using GB2312, the solution to abnormal program after packaging
- Sum of the first n terms of Fibonacci (fast power of matrix)
- 2022 zero code / low code development white paper [produced by partner cloud] with download
- mysql ---- Oracle中的rownum转换成MySQL
- qt中uic的使用
- Qt-制作一个简单的计算器-实现四则运算
- Subcontracting configuration of uniapp applet subpackages
- Skillfully use SSH to get through the Internet restrictions
- 二、帧模式 MPLS 操作
- 诚邀青年创作者,一起在元宇宙里与投资人、创业者交流人生如何做选择……...
猜你喜欢

Why is the default of switch followed by break?

Explanation: here is your UFO, Goldbach conjecture

Qt入门-制作一个简易的计算器

BeanUtils--浅拷贝--实例/原理

Browser driven Download

OpenFOAM:lduMatrix&lduAddressing

Drawing Nyquist diagram with MATLAB

Selenium installing selenium in pycharm
![2022 zero code / low code development white paper [produced by partner cloud] with download](/img/46/92c51090e0c476df3bcffd2d11fb6d.png)
2022 zero code / low code development white paper [produced by partner cloud] with download

题解:《压缩技术》(原版、续集版)
随机推荐
Solution: Compression Technology (original version and sequel version)
Qt-制作一个简单的计算器-实现四则运算-将结果以对话框的形式弹出来
BeanUtils--浅拷贝--实例/原理
Three talking about exception -- error handling
Partner cloud form strong upgrade! Pro version, more extraordinary!
Everyone believes that the one-stop credit platform makes the credit scenario "useful"
P3008 [usaco11jan]roads and planes g (SPFA + SLF optimization)
题解:《压缩技术》(原版、续集版)
P1347 排序(拓扑 + spfa判断环 or 拓扑[内判断环])
Dingtalk send message
Sum of the first n terms of Fibonacci (fast power of matrix)
题解《子数整数》、《欢乐地跳》、《开灯》
What are eNB, EPC and PGW?
Engineers who can't read device manuals are not good cooks
How to modify the error of easydss on demand service sharing time?
uniapp小程序 subPackages分包配置
[youcans' image processing learning course] general contents
Dingtalk 发送消息
Téléchargement par navigateur
Development skills of rxjs observable custom operator


