2023年2月4日

Qt-Qt之剪切板、热键应用(QClipboard、RegisterHotKey)

摘要: .pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes your compiler emit warn 阅读全文

posted @ 2023-02-04 13:42 疯狂delphi 阅读(56) 评论(0) 推荐(0) 编辑

导航