上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 75 下一页

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 阅读(1776) 评论(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 阅读(750) 评论(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 阅读(399) 评论(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 阅读(764) 评论(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 阅读(397) 评论(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 阅读(605) 评论(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 阅读(1287) 评论(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 阅读(938) 评论(0) 推荐(0) 编辑

2020年7月10日

BAT-锁屏,双击后需要输入系统密码才行

摘要: rundll32 user32.dll,LockWorkStation 阅读全文

posted @ 2020-07-10 14:58 疯狂delphi 阅读(261) 评论(0) 推荐(0) 编辑

2020年7月1日

QT-osgQOpenGL.lib: error LNK2038: 检测到“RuntimeLibrary”的不匹配项: 值“MTd_StaticDebug”不匹配值“MDd_DynamicDebug”(osgQOpenGLWidget.obj 中)

摘要: 相关资料:VS设置方法:https://blog.csdn.net/liukang325/article/details/78584625QT设置方法:https://www.zhihu.com/question/52165737 问题情况:自己生成了一个OSG的osgQOpenGL.lib库文件, 阅读全文

posted @ 2020-07-01 11:56 疯狂delphi 阅读(1053) 评论(0) 推荐(0) 编辑

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 75 下一页

导航