primera subida
This commit is contained in:
23
CompositeListWidgetExample/CompositeListWidgetExample.pro
Normal file
23
CompositeListWidgetExample/CompositeListWidgetExample.pro
Normal file
@@ -0,0 +1,23 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2016-04-12T20:54:56
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = CompositeListWidgetExample
|
||||
TEMPLATE = app
|
||||
|
||||
|
||||
SOURCES += main.cpp\
|
||||
qmainwidget.cpp \
|
||||
thewidgetitem.cpp
|
||||
|
||||
HEADERS += qmainwidget.h \
|
||||
thewidgetitem.h
|
||||
|
||||
FORMS += qmainwidget.ui \
|
||||
thewidgetitem.ui
|
||||
Reference in New Issue
Block a user