新增颜色拾取器

This commit is contained in:
feiyangqingyun
2019-10-15 16:13:10 +08:00
parent 534c165c16
commit e33f7818b4
5 changed files with 277 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
#-------------------------------------------------
#
# Project created by QtCreator 2017-01-05T22:11:54
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = colorwidget
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
SOURCES += colorwidget.cpp
HEADERS += colorwidget.h