新增控件

This commit is contained in:
feiyangqingyun
2019-10-10 14:06:42 +08:00
parent 315f102884
commit 959f4a972e
16 changed files with 986 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#-------------------------------------------------
#
# Project created by QtCreator 2019-10-03T10:55:58
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = framelesswidget
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
SOURCES += main.cpp
SOURCES += frmframelesswidget.cpp
SOURCES += framelesswidget.cpp
HEADERS += frmframelesswidget.h
HEADERS += framelesswidget.h
FORMS += frmframelesswidget.ui