37 Star 273 Fork 125

终端组/qt-notify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qtnotify.pro 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
潘昕 提交于 2016-10-14 13:51 . 增加文档
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qtnotify
TEMPLATE = app
CONFIG+=no_keywords
CONFIG+=c++11
HEADERS += \
notify.h \
notifymanager.h \
mainwindow.h
SOURCES += \
notify.cpp \
notifymanager.cpp \
main.cpp \
mainwindow.cpp
RESOURCES += \
res.qrc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cassfrontend/qt-notify.git
[email protected]:cassfrontend/qt-notify.git
cassfrontend
qt-notify
qt-notify
master

搜索帮助