收藏的博客 — 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)

大家都在看

  • std::get<C++11多线程库~线程间共享数据>(10):使用互斥量保护共享数据(5)

    1 /* 2 * 话题1:使用互斥量保护共享数据 3 * 4 * 接下来学习第五个小话题:避免死锁的进阶指导 5 * 6 * 这一小节的内容,完全引用,只在最后补充上我对这部分的理…

    C++ 2023年5月29日
    079
  • C++11 右值引用和转移语义

    新特性的目的 右值引用 (Rvalue Referene) 是 C++ 新标准 (C++11, 11 代表 2011 年 ) 中引入的新特性 , 它实现了转移语义 (Move Se…

    C++ 2023年5月29日
    074
  • c++内存管理

    我们写一个函数,里面必然会用到变量,每个变量都会占用内存,这些内存分成三个种类。 第一个是栈内存,函数内部局部变量是栈内存。栈内存不用我们手动管理,在调用完函数之后 函数会自动释放…

    C++ 2023年5月29日
    049
  • Mac eclipse 编译、调试c++ 程序

    可以先安装个CDT插件: eclipse菜单 -> Help -> Install New Software… -> Work with (Add…..

    C++ 2023年5月29日
    045
  • 邻接表有向图(二)之 C++详解

    邻接表有向图是指通过邻接表表示的有向图。 上面的图G2包含了”A,B,C,D,E,F,G”共7个顶点,而且包含了” 上图右边的矩阵是G2在内存中…

    C++ 2023年5月29日
    055
  • C++强大背后

    在31年前(1979年),一名刚获得博士学位的研究员,为了开发一个软件项目发明了一门新编程语言,该研究员名为Bjarne Stroustrup,该门语言则命名为——C with c…

    C++ 2023年5月29日
    053
  • C++11 lambda表达式

    C++11引入了lambda表达式,使得程序员可以定义匿名函数,该函数是一次性执行的,既方便了编程,又能防止别人的访问。 Lambda表达式的语法通过下图来介绍: 这里假设我们定义…

    C++ 2023年5月29日
    051
  • TechEmpower 21轮Web框架 性能评测 — C# 的性能 和 Rust、C++并驾齐驱

    自从2021年2月第20轮公布的测试以后,一年半后 的2022年7月19日 发布了 TechEmpower 21轮测试报告:Round 21 results – Tec…

    C++ 2023年5月29日
    056
  • clang-format 对 c++ 进行格式化

    在 VS Code 中安装了 C/C++ 插件后会自动带上格式化工具 clang-format。按 option+shift+f 即可对文件进行 format(格式化)。 在目录下…

    C++ 2023年5月29日
    070
  • C++设计模式(转载)

    C++设计模式之Adapter一、功能 将一个类的接口转换成客户希望的另外一个接口,解决两个已有接口之间不匹配的问题。Adapter模式使得原本由于接口不兼容而不能一起工作的那些类…

    C++ 2023年5月29日
    083
  • 采用C++17新标准 “共享锁”和“独占锁”更低消耗更好性能地保护不常更新的共享数据

    用到的标准库: std::shared_lock<>、 std::shared_mutex、 std::lock_guard<>。 另外还有 std::sh…

    C++ 2023年5月29日
    056
  • C++11 正则表达式——基础知识介绍

    C++11开始支持正则表达式,使得处理文本更加简洁方便。C++11 支持六种正则表达式语法:ECMAScript, basic(POSIX Basic Regular Expres…

    C++ 2023年5月29日
    031
  • c++ set与unordered set的区别

    c++ std中set与unordered_set区别和map与unordered_map区别类似,其底层的数据结构说明如下: 1、set基于红黑树实现,红黑树具有自动排序的功能,…

    C++ 2023年5月29日
    045
  • C++常用的设计模式

    单例模式: 单例模式:确保一个类只有一个实例,并且这个实例化向整个系统提供 (例如只有一台打印机,可以有多个打印任务队列,但是只能有一个正在打印)。单例模式又分为(饿汉模式,懒汉模…

    C++ 2023年5月29日
    043
  • c++ 智能指针的向下转换 向下塑型 cast

    class A { public: void test() { std::cout << "test" << std::endl; } …

    C++ 2023年5月29日
    061
  • UNITY 手游(安卓)如何使用C/C++代码

    解决方案:将C/C++代码编译成so供C#代码调用。 SO生成工具:android studio,简称AS 一,so 生成方法: 1,菜单:File->New->New…

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