# 介紹 ###### tags: `inbox`|`Qt5(C++)` [toc] ## 背景 ## 應用 QT成功案例: WPS Office辦公軟體 Linux桌面環境KDE Skype網路電話 谷歌地圖 VLC多媒體播放器 VirtualBox虛擬機器軟體 原文網址:https://itw01.com/U363MEG.html ## 下載 ### Window ### Linux (Ubuntu) + version: + ubuntu: 22.04.02 + qt5: 5.12.03 ### New a Project + Welcome --> projects --> + New Project ![](https://i.imgur.com/EofQjtO.png) + Applications --> Qt Widget Applications --> choose ![](https://i.imgur.com/QA4hVXr.png) + give the project a name + i used to have a folder to put all the work together, and also Qt build a test folder in it as well. ![](https://i.imgur.com/3dfaDGs.png) + Select the kits + if you don't know which to select, just use 'select all kits' ![](https://i.imgur.com/ZDBYIwo.png) + Do not change the name of MainWindow blablabla ![](https://i.imgur.com/OnDklMt.png) + don't change anything here, just check if the 5 files exist. + main.cpp + mainwindow.cpp + mainwindow.h + mainwindow.ui + [filename].pro ![](https://i.imgur.com/zcvYI8o.png) + Yes yes yes, we're done. Now we can do our work. ![](https://i.imgur.com/AEOn8IS.png) ### More Problem - [serialport cannot open](/fA9sxRmyRTCYrrV3dM2rCA)