会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蘑菇王国大聪明
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
29
下一页
2022年6月4日
网络编程——获取本机网络信息
摘要: 代码 mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QPushButton> #include <QTextBrowser> #include <QVBoxLayout>
阅读全文
posted @ 2022-06-04 17:54 蘑菇王国大聪明
阅读(92)
评论(0)
推荐(0)
2022年6月3日
多线程
摘要: 继承QThread mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QThread> #include <QDebug> #include <QPushButton> QT
阅读全文
posted @ 2022-06-03 20:47 蘑菇王国大聪明
阅读(33)
评论(0)
推荐(0)
2022年6月2日
二进制文件读取
摘要: 界面 代码 qwcomboboxdelegate.h #ifndef QWCOMBOBOXDELEGATE_H #define QWCOMBOBOXDELEGATE_H #include <QItemDelegate> class QWComboBoxDelegate : public QItemD
阅读全文
posted @ 2022-06-02 18:44 蘑菇王国大聪明
阅读(84)
评论(0)
推荐(0)
文件文本读写
摘要: 界面 代码 mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> namespace Ui { class MainWindow; } class MainWindow : public QMain
阅读全文
posted @ 2022-06-02 18:39 蘑菇王国大聪明
阅读(49)
评论(0)
推荐(0)
Splash与登录窗口
摘要: 界面 登录窗口 主界面 代码 qdlglogin.h #ifndef QDLGLOGIN_H #define QDLGLOGIN_H #include <QDialog> namespace Ui { class dlgLogin; } class QDlgLogin : public QDialo
阅读全文
posted @ 2022-06-02 11:45 蘑菇王国大聪明
阅读(73)
评论(0)
推荐(0)
MDI应用程序设计
摘要: 界面 代码 qwmainwindow.h #ifndef QWMAINWINDOW_H #define QWMAINWINDOW_H #include <QMainWindow> #include "qformdoc.h" #include <QMdiSubWindow> namespace Ui
阅读全文
posted @ 2022-06-02 11:00 蘑菇王国大聪明
阅读(99)
评论(0)
推荐(0)
2022年6月1日
多窗体应用程序设计
摘要: 界面 代码 qwmainwindow.h #ifndef QWMAINWINDOW_H #define QWMAINWINDOW_H #include <QMainWindow> #include "qformdoc.h" #include "qformtable.h" namespace Ui {
阅读全文
posted @ 2022-06-01 20:34 蘑菇王国大聪明
阅读(93)
评论(0)
推荐(0)
对话框
摘要: 界面 代码 dialog.cpp #include "dialog.h" #include "ui_dialog.h" #include <QFileDialog> #include <QColorDialog> #include <QFontDialog> #include <QInputDial
阅读全文
posted @ 2022-06-01 11:47 蘑菇王国大聪明
阅读(187)
评论(0)
推荐(0)
2022年5月30日
元对象测试
摘要: 界面 代码 qperson.h #ifndef QPERSON_H #define QPERSON_H #include <QObject> class QPerson : public QObject { Q_OBJECT Q_CLASSINFO("author", "Shao ZHeming")
阅读全文
posted @ 2022-05-30 10:51 蘑菇王国大聪明
阅读(96)
评论(0)
推荐(0)
2022年5月28日
QT Creator使用技巧
摘要:   ![i
阅读全文
posted @ 2022-05-28 11:24 蘑菇王国大聪明
阅读(45)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
29
下一页
公告