07 2024 档案

摘要:bool MainWindow::nativeEvent(const QByteArray &eventType, void *message, long *result) { Q_UNUSED(result); Q_UNUSED(eventType); MSG* pMsg = reinterpre 阅读全文
posted @ 2024-07-26 10:55 雾枫 阅读(119) 评论(0) 推荐(0) 编辑
摘要:QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets CONFIG += c++17 # You can make your code fail to compile if it uses deprecated APIs. # 阅读全文
posted @ 2024-07-23 17:34 雾枫 阅读(43) 评论(0) 推荐(0) 编辑
摘要:// 添加一个垂直方向的分割线 QFrame *line = new QFrame(); line->setFrameShape(QFrame::HLine); line->setFrameShadow(QFrame::Sunken); m_mainLayout->addWidget(line); 阅读全文
posted @ 2024-07-23 13:49 雾枫 阅读(68) 评论(0) 推荐(0) 编辑
摘要:void CaliTestMain::onLogMessage(const QString &logmess, QColor color) { QString mess = QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss :") 阅读全文
posted @ 2024-07-18 18:06 雾枫 阅读(166) 评论(0) 推荐(0) 编辑
摘要:原文链接 阅读全文
posted @ 2024-07-12 16:52 雾枫 阅读(3) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示