上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 75 下一页

2021年9月15日

ImGui-QtCreator中使用ImGui之解析

摘要: 相关资料:https://pbrfrat.com/post/imgui_in_browser.html 网页效果图https://github.com/seanchas116/qtimgui qtimgui代码下载https://github.com/epezent/implot/tree/46ea 阅读全文

posted @ 2021-09-15 15:40 疯狂delphi 阅读(1494) 评论(0) 推荐(0) 编辑

2021年9月14日

ImGui-imgui实例解析之ShowDemoWindowWidgets-Images

摘要: ImGui-imgui实例解析之ShowDemoWindowWidgets-Images这是何物:ImGui::TextWrapped、ImGui::Text、ImGui::LabelText?-_-!!!ImGui::TextWrapped( "Below we are displaying th 阅读全文

posted @ 2021-09-14 15:14 疯狂delphi 阅读(1125) 评论(0) 推荐(0) 编辑

Qt-QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connect...

摘要: 相关资料:https://blog.csdn.net/happyrabbit456/article/details/53141147 模仿QT官方例子的数据库打开方式 代码如下: QSqlDatabase qdb; if(QSqlDatabase::contains("TEST")) qdb = Q 阅读全文

posted @ 2021-09-14 14:59 疯狂delphi 阅读(636) 评论(0) 推荐(0) 编辑

2021年9月13日

Qt-Could not parse stylesheet of object 0x14e70758"

摘要: 相关资料: https://blog.csdn.net/mars_xiaolei/article/details/85111948 出现问题 报错代码: ui->labelExperStatus->setStyleSheet("{color: black;font: 9pt 微软雅黑;}");“Co 阅读全文

posted @ 2021-09-13 18:29 疯狂delphi 阅读(1059) 评论(0) 推荐(0) 编辑

Qt-QLayout: Attempting to add QLayout “to ***“, which already has a layout的终极解决方法

摘要: 相关资料: https://blog.csdn.net/qq_35621436/article/details/108676895 问题最近在捣鼓QT的时候,经常遇到Qlayout布局不成功的问题,提示是要设置的部件已经有布局了。 如字面意思,这种情况就是多次设置布局引起的,那么如何解决呢? 原因以 阅读全文

posted @ 2021-09-13 18:18 疯狂delphi 阅读(481) 评论(0) 推荐(0) 编辑

Qt-报错 QNativeSocketEngine::joinMulticastGroup() was not called in QAbstractSocket::BoundState

摘要: 相关资料: https://blog.csdn.net/xinguhong4645/article/details/99581508 https://blog.csdn.net/wg8826/article/details/80818673 CSDN:编写Qt udpsocket网络编程组播时候提示 阅读全文

posted @ 2021-09-13 15:42 疯狂delphi 阅读(1880) 评论(0) 推荐(0) 编辑

Qt-QSystemTrayIcon实现系统托盘

摘要: 相关资料: https://blog.csdn.net/u011417605/article/details/51322997 .pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG + 阅读全文

posted @ 2021-09-13 14:09 疯狂delphi 阅读(49) 评论(0) 推荐(0) 编辑

Qt设置窗口不在系统的任务栏上显示

摘要: 相关资料: https://www.cnblogs.com/acmexyz/p/11683413.html 有时候有特殊需求,不希望在任务栏上出现应用程序的图标。该怎么办呢? 其实可以通过设置窗口标志来实现。 调用QWidget的setWindowFlags()函数。 设置为Qt::Tool、Qt: 阅读全文

posted @ 2021-09-13 13:54 疯狂delphi 阅读(782) 评论(0) 推荐(0) 编辑

通过setwindowlong设置的windows窗口样式总结

摘要: 相关资料: https://blog.csdn.net/jigetage/article/details/85207073 对于windows api中创建的窗口,可以通过SetWindowLong函数修改其样式。 函数声明为: LONG SetWindowLongA( HWND hWnd, int 阅读全文

posted @ 2021-09-13 13:50 疯狂delphi 阅读(695) 评论(0) 推荐(0) 编辑

Qt事件:changeEvent(改变事件)

摘要: 相关资料: https://blog.csdn.net/kenfan1647/article/details/109993095 改变事件changeEvent(QEvent* e)继承自QWidget 以下事件的变化会触发changeEvent: QEvent::ToolBarChange, 工具 阅读全文

posted @ 2021-09-13 13:45 疯狂delphi 阅读(763) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 75 下一页

导航