QT学习
文章平均质量分 62
l小尹
这个作者很懒,什么都没留下…
展开
-
QT实现多个项目管理
qt在新建项目时选择“其他项目-子目录项目”创建拥有子项目模式的QT项目。原创 2024-07-19 19:12:20 · 1347 阅读 · 0 评论 -
Qt设置窗体透明
Qt设置窗体透明原创 2023-04-01 16:14:48 · 176 阅读 · 0 评论 -
QT报错:The inferior stopped because it received a signal from the Operating System.
QT运行报错Signal receivedThe inferior stopped because it received a signal from the Operating System.Signal name : SIGSEGVSignal meaning : Segmentation fault这个错误说明程序中有野指针.h文件中class QErrorMessage;//错误信息对话框QErrorMessage前置声明class MyWidget : public QWidge原创 2022-02-19 21:05:14 · 6627 阅读 · 1 评论 -
第3篇 Qt5基础(三)Qt登录对话框
文章原创于Qt开源社区(www.qter.org),作者yafeilinux,ui界面和纯代码编写 登录对话框设计文章原创于Qt开源社区(www.qter.org),作者yafeilinux,一、使用设计模式创建界面二、登录设置使用ui界面时的代码03_loginlogindialog.hmainwindow.hlogindialog.cppmain.cppmainwindow.cpp三 纯代码编写03_login_Codelogindialog.hlogindialog.cppmain.cpp一、使用转载 2022-01-19 22:20:16 · 1059 阅读 · 0 评论