随笔分类 - Qt
摘要:20:28:54: 为项目RoboticArmProject_CarTerminal_V20190530执行步骤 ...20:28:54: 正在启动 "/usr/bin/make" clean -j4 rm -f moc_predefs.hrm -f moc_mainwindow.cpprm -f
阅读全文
摘要:PtsData& PtsData::operator=(const PtsData& obj){ return *this;} PtsData::~PtsData(){ }
阅读全文
摘要:19:36:14: The program has unexpectedly finished. 19:36:14: The process was ended forcefully.<!--EndFragment--> <!--EndFragment-->
阅读全文
摘要:if (vcrealsensethread != Q_NULLPTR) { if (vcrealsensethread->isRunning()) { vcrealsensethread->terminate(); } }
阅读全文
摘要:“AnalysisPtsDataTool201905.exe”(Win32): 已加载“F:\OpencvProject\ZY-Project\x64\Debug\AnalysisPtsDataTool201905.exe”。已加载符号。“AnalysisPtsDataTool201905.exe”
阅读全文
摘要://打开Pts文件按钮点击事件void AnalysisPtsDataTool201905::OnOpenFileButtonClick(){ qDebug()<<"open file..."; //定义文件对话框类 QFileDialog *fileDialog = new QFileDialog
阅读全文
摘要:在头文件中加入 #if _MSC_VER >= 1600 #pragma execution_character_set("utf-8") #endif
阅读全文
摘要:#ifdef _WIN32#include <windows.h>#endif#include <osgViewer/Viewer>#include <osgDB/ReadFile> int main(){ osgViewer::Viewer viewer; osg::Node *node = ne
阅读全文
摘要:include E:\OpenSourceGraph\OSG_install2\include E:\Qt\Qt5.11.1\5.11.1\msvc2015_64\include E:\IFC\Carve\include\2019 E:\IFC\IfcPlusPlusd\include\2019 E
阅读全文
摘要:编译项目时,发现报错:VS 无法打开包括文件: “QOpenGLWidget”: No such file or directory,在Qt对应的目录(E:\Qt\Qt5.12.2\5.12.2\msvc2017_64\include)中发现QOpenGLWidget是在QtWidgets目录下面的
阅读全文
摘要:<!-- p, li { white-space: pre-wrap; } --> <!--StartFragment--># # # Project created by QtCreator 2019-03-25T14:14:38 # # QT += core gui QT += network
阅读全文
摘要:08:11:47: 进程"/usr/bin/make"正常退出。 08:11:47: 配置没有改变, 跳过 qmake 步骤。 08:11:47: 正在启动 "/usr/bin/make" -j4 /home/luo/Qt/Qt5_12/5.12.0/gcc_64/bin/uic ../QtSock
阅读全文
摘要:包含目录 C:\Program Files\Microsoft SDKs\Kinect\v2.0_1409\incC:\Program Files\MySQL\MySQL Server 5.7\includeC:\Program Files (x86)\Intel RealSense SDK 2.0
阅读全文
摘要:Qt5.11参考文档: http://www.bim-times.com/qt/Qt-5.11.1/qtdoc/index.html (来源于Qt官网)
阅读全文