- Q:想請教下Qt5 之后推出的qml與之前qt4的ui 開發方式,有沖突嗎?我公司開發桌面程序,是兩種方式兼用?還是選擇其中一種?
- A:桌面推薦使用QWidget,觸摸式的嵌入式設備推薦使用QML。
https://blog.csdn.net/libaineu2004/article/details/77369837
Qt官網下載/文檔
https://wiki.qt.io/Main -- 官網文檔說明
https://doc.qt.io/ -- 官網文檔說明
https://doc.qt.io/qt-5/qtmodules.html
https://www.qt.io/blog 官方博客,每次新版本發布都會在博客聲明更新了哪些內容
https://wiki.qt.io/Qt_5.9_Release LTS 停止更新
https://wiki.qt.io/Qt_5.12_Release LTS 長期關注
https://wiki.qt.io/Qt_5.15_Release LTS Qt5最終版本
https://wiki.qt.io/Qt_6.0_Release
https://wiki.qt.io/Building_Qt_5_from_Git
https://wiki.qt.io/Building_Qt_Creator_from_Git
https://doc-snapshots.qt.io/qtcreator-extending/extending-index.html
windeployqt
https://doc.qt.io/Qt-5/windows-deployment.html
https://wiki.qt.io/Deploy_an_Application_on_Windows
https://github.com/lucasg/Dependencies
http://www.dependencywalker.com/
https://www.workshell.co.uk/products/netdepends/
github/qt
https://github.com/qt-creator/qt-creator Qt Creator源碼
https://github.com/qt-creator/qt-creator/tree/master/src/plugins/designer Qt Creator的設計師插件
https://github.com/qt/qtbase Qt核心類源碼
https://github.com/qt/qttools Qt工具類源碼
https://github.com/qt/qttools/tree/dev/src/designer Qt設計師的源碼
https://github.com/qt/qttools/tree/dev/src/windeployqt 依賴庫工具源碼
https://github.com/qtproject/qt-solutions -- 里面有qtpropertybrowser
https://github.com/itay-grudev/SingleApplication -- 單例。Replacement of QtSingleApplication for Qt5 with support for instance communication.
https://github.com/Qt-Widgets -- 各種自定義控件集
Qt Design Studio
https://libaineu2004.blog.csdn.net/article/details/105866698
QML
https://github.com/qmlbook/qmlbook
https://github.com/cwc1987/QmlBook-In-Chinese
Qt-Installer-Framework
https://wiki.qt.io/Qt-Installer-Framework
https://doc.qt.io/qtinstallerframework/
https://doc.qt.io/qtinstallerframework/ifw-overview.html
教程:
https://blog.csdn.net/ly305750665/article/details/89192139
https://blog.csdn.net/mars_xiaolei/article/details/83825447
https://www.cnblogs.com/csuftzzk/p/qt-installer-framework.html
Qt知名社區
https://forum.qt.io/ -- 官方
https://qt-china.blog.csdn.net/ -- Qt中國的博客
http://www.qtcn.org/bbs/i.php -- 國內,推薦
https://www.devmachines.com/ -- QtitanRibbon
https://www.opendesktop.org/s/Linux-Apps
https://www.opendesktop.org/s/Linux-Apps/browse/cat/280/ord/latest/
http://qtclub.heilqt.com/ ++ https://github.com/toby20130333 QtQML多多指教開發社區
https://www.zhihu.com/question/39607624 --百度知乎,有哪些設計較好的開源 PyQt/Qt/Qml 應用?
https://www.zhihu.com/question/19630324 --百度知乎,有什么很好的軟件是用 Qt 編寫的?
https://en.wikipedia.org/wiki/Category:Software_that_uses_Qt
https://en.wikipedia.org/wiki/Category:Graphics_software_that_uses_Qt
https://en.wikipedia.org/wiki/Comparison_of_raster_graphics_editors
pyQt VS pySide2
python Qt -- pyside2
https://pypi.org/project/PySide2/
http://download.qt.io/official_releases/QtForPython/
https://github.com/pyside/pyside2-setup
https://code.qt.io/cgit/pyside/pyside-setup.git/
https://wiki.qt.io/Qt_for_Python
https://doc.qt.io/qtforpython/ 官方使用手冊
python Qt -- pyQt
https://pypi.org/project/PyQt5/
https://www.riverbankcomputing.com/
https://www.riverbankcomputing.com/static/Docs/PyQt5/index.html
pyside2 vs pyqt5
qtpy項目提供統一的層以通過單個代碼庫支持PyQt5,PySide2,PyQt4和PySide
https://github.com/spyder-ide/qtpy
https://machinekoder.com/pyqt-vs-qt-for-python-pyside2-pyside/
pyQt5教程
https://github.com/maicss/PyQt5-Chinese-tutorial
python IDE
https://libaineu2004.blog.csdn.net/article/details/106733997
Qt技術博客1
https://blog.csdn.net/foruok ++ https://github.com/foruok 《程序員的成長課》作者,安曉輝【推薦】
https://www.devbean.net/ --- Qt學習之路,Qt Creator源碼學習
http://blog.csdn.net/liang19890820 --- 王亮【推薦】
http://blog.csdn.net/liang19890820/article/details/51752029 --- 王亮Qt資料大全
http://blog.csdn.net/goforwardtostep --- 仿QQ登錄
https://blog.csdn.net/ly305750665 --- 雨田哥的博客,仿QQ主板界面,抽屜效果QQ好友列表【推薦】
https://blog.csdn.net/wcknxx/article/details/76497519 抽屜效果QQ好友列表【推薦】
https://blog.csdn.net/feiyangqingyun -- QTCN開發網,劉典武【推薦】
http://www.qtcn.org/bbs/u/110085 -- QTCN開發網,劉典武
https://gitee.com/feiyangqingyun -- QTCN開發網,劉典武
Qt編寫網絡調試助手(TCP客戶端+TCP服務端+UDP服務端)終極版開源20180514 -- 跨平台的TCPUDPDbg,劉典武開源項目
http://www.qtcn.org/bbs/read-htm-tid-65981.html --- Qt5局域網通信軟件開源(含源碼下載)
https://github.com/qsak/QtSwissArmyKnife -- 瑞士軍刀,網絡和串口調試工具
https://blog.csdn.net/ZhangXiaoyu_sy/article/details/78925221 Qt界面開發(各種控件以及圖表)【推薦】
http://blog.csdn.net/what951006 ++ https://github.com/what951006/KuGouDemo --- 模仿酷狗音樂,源碼質量一般
http://blog.csdn.net/zhengtianzuo06 ++ https://github.com/zhengtianzuo
Qt開源框架
1、libQQt
https://gitee.com/drabel_admin
2、qtcanpool
https://github.com/canpool/qtcanpool
https://gitee.com/icanpool/qtcanpool
3、QtAV -- 國產軟件A cross-platform multimedia framework based on Qt and FFmpeg
https://github.com/wang-bin/QtAV
4、Log4Qt -- Logging for the Qt cross-platform application framework
https://github.com/MEONMedical/Log4Qt
https://github.com/dept2/CuteLogger
5、CTK
https://github.com/commontk/CTK
http://www.commontk.org/index.php/Documentation/ImageGallery
6、基於Qt Quick(Qml) 跨平台技術打造的2D引擎
https://github.com/ShowFL/Toou-2D
7、深度技術
https://www.deepin.org/original/ 深度原創應用
https://www.deepin.org/dde/ 深度桌面環境
https://github.com/linuxdeepin
8、lxQt
https://github.com/lxqt/qtermwidget
https://github.com/lxqt/qterminal
https://github.com/woterm/woterm 基於OpenSSH的遠程終端Shell管理工具;界面基於QTermWidget;
9、QtOpenUtils
開源QT組件,大家一起貢獻力量
https://gitee.com/coffeeLVeris/qt_open_icon
10、QT_openBrowser
基於QT的一個開源的文件瀏覽器 支持stl、off、mhd、dcm等文件的瀏覽和前處理
https://gitee.com/yaoxin001/openBrowser
作者博客https://blog.csdn.net/a15005784320
https://blog.csdn.net/a15005784320/article/details/98204012 QT、HACLON 使用心得
11、PyQt
https://www.riverbankcomputing.com/software/pyqt/intro
12、野火
https://github.com/nejidev/arm-NES-linux
x、一些小工具
https://github.com/188080501/JQTools 基於Qt開發的小工具包 ++ https://blog.csdn.net/wsj18808050
https://github.com/188080501/JQHttpServer 基於Qt開發的輕量級HTTP/HTTPS服務器
https://github.com/188080501/JQNetwork 網絡工具
https://github.com/dushibaiyu/QAsioSocket Asio網絡工具
https://github.com/aeagean/QtNetworkService 網絡 ++ http://qthub.com/
https://github.com/Greedysky/TTKWidgetTools ui控件
https://github.com/daodaoliang/NBaseUiKit ui控件
https://github.com/daodaoliang
https://qwt.sourceforge.io/index.html -- qwt強大的圖表控件
https://github.com/jkriege2/JKQtPlotter -- 大而全的圖表控件(#^.^#)
http://jkriege2.github.io/JKQtPlotter/index.html 同上
https://github.com/madplotlib/madplotlib Qt Charts的C ++包裝器,外觀類似matplotlib。
https://github.com/snowwlex/QtWaitingSpinner
https://github.com/gamecreature/QtAwesome -- Font Awesome support for Qt applications
KDE/Qt
https://github.com/KDE/krita -- 有點像photoshop
https://github.com/KDE/kolourpaint -- 畫圖板軟件
https://github.com/KDE/kcoloredit -- Color Palette Editor
https://github.com/KDE/calligra
https://github.com/KDE/calligra/tree/master/karbon -- 矢量圖形繪制軟件
https://github.com/KDE/kdevelop ++ https://www.kdevelop.org/ -- IDE
https://github.com/KDE/konqueror -- 瀏覽器
https://github.com/KDE/digikam -- 照片管理
https://github.com/KDE/kphotoalbum -- 相冊
https://github.com/KDE/gwenview -- Image viewer
https://github.com/KDE/kate -- 高級文本編輯器
https://github.com/KDE/kile -- TeX/LaTeX編輯器
https://github.com/KDE/okular -- 文檔查看器
https://github.com/KDE/amarok -- 音樂播放器
https://github.com/KDE/kaffeine -- 媒體播放器
https://github.com/KDE/kdenlive ++ https://kdenlive.org/ -- 視頻編輯器
https://github.com/KDE/koffice ++ http://www.koffice.org/
https://github.com/KDE/filelight -- 磁盤監視工具
https://github.com/KDE/yakuake -- 終端命令行工具
https://github.com/KDE/ktorrent -- bt客戶端
https://github.com/videolan/vlc ++ https://www.videolan.org/ -- 多媒體播放器
https://www.smplayer.info/zh/downloads -- 多媒體播放器【出色】
https://github.com/clementine-player/Clementine -- 音樂播放器【出色】
skype,virtualBox,The Ipe extensible drawing editor
Qt Github精品收藏1 -- IDE
https://github.com/visualfc/liteide -- go IDE,使用了Qt Creator的插件機制
https://github.com/dvorka/mindforger Thinking notebook and Markdown editor
https://github.com/vaibhavpandeyvpz/apkstudio -- android IDE
https://github.com/kefir500/apk-editor-studio
https://github.com/kefir500/apk-icon-editor
https://github.com/Eggbertx/QtSphere-IDE
https://github.com/enigma-dev/RadialGM
https://github.com/nerososft/Nider
https://github.com/luelista/QtScriptIde
https://github.com/bablosoft/BAS
https://github.com/shotInLeg/SmartCode
https://github.com/PeijiYang/EasyIDE
Qt Github精品收藏2 -- frameless
github搜索關鍵字"qt window"或者"qt frameless",可以查找到以下開源窗體:
https://github.com/Moussa-Ball/BorderlessWindowQt-Modern-Gui 黑色窗體,好看
https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle 黑色樣式,好看
https://github.com/gmarull/qtmodern 是上面一行項目Qt-Frameless-Window-DarkStyle的qt python實現
https://github.com/BeiChenYx/FramelessWindow 參考Qt-Frameless-Window-DarkStyle制作的
https://github.com/BeiChenYx/PyFramelessWindow 同上,python實現
https://github.com/BeiChenYx/NetDebug
https://github.com/YYC572652645/QCoolPage
https://github.com/tsujan/Kvantum
A Linux SVG-based theme engine for Qt and KDE
https://github.com/qtdevs/FramelessHelper
https://github.com/Bringer-of-Light/Qt-Nice-Frameless-Window
https://github.com/v7a/QOffice Ribbon
https://github.com/dan-42/qt_frameless_main_window ++ https://github.com/dfct/TrueFramelessWindow
https://github.com/ColinDuquesnoy/QDarkStyleSheet python
https://github.com/FlyWM/FramelessWindow-Qt
https://github.com/dnybz/QtFramelessWindow
https://github.com/Ochrazy/Qt-FramelessNativeWindow
https://github.com/winsoft666/Qt-FramelessWindow
https://github.com/naj59/ModernFramelessWindow
https://github.com/baochaochen/QtCustomWindow
https://github.com/wangwenx190/framelesshelper
https://github.com/wangwenx190/installer ++ https://jrsoftware.org/isinfo.php
InnoSetup高仿有道雲筆記安裝程序的腳本模板,改一改背景圖片就可以一鍵打包屬於自己的美觀的互聯網風格的安裝程序
Qt Github精品收藏3 -- Ribbon
https://github.com/czyt1988/SARibbon Qt Ribbon
https://github.com/czyt1988/sa 信號分析及數據可視化軟件 Qt Ribbon
https://github.com/martijnkoopman/Qt-Ribbon-Widget A Ribbon widget for Qt
https://github.com/SeriousAlexej/TabToolbar A Ribbon widget for Qt
https://github.com/Poofee/FEEM -- 里面有QtitanRibbon v3.2.5,使用MSVC編譯器可以通過
https://download.csdn.net/download/sungaoyong/10904396 QtitanRibbon v4.8.0
https://github.com/gnibuoz/QRibbon ++ https://blog.csdn.net/gnibuoz/article/details/105970328
https://github.com/liang1057/QtRibbonGUI ++ https://blog.csdn.net/sdust_dx/article/details/78792476
Qt Github精品收藏4 -- DockWidget
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System 精品dock,已被qt design studio 1.5收錄
https://www.qt.io/blog/qt-design-studio-1.5-beta-released Qt Design Studio 1.5采納了該dock控件
https://www.devmachines.com/qtitandocking-overview.html 商業付費版
https://gitatomic.bitbucket.io/ ++ https://github.com/gitatomic 商業付費版
https://github.com/JackyDing/QtFlex5 Flexible and dockable widgets for Qt5, like Visual Studio 201x user interface.
https://github.com/mfreiholz/Qt-Advanced-Docking-System dock
https://gitlab.com/haxscamper-misc/cpp/Qt-Advanced-Docking-System 同上dock
https://github.com/nitramr/indigoDock dock
https://github.com/nitramr/scribus-indigo dock
https://github.com/nitramr/IndigoUIWidgets dock
https://github.com/nitramr/Draftoola skia庫的應用案例,C++/Qt dock
https://www.scribus.net/ ++ https://wiki.scribus.net/canvas/Scribus ++ https://github.com/scribusproject/scribus dock
https://sourceforge.net/projects/scribus/files/scribus/ 穩定版
https://sourceforge.net/projects/scribus/files/scribus-devel/ develop版
https://sourceforge.net/projects/scribus/files/scribus-svn/ 搶鮮版
https://sourceforge.net/projects/scribus/files/scribus-libs/ 依賴庫
注意: scribus v1.4.x基於Qt4;v1.5.x基於Qt5
https://github.com/KDAB/KDDockWidgets dock ++ https://www.kdab.com/kddockwidgets/
https://github.com/x64dbg/KDDockWidgets dock
https://github.com/anyox/Qt-Auto-Hide-DockWidget dock
https://github.com/xtingray/docktest
https://github.com/marianoheller/Qt-CustomClass-DockWidgetConfig-DockWidgetImage
https://github.com/Alena139/NewTitleBarForDockWidget
https://github.com/Shadowsith/qdocker 這個項目不是dock,而是指定相對位置
https://github.com/x64dbg/x64dbg
https://github.com/x64dbg/QtDraggingPane
https://github.com/Riateche/toolwindowmanager
Qt Github精品收藏5 - Studio
https://obsproject.com/ ++ https://github.com/obsproject/obs-studio
https://trikset.com/en ++ https://github.com/trikset/trik-studio
https://github.com/stitchEm/stitchEm
https://nickvoxel.com/chronovox-studio/ ++ https://github.com/NickM13/Chronovox-Studio
https://www.gams.com/ ++ https://github.com/GAMS-dev/studio
https://www.neuromore.com/open-source ++ https://github.com/neuromore/studio
https://github.com/olekolek1000/MPS Moving Picture Studio
https://x-studio.net/ ++ https://github.com/simdsoft/x-studio
https://monkeystudio.pasnox.com/ ++ https://github.com/pasnox/monkeystudio2
Qt Github精品收藏6
https://github.com/Greedysky/TTKMusicplayer Sky.Greedy,模仿酷狗音樂播放器,【推薦】
https://github.com/Greedysky/TTKWidgetTools
https://github.com/Greedysky/TTKTinyTools
https://github.com/Greedysky/TTKDownloader
https://github.com/HuberTRoy/MusicBox -- pyQt寫的跨平台音樂播放器
https://github.com/feeluown/FeelUOwn -- pyQt寫的跨平台音樂播放器
https://github.com/FreedomZZQ/IcePlayer 播放器
https://gitlab.com/ColinDuquesnoy/MellowPlayer 雲音樂集成,播放器
https://github.com/rekols --- 這些年用QT寫的軟件By:rekols
https://github.com/pandegroup/openmm -- OpenMM is a toolkit for molecular simulation using high performance GPU code.
https://github.com/LibreOffice/core +++ https://www.libreoffice.org/ office
https://github.com/apache/openoffice +++ http://www.openoffice.org/ apache office
https://github.com/sqlitebrowser/sqlitebrowser
https://github.com/UbuntuKylin/youker-assistant --- 優客助手,質量一般
https://github.com/8bitbuddhist/PixelMaestro
https://github.com/8bitbuddhist/PixelMaestro-Studio
https://github.com/daodaoliang/NBaseUiKit
https://github.com/daodaoliang/NLoger
https://github.com/daodaoliang/NDBPool
https://github.com/toggl/toggldesktop Linux用qt實現的手機app
https://github.com/xiaoyanLG/Soft-keyboard -- 集成google輸入法的嵌入式中文輸入面板
https://github.com/liulangx/oscilloscopeQt
https://github.com/yiminyangguang520/qt
https://github.com/ithewei/hplayer
https://github.com/BaiJiazm/SubwayTransferSystem
https://github.com/canghai1234/QtCustomControls
https://github.com/azadkuh/qhttp
https://github.com/qt-json/qt-json
https://github.com/Simsys/qhexedit2
https://github.com/QMatrixClient
https://github.com/cloose/CuteMarkEd
https://github.com/BasioMeusPuga/Lector
https://github.com/tiagocoutinho/qredis
https://github.com/yuan631111976/qtavplayer
https://github.com/zccrs/QQStars 基於webqq協議的qq客戶端,qt開發,可跨平台
https://github.com/paceholder/nodeeditor Qt Node Editor. Dataflow programming framework
https://github.com/mitchcurtis/slate Pixel Art Editor
https://github.com/Longxr/QtAddressBar
https://github.com/uwerat/qskinny A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.
https://github.com/nightn/CloudViewer 基於 Qt 和 PCL 開發的點雲可視化軟件
https://github.com/ArsMasiuk/qvge Qt Visual Graph Editor
https://github.com/dbzhang800/QtXlsxWriter .xlsx file reader and writer for Qt5
https://github.com/qtinuum/QtnProperty Extended properties for Qt5
https://github.com/lexxmark/qt-items Useful widgets for GUI development
https://github.com/snowwlex/QtWaitingSpinner configurable custom Qt widget for showing waiting spinner icon
https://github.com/laserpants/qt-material-widgets Qt widgets-based implementation of the Material Design specification
https://github.com/robertknight/Qt-Inspector Utility to browse the Qt object tree of a running Qt application and edit object properties on the fly
https://github.com/league1991/Paint3D
https://github.com/jiangcaiyang/QtCreator-Translation-CN -- 中文翻譯
https://github.com/QtDocumentCN/QtDocumentCN --中文翻譯
https://github.com/kevinlq 有干貨
https://gitee.com/ALONE_WORK/QtCeShiXiangMu 有干貨
https://github.com/tashaxing/CTPtest -- 股票查看軟件
https://github.com/BensonLaur/Beslyric-for-X -- 基於Qt實現,主打歌詞制作功能,以網易雲風格界面
https://github.com/OneMoreGres/qtc-dbviewer -- Qt Creator SQL database viewer plugin
https://github.com/OneMoreGres/qtc-cppcheck -- Qt Creator Cppcheck integration plugin
https://github.com/OneMoreGres/qtc-markview -- Qt Creator markup plugin
https://github.com/telegramdesktop/tdesktop -- IM客戶端桌面軟件
https://github.com/qTox/qTox -- IM客戶端桌面軟件
https://github.com/qgis/QGIS -- 國家地理信息
https://github.com/Mogara/QSanguosha-v2 --國產軟件,三國殺
https://github.com/WizTeam/WizQTClient -- 國產軟件,為知客戶端
https://github.com/LMMS/lmms -- 音樂制作
https://github.com/rncbc/qtractor An Audio/MIDI multi-track sequencer 音視頻軟件
https://github.com/mltframework/shotcut -- 視頻制作
https://github.com/swl-x/MystiQ ++ https://mystiqapp.com/ 視頻格式轉換工具
https://github.com/olive-editor/olive 視頻編輯工具
https://www.openshot.org/zh-hans/ 視頻編輯器,PyQt5
https://github.com/OpenShot/openshot-qt
OpenShot Video Editor是一款屢獲殊榮的免費,開源Linux,Mac和Windows視頻編輯器,致力於為世界提供高質量的視頻編輯和動畫解決方案。
https://github.com/lheric/GitlHEVCAnalyzer 基於Qt的Gitl HEVC / H.265視頻分析儀,支持自定義過濾器。
https://qjackctl.sourceforge.io/
https://github.com/ycsoft/QtDeskTop 一款類似於win10的桌面系統
https://github.com/maplefan/RicardoGoBang 五子棋軟件
http://www.lieefu.com/lilydict 百合詞典
https://github.com/radareorg/cutter Free and open-source GUI for radare2 reverse engineering framework逆向工程GUI
https://github.com/radareorg/radare2 逆向工程
https://github.com/CloudCompare/CloudCompare 3D point cloud processing and more
https://lxqt.org/ 桌面軟件
https://github.com/nitroshare/nitroshare-desktop ++ https://nitroshare.net/ 局域網傳輸工具
https://github.com/IJHack/QtPass QtPass is a GUI for pass, the standard unix password manager密碼管理
https://github.com/Archie3d/qpdf pdf閱讀器
Qt sourceforge精品項目
https://sourceforge.net/projects/qtextensions/
https://sourceforge.net/projects/qtrpt/ report engine written in C++ Qt
https://sourceforge.net/projects/texstudio/
https://sourceforge.net/projects/qtebe/
https://sourceforge.net/projects/limereport/ ++ https://github.com/fralx/LimeReport Report generator for Qt【推薦】
https://sourceforge.net/projects/qtav/ ++ https://github.com/wang-bin/QtAV 基於Qt和FFmpeg的跨平台高性能音視頻播放框架
https://sourceforge.net/projects/octave/
https://sourceforge.net/projects/qaceedit/
https://sourceforge.net/projects/simutron/
https://sourceforge.net/projects/sohag-developer/
https://sourceforge.net/projects/zanata/
https://sourceforge.net/projects/projectnetdesigner/
https://sourceforge.net/projects/jvx/
https://sourceforge.net/projects/threader-qt/ ++ https://sourceforge.net/p/threader-qt/svn/HEAD/tree/
https://github.com/mhogomchungu/tasks future/promise【推薦】
https://sourceforge.net/projects/tspsg/
https://sourceforge.net/projects/class-generator/ ++ https://github.com/Seb2lyon/ClassGenerator
Qt商業軟件
http://www.qt-ui.com.cn/index.php
https://gitatomic.bitbucket.io/
Qt Git Client GUI
https://git-scm.com/downloads/guis
- Guitar
https://soramimi.github.io/Guitar/
https://github.com/soramimi/Guitar
- GitQlient【推薦】
GitQlient,發音為git + client(/ gɪtˈklaɪənt /)是最初從QGit分叉的多平台Git客戶端。 如今,它已不再只是一個分支,而是增加了許多新功能。
https://github.com/francescmm/GitQlient
https://github.com/francescmm/GitQlientPlugin
https://github.com/francescmm/QLogger
- qgit
https://github.com/tibirna/qgit
- CuteGit
https://github.com/Jango73/CuteGit
https://github.com/Jango73/qt-plus
- gitatomic
https://gitatomic.bitbucket.io/ 閉源
Qt開發的大型開源軟件
- Blender (開源三維動畫制作軟件)
- Autodesk Maya (三維動畫制作軟件)
- OpenOffice.org (跨平台的辦公室軟件套件)
- MeVisLab (醫學圖像處理軟件)
- Scribus (桌面排版軟件)
Qt開發環境搭建:
使用Qt Creator作為Linux IDE,代替Vim:實現兩台Linux電腦遠程部署和調試(一台電腦有桌面系統,一台電腦無桌面系統)
使用Qt Creator作為Linux IDE,實現CMake編譯和單步調試
在Qt Creator中使用make構建,運行,調試通用C/C++項目
使用Qt Creator作為Linux IDE,實現Nginx和Redis源碼編譯和斷點調試(★★★★★)
Qt Creator IDE和MSVC 2015編譯器組合使用(不想完整安裝VS2015)
使用Qt Creator IDE+MSVC2015編譯器組合,編譯Qt Creator源碼4.8.2版本
qt design studio
https://wiki.qt.io/Qt_for_Python 可以使用Python寫Qt界面
https://github.com/therecipe/qt 可以使用Golang寫Qt界面
Qt基礎知識:
C++學習書籍推薦:
Effective C++:改善程序與設計的55個具體做法(第三版)【必讀】
Effective Modern C++【必讀】
More Effective C++:35個改善編程與設計的有效方法【選讀】
深度探索C++對象模型(專注C++底層機制 優化代碼 侯捷譯)【必讀】
Exceptional C++:47個C++工程難題、編程問題和解決方案【選讀】
More Exceptional C++:40個新的工程難題、編程疑問及解決方法【選讀】
C++程序設計語言(第1-3部分)(原書第4版) 【字典查閱】
C++程序設計語言(第4部分:標准庫)(原書第4版)【字典查閱】
C++標准庫(第2版) (Nicolai M.Josuttis) 【字典查閱】
引申鏈接: 收藏的博客 -- 高性能Linux服務器(★★★★★)