详情看博客
2022-05-17 13:16:48 7KB Qt Proe
1
Qtcreator快速入门-附件资源
2022-05-13 17:12:30 106B
1
1,实现抽屉代码
2022-05-13 14:52:18 7KB qt 开发语言 抽屉
1
免费的哟~
2022-05-08 13:05:52 811B Qt OpenCV
1
填平了无数大坑后终于实现ubuntu20.04+Qt5.12.12+aarch64-linux-gnu交叉编译平台设置。详细记录了安装的全部过程,补充了全部所需的库,整个编译过程中无任何错误报出,亲测可用。
2022-04-23 08:44:32 4MB 交叉编译 qtcreator ubuntu aarch64
Ubuntu  QtCreator编辑器无法输入中文解决方法 问题描述: Ubuntu安装了搜狗输入法,在浏览器中可以使用,但是在Qt Creator编辑器中却无法输入中文。 解决办法 把目录/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/下的文件libfcitxplatforminputcontextplugin.so复制到Qt安装目录下…/Qtx.xx.x/Tools/QtCreator/lib/Qt/plugins/platforminputcontexts/. 若找不到该文件libfcitxplatforminpu
2022-04-10 22:21:17 184KB bu lib OR
1
Qt中文完全汉化包 QT组件汉化包 qtcreator汉化中文 里面文件包括 assistant_zh_CN.qm designer_zh_CN.qm qt_help_zh_CN.qm qtconfig_zh_CN.qm qt_zh_CN.qm 可以根据自己需要汉化需要的部分,方法是:在QT的安装目录下找到\translations目录,将文件拷贝到该目录下,覆盖,重启QT即可
1
QTcpSocket 添加 SLL 加密的 Demo,支持单向认证和双向认证,支持windows和linux双平台。
2022-03-25 12:14:24 42KB QTcpSocket SSL 加密
1
QT creator MSVC 2015的 联合编译工具破解版本。以及使用和破解说明。 详细说明了如果安装、配置。实测缩短编译时间90%!
2022-03-21 11:31:36 25.35MB 联合编译 QTCreator VS2015 破解
1
编译qtcreator源码,在make过程中报错(我这里是qtcreator4.4.1,其他版本也会有同样的错误,解决方法相同) g++ -c -pipe -fPIC -fpermissive -finline-functions -Wno-long-long -O2 -std=gnu++1y -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQTCSSH_LIBRARY -D'RELATIVE_PLUGIN_PATH="../lib/qtcreator/plugins"' -D'RELATIVE_LIBEXEC_PATH="../libexec/qtcreator"' -D'RELATIVE_DATA_PATH="../share/qtcreator"' -D'RELATIVE_DOC_PATH="../share/doc/qtcreator"' -DIDE_LIBRARY_BASENAME=\"lib\" -DQT_CREATOR -DQT_NO_CAST_TO_ASCII -DQT_RESTRICTED_CAST_FROM_ASCII -DQT_DISABLE_DEPRECATED_BEFORE=0x050600 -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -DBOTAN_DLL= -DBOTAN_TARGET_OS_HAS_GETTIMEOFDAY -DBOTAN_HAS_ALLOC_MMAP -DBOTAN_HAS_ENTROPY_SRC_DEV_RANDOM -DBOTAN_HAS_ENTROPY_SRC_EGD -DBOTAN_HAS_ENTROPY_SRC_FTW -DBOTAN_HAS_ENTROPY_SRC_UNIX -DBOTAN_HAS_MUTEX_PTHREAD -DBOTAN_HAS_PIPE_UNIXFD_IO -DBOTAN_TARGET_OS_IS_LINUX -DBOTAN_TARGET_OS_HAS_CLOCK_GETTIME -DBOTAN_TARGET_OS_HAS_DLOPEN -DBOTAN_TARGET_OS_HAS_GMTIME_R -DBOTAN_TARGET_OS_HAS_POSIX_MLOCK -DBOTAN_HAS_DYNAMICALLY_LOADED_ENGINE -DBOTAN_HAS_DYNAMIC_LOADER -DBOTAN_BUILD_COMPILER_IS_GCC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I../../../src -I../../../src -I../../libs -I/opt/qt-creator-opensource-src-4.4.1/tools -I../../plugins -I../3rdparty -I/opt/arm-qt/include -I/opt/arm-qt/include/QtWidgets -I/opt/arm-qt/include/QtGui -I/opt/arm-qt/include/QtNetwork -I/opt/arm-qt/include/QtConcurrent -I/opt/arm-qt/include/QtCore -I.moc/release-shared -I.uic -I/opt/arm-qt/mkspecs/linux-g++ -o .obj/release-shared/botan.o ../3rdparty/botan/botan.cpp ../3rdparty/botan/botan.cpp:46226:21: fatal error: cpuid.h: No such file or directory compilation terminated. Makefile:5559: recipe for target '.obj/release-shared/botan.o' failed make[3]: *** [.obj/release-shared/botan.o] Error 1 make[3]: Leaving directory '/opt/qt-creator-opensource-src-4.4.1/src/libs/ssh' Makefile:314: recipe for target 'sub-ssh-make_first' failed make[2]: *** [sub-ssh-make_first] Error 2 make[2]: Leaving directory '/opt/qt-creator-opensource-src-4.4.1/src/libs' Makefile:313: recipe for target 'sub-libs-make_first-ordered' failed make[1]: *** [sub-libs-make_first-ordered] Error 2 make[1]: Leaving directory '/opt/qt-creator-opensource-src-4.4.1/src' Makefile:45: recipe for target 'sub-src-make_first-ordered' failed make: *** [sub-src-make_first-ordered] Error 2 上网查找原因,据说是qtcreator的一个bug 需要替换qt-creator-opensource-src-4.4.1/src/libs/3rdparty/botan/目录下的botan.cpp与botan.h文件。 这里的资源就是需要替换的两个文件。 替换后,删除之前编译qtcreator时make过程中产生的中间文件,重新编译即可。
2022-03-21 09:43:46 810KB qtcreator源码编译
1