3 Star 3 Fork 0

ZZUFC/Pixel Coordinates

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PixelCoord.pro 306 Bytes
一键复制 编辑 原始数据 按行查看 历史
yunke120 提交于 2022-07-29 12:43 . V2.0
QT += core gui widgets
TARGET = PixelCoord
TEMPLATE = app
DESTDIR = $$PWD/bin
DEFINES += QT_DEPRECATED_WARNINGS
CONFIG += c++11
SOURCES += \
main.cpp \
mygraphicsview.cpp
HEADERS += \
mygraphicsview.h
FORMS +=
RESOURCES += \
resources.qrc
RC_ICONS = logo.ico
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zzufc/pixel-coordinates.git
git@gitee.com:zzufc/pixel-coordinates.git
zzufc
pixel-coordinates
Pixel Coordinates
gview_dev

搜索帮助