【C/C++学院】(19)QT版:记事本
利用主窗口类实现,QT版:记事本。 #ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include <QCloseEvent> #include <QTextEdit> #incl...
【C/C++学院】(16)QT版:幸运大抽奖
程序效果: #ifndef DIALOG_H #define DIALOG_H #include <QDialog> #include <QLabel> #include <QPushButton> #include <QTimer> #include...
【C/C++学院】(15)QT布局:用户信息
通过实现一个“用户基本资料修改”的功能表来练习使用基本的布局管理,QHBoxLayout, QVBoxLayout, QGridLayout。 #ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include <QLabel...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。