使用QT簡單流程

2021-10-11 21:19:56 字數 477 閱讀 3358

學習此教程前,需要把python的基礎知識過一遍,如果已經很熟悉python,請繼續往下看:

qt designer: 

qt  creater:

pyqt5                          5.15.2

pyside2                       5.15.1

如果配置好了pip,都可以使用pip install package_name命令來安裝。

# on mac

python3 -m venv venv

source venv/bin/activate

python3 -m pip install pyqt5

命令如下:

python3 -m pyqt5.uic.pyuic -o *********.py ******xx.ui

windows: pyinstaller打包成.exe檔案

Qt中簡單使用Firebase

今天對firebase進行簡單的應用。在qt中,因為我不會android和ios開發。出自github 最主要的就是寫乙個類,firebase.直接 firebase.h ifndef firebase h define firebase h include include include incl...

Qt之QSettings的簡單使用

一 利用qsettings能夠讀取配置檔案.ini的資訊,並能夠寫入。配置檔案 ini config array1 0101 0102 0103 0104 0105 0106 0107 0108 array2 0201 0202 0203 0204 0205 0206 0207 0208 array...

QT布局和ui簡單使用

垂直布局和 垂直布局的區別。垂直布局可以將控制項進行縱向拉長,而垂直布局不行。乙個xx.ui對應乙個繼承自qwidgets的派生類,使用show 函式來顯示。ui檔案是乙個xml檔案,裡面儲存了該ui的布局和控制項。html view plain copy class mainwindow publ...