随笔分类 - QT
摘要:CMakeLists.txt配置文件如下 cmake_minimum_required(VERSION 3.20) project(slef VERSION 0.1) # 设置 Qt 安装路径(根据你的实际路径修改) #set(CMAKE_PREFIX_PATH "D:/Qt/5.15.2/msvc
阅读全文
摘要:代码如下 TencentMeetingLogin::TencentMeetingLogin(QWidget *parent) : QDialog(parent) { ui.setupUi(this); this->setWindowFlags(Qt::FramelessWindowHint | Qt
阅读全文
摘要:#include "widget.h" #include "ui_widget.h" #include <QFileDialog> #include <QSettings> #include <QDebug> #include <QStandardPaths> #include <QTextCode
阅读全文

浙公网安备 33010602011771号