首次提交

This commit is contained in:
feiyangqingyun
2019-10-04 18:37:23 +08:00
commit 315f102884
208 changed files with 26451 additions and 0 deletions

34
styledemo/styledemo.pro Normal file
View File

@@ -0,0 +1,34 @@
#-------------------------------------------------
#
# Project created by QtCreator 2017-02-19T12:55:42
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = styledemo
TEMPLATE = app
MOC_DIR = temp/moc
RCC_DIR = temp/rcc
UI_DIR = temp/ui
OBJECTS_DIR = temp/obj
DESTDIR = $$PWD/../bin
INCLUDEPATH += $$PWD
CONFIG += warn_off
SOURCES += main.cpp \
frmmain.cpp
SOURCES +=
HEADERS += head.h \
frmmain.h
HEADERS +=
FORMS += \
frmmain.ui
RESOURCES += other/qss.qrc
RESOURCES += other/main.qrc