收藏的博客 — Qt/C++学习

Qt Creator环境:

使用Qt Creator作为Linux IDE,代替Vim:实现两台Linux电脑远程部署和调试(一台电脑有桌面系统,一台电脑无桌面系统)

使用Qt Creator作为Linux IDE,实现CMake编译和单步调试

在Qt Creator中使用make构建,运行,调试通用C/C++项目

使用Qt Creator作为Linux IDE,实现Nginx和Redis源码编译和断点调试(★★★★★)

Qt5.6.3+VS2013环境搭建教程

Qt Creator IDE和MSVC 2015编译器组合使用(不想完整安装VS2015)

使用Qt Creator IDE+MSVC2015编译器组合,编译Qt Creator源码4.8.2版本

qt design studio

Qt基础知识:

Qt信号和槽的个人总结

Qt跨线程的信号和槽的使用

Qt源码分析之信号和槽机制

qmake和moc的功能,宏定义Q_OBJECT的作用

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服务器(★★★★★)

Qt下载官网

http://download.qt.io/

https://wiki.qt.io/Main — 官网文档说明

https://doc.qt.io/ — 官网文档说明

https://doc-snapshots.qt.io/

https://wiki.qt.io/Qt_5.9_Release

https://doc-snapshots.qt.io/qtcreator-extending/extending-index.html

http://download.qt.io/official_releases/QtForPython/ — Python Qt

Qt知名社区

https://forum.qt.io/ — 官方

http://www.qtcn.org/bbs/i.php — 国内,推荐

http://www.qter.org/

https://fontawesome.com/

https://www.devmachines.com/ — QtitanRibbon

QML

http://qmlbook.github.io/

https://github.com/qmlbook/qmlbook

https://github.com/cwc1987/QmlBook-In-Chinese

Qt知名博客

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://blog.csdn.net/ZhangXiaoyu_sy/article/details/78925221 Qt界面开发(各种控件以及图表)【推荐】

http://www.qtcn.org/bbs/read-htm-tid-65981.html — Qt5局域网通信软件开源(含源码下载)

http://blog.csdn.net/what951006 — 模仿酷狗音乐播放器,源码质量一般

https://github.com/what951006/KuGouDemo — code,源码质量一般

https://github.com/Greedysky — TTKMusicplayer,模仿酷狗音乐播放器,推荐

https://github.com/rekols — 这些年用QT写的软件By:rekols

https://github.com/UbuntuKylin/youker-assistant — 优客助手

Qt编写网络调试助手(TCP客户端+TCP服务端+UDP服务端)终极版开源20180514 — 跨平台的TCPUDPDbg

http://blog.csdn.net/zhengtianzuo06

https://github.com/zhengtianzuo

http://qtclub.heilqt.com/ QtClub 社区为国内最专业的 QtQuick开源技术社区

https://github.com/toby20130333

Qt开源框架

1、libQQt

https://gitee.com/drabel_admin

https://gitee.com/drabel/

https://blog.csdn.net/dr_abel

2、qtcanpool

https://github.com/canpool/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、一些小工具

https://github.com/188080501/JQTools

https://github.com/daodaoliang

https://qwt.sourceforge.io/index.html — qwt强大的图表控件

https://github.com/jkriege2/JKQtPlotter — 大而全的图表控件

Qt技术博客

QT5.8 VS2015生成兼容xp系统的可执行程序

QT5 仿最新QQ设置面板

亲测qt5.8无效,官方说明:
Windows XP isn’t supported anymore as a target since Qt 5.7. If you need to continue supporting Windows XP, you must unfortunately stay with Qt 5.6.

Qt5对WinXP系统的支持和兼容情况

大量的QT控件及示例发放

https://www.linux-apps.com/

https://www.opendesktop.org/s/Linux-Apps

https://www.opendesktop.org/s/Linux-Apps/browse/cat/280/ord/latest/

https://github.com/visualfc/liteide — 学习Qt插件应用的好案例,本人亲测X32.2版本可以使用qt5.9.1mingw/g++编译通过,win和Linux系统均可.

https://sourceforge.net/projects/liteide/files/

C++11,14

https://www.cnblogs.com/ChinaHook/category/757917.html C++11基础知识,简洁之道,性能之道

http://purecpp.org/ 《深入应用C++11–代码优化与工程级应用》作者博客,祁宇

https://www.cnblogs.com/qicosmos/ 祁宇

https://www.cnblogs.com/qicosmos/category/490693.html 祁宇 使用c++ 11改进我们的程序系列

https://github.com/qicosmos 祁宇

https://github.com/qicosmos/TaskCppV1.1 祁宇future,when_all,when_any

https://github.com/topcpporg/rest_rpc 祁宇

https://github.com/topcpporg 祁宇

http://coolshell.cn/ 陈皓

https://blog.csdn.net/wangshubo1989 — CSDN博客专家,大量的C++/Go文章

https://blog.csdn.net/stpeace — CSDN博客第一人,大量的C++和算法文章

https://github.com/Microsoft/calculator/ — 微软计算器

C++著名库

https://github.com/facebook/folly

https://www.boost.org/

http://loki-lib.sourceforge.net/

http://www.stlport.org/

https://www.cryptopp.com/

https://botan.randombit.net/ Botan: Crypto and TLS for Modern C++

桌面软件安装包制作

分享一个使用NSIS制作安装包的UI插件

http://www.jrsoftware.org/isinfo.php — inno setup

UML工具

http://staruml.io/ — staruml

VS2017 Linux跨平台开发

使用VisualStudio2017开发Linux/c++程序(上)

使用VisualStudio2017开发Linux/c++程序(下)

https://blog.csdn.net/qq_36556893

https://visualstudio.microsoft.com/zh-hans/downloads/

https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes

https://github.com/Microsoft/VisualStudioUninstaller/releases VS完全卸载工具

github — Qt

https://github.com/qt

https://github.com/qt-creator/qt-creator — 里面有Qt Designer插件

https://github.com/qt/qttools — 里面有Qt Designer

https://github.com/qtproject/qt-solutions — 里面有qtpropertybrowser

github收藏

https://github.com/qcad/qcad

https://github.com/LibreCAD/LibreCADhttps://github.com/visualfc/liteide — go IDE,使用了Qt Creator的插件机制

https://github.com/vaibhavpandeyvpz/apkstudio — android IDE
https://github.com/Greedysky/TTKMusicplayer
https://github.com/Greedysky/qt-spek
https://github.com/wangwenx190/qui
https://github.com/wangwenx190/installer
https://github.com/daodaoliang/NBaseUiKit
https://github.com/daodaoliang/NLoger
https://github.com/daodaoliang/NDBPoolhttps://github.com/czyt1988/sa 信号分析及数据可视化软件

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/Mokolea/SimpleQtLogger
https://github.com/azadkuh/qhttp
https://github.com/qt-json/qt-json
https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle
https://github.com/ColinDuquesnoy/QDarkStyleSheet
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/rncbc/qtractor An Audio/MIDI multi-track sequencer

https://github.com/JackyDing/QtFlex5 Flexible and dockable widgets for Qt5, like Visual Studio 201x user interface.

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/martijnkoopman/Qt-Ribbon-Widget

https://github.com/mfreiholz/Qt-Advanced-Docking-System

https://github.com/nitramr/indigoDock

https://github.com/Poofee/FEEM — 里面有qt ribbon 3.2.5,必须使用VS编译工程

https://github.com/dbzhang800/QtXlsxWriter .xlsx file reader and writer for Qt5

https://github.com/lexxmark/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/kevinlq 有干货

https://github.com/Longxr 有干货

https://github.com/gzwz 有干货

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

Original: https://www.cnblogs.com/newstart/p/10784078.html
Author: 夜&枫
Title: 收藏的博客 — Qt/C++学习

原创文章受到原创版权保护。转载请注明出处:https://www.johngo689.com/536527/

转载文章受原作者版权保护。转载请注明原作者出处!

(0)

大家都在看

  • C++ CRTP

    CRTP 英:The curiously recurring template pattern (CRTP) is a C++ idiom in which a class X d…

    C++ 2023年5月29日
    092
  • 当C++遇到iOS应用开发—Dict集合

    在Object-c中,字典(KEY/VALUE)使用NSDictionary 和NSMutableDictionary(可变长)。使用语法如下: NSDictionary *dic…

    C++ 2023年5月29日
    068
  • 面向对象C++编程与实践考试题目

    一、选择题(每题2分,共2×20=40分) (1) 以下不能对数组 a 进行正确初始化的语句是( )。A. int a[2][3] = { 0 };B. int a[ ][3] =…

    C++ 2023年5月29日
    045
  • 聊聊 C# 和 C++ 中的 泛型模板 底层玩法

    最近在看 C++ 的方法和类模板,我就在想 C# 中也是有这个概念的,不过叫法不一样,人家叫 模板,我们叫 泛型,哈哈,有点意思,这一篇我们来聊聊它们底层是怎么玩的? 一:C++ …

    C++ 2023年5月29日
    039
  • C++11 并发指南五(std::condition_variable 详解)

    std::condition_variable 是条件变量,更多有关条件变量的定义参考维基百科。Linux 下使用 Pthread 库中的 pthread_cond_*() 函数提…

    C++ 2023年5月29日
    063
  • c++容器set

    class Solution { public: vector intersection(vector& nums1, vector& nums2) { // ve…

    C++ 2023年5月29日
    053
  • C++11 之 override

    公有继承包含两部分:一是 “函数接口” (interface),二是 “函数实现” (implementation) 如 Shape…

    C++ 2023年5月29日
    051
  • C++矩阵运算库推荐

    最近在几个地方都看到有人问C++下用什么矩阵运算库比较好,顺便做了个调查,做一些相关的推荐吧。主要针对稠密矩阵,有时间会再写一个稀疏矩阵的推荐。 Armadillo:C++下的Ma…

    C++ 2023年5月29日
    072
  • VC++注册,卸载OCX控件,以及判断是否注册

    注册OCX控件 BOOL CYourClass::RegistOcx() HINSTANCE hLib = LoadLibrary(“NTGraph.ocx&#8221…

    C++ 2023年5月29日
    084
  • [UE4]虚幻引擎的C++环境安装

    一、一般使用VS2017开发 二、需要勾选”使用C++的游戏开发” posted on2019-03-08 17:02 一粒沙 阅读(2513 ) 评论()…

    C++ 2023年5月29日
    050
  • Visual C++ 运行库合集包完整版 v20201209

    Microsoft Visual C++ Redistributable(系统运行库,简称MSVC,VB/VC)是Windows操作系统应用程序的基础类型库组件。 此版Visual…

    C++ 2023年5月29日
    077
  • C++STL之双端队列容器

    博客园 :当前访问的博文已被密码保护 请输入阅读密码: Original: https://www.cnblogs.com/huashanqingzhu/p/12832819.ht…

    C++ 2023年5月29日
    066
  • VC++之自定义消息

    用户可以自定义消息,在应用程序中主动发出,这种消息一般用于应用程序的某一部分内部处理。 实例说明: 当用户按键盘上的光标上移键时,程序发送用户自定义消息,在对应的消息响应函数中弹出…

    C++ 2023年5月29日
    064
  • 用C++实现半透明按钮控件(PNG,GDI+)

    使用MFC实现上面的按钮半透明效果能看到父窗口中的内容,上面是效果图(一个是带背景图片的、另一个是不带的)。 控件继承自CWnd类(彩色的部分是窗口的背景图片、按钮是PNG图片,第…

    C++ 2023年5月29日
    084
  • (筆記) 如何寫入binary file某個byte的值? (C/C++) (C)

    Abstract通常公司為了保護其智慧財產權,會自己定義檔案格式,其header區會定義每個byte各代表某項資訊,所以常常需要直接對binary檔的某byte直接進行寫入。 In…

    C++ 2023年5月29日
    049
  • C++内存分配方式详解——堆、栈、自由存储区、全局/静态存储区和常量存储区

    栈,就是那些由编译器在需要的时候分配,在不需要的时候自动清除的变量的存储区。里面的变量通常是局部变量、函数参数等。在一个进程中,位于用户虚拟地址空间顶部的是用户栈,编译器用它来实现…

    C++ 2023年5月29日
    071
亲爱的 Coder【最近整理,可免费获取】👉 最新必读书单  | 👏 面试题下载  | 🌎 免费的AI知识星球