摘要: #include "mainwindow.h" #include "ui_mainwindow.h" #include <QMessageBox> MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) , ui(new Ui::M 阅读全文
posted @ 2022-07-25 22:47 txwtech 阅读(289) 评论(0) 推荐(0) 编辑
摘要: QT操作文件写入文件 #include "File_Operation.h" #include "qfile.h" #include <QDebug> #include <QDateTime> File_Operation::File_Operation() { } File_Operation:: 阅读全文
posted @ 2022-07-25 21:14 txwtech 阅读(1805) 评论(0) 推荐(0) 编辑
摘要: *新建项目:ctrl + n *运行项目:ctrl + r *构建项目:ctrl + b *改变字体大小:ctrl + 滚轮 *代码对齐大括号对齐:ctrl + a,ctrl + i *跳转到上一行:ctrl + shift + enter *跳转到下一行:ctrl + enter *从头文件跳转到 阅读全文
posted @ 2022-07-25 08:12 txwtech 阅读(640) 评论(0) 推荐(0) 编辑