上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 77 下一页

2020年7月30日

Qt操作XML文件

摘要: PS:需要在工程文件.pro中增加xml .pro QT += core xml QT -= gui TARGET = xmltest CONFIG += console CONFIG -= app_bundle TEMPLATE = app SOURCES += main.cpp View Cod 阅读全文

posted @ 2020-07-30 17:05 疯狂delphi 阅读(284) 评论(0) 推荐(0)

QT-Qt中MediaPlay的使用,播放视频或MP4

摘要: 相关资料: https://blog.csdn.net/itas109/article/details/83829396 https://blog.csdn.net/birenxiaofeigg/article/details/104129207 https://www.cnblogs.com/zh 阅读全文

posted @ 2020-07-30 16:10 疯狂delphi 阅读(1621) 评论(4) 推荐(0)

2020年7月21日

QT-Qt5在使用showFullScreen窗口全屏状态下,ComboBox的下拉框无法显示,Tabel控件提示无法显示,输入法后选框无法显示问题?

摘要: 相关资料: https://www.cnblogs.com/lvdongjie/p/3758025.html 问题情况: 在单位做一个和OSG相关的界面程序,主程序使用了showFullScreen函数,发现子容器(QWidget)里的ComboBox的下拉框无法显示。在百度上搜索了一下,发现Com 阅读全文

posted @ 2020-07-21 17:45 疯狂delphi 阅读(1934) 评论(0) 推荐(0)

2020年7月17日

QT-Qt组件QTimer使用方法

摘要: 相关资料: https://blog.csdn.net/u014783974/article/details/81486491 main.cpp 1 #include "mainwindow.h" 2 3 #include <QApplication> 4 5 int main(int argc, 阅读全文

posted @ 2020-07-17 16:36 疯狂delphi 阅读(759) 评论(0) 推荐(0)

QT-Qt显示GIF图片

摘要: 相关资料: https://blog.csdn.net/kidults/article/details/80195524 main.cpp 1 #include "mainwindow.h" 2 3 #include <QApplication> 4 5 int main(int argc, cha 阅读全文

posted @ 2020-07-17 15:50 疯狂delphi 阅读(429) 评论(0) 推荐(0)

2020年7月16日

QT-Qt设置背景图片

摘要: 一、paintEvent法(平时没事,用在OSG中就不行了,因为TMD会一直调paintEvent事件,刷新到卡爆) main.cpp 1 #include "mainwindow.h" 2 3 #include <QApplication> 4 5 int main(int argc, char 阅读全文

posted @ 2020-07-16 14:21 疯狂delphi 阅读(785) 评论(0) 推荐(0)

2020年7月15日

QT-Qt图片按钮类

摘要: main.cpp 1 #include "mainwindow.h" 2 3 #include <QApplication> 4 5 int main(int argc, char *argv[]) 6 { 7 QApplication a(argc, argv); 8 MainWindow w; 阅读全文

posted @ 2020-07-15 18:02 疯狂delphi 阅读(405) 评论(0) 推荐(0)

QT-Qt界面居中显示

摘要: main.cpp 1 #include "mainwindow.h" 2 3 #include <QApplication> 4 5 int main(int argc, char *argv[]) 6 { 7 QApplication a(argc, argv); 8 MainWindow w; 阅读全文

posted @ 2020-07-15 09:44 疯狂delphi 阅读(619) 评论(0) 推荐(0)

2020年7月13日

delphi创建和读取xml(xml简单操作举例)

摘要: https://www.cnblogs.com/cnajian/archive/2011/10/27/2226262.html 有关许多接口,会需要通过xml进行数据交换,弄个例子,方便参考 unit Unit1; interface uses Windows, Messages, SysUtils 阅读全文

posted @ 2020-07-13 21:19 疯狂delphi 阅读(1461) 评论(0) 推荐(0)

QT-QT使用libQGLViewer及lib3ds

摘要: QT使用libQGLViewer及lib3dslibQGLViewer官方下载:http://libqglviewer.com/●打开官方网址,点“Download”。●勾选“I agree with the terms of the GNU GPL license and I understand 阅读全文

posted @ 2020-07-13 11:52 疯狂delphi 阅读(1132) 评论(0) 推荐(0)

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 77 下一页

导航