primera subida

This commit is contained in:
2025-01-28 00:04:13 +01:00
commit a91237c3e1
577 changed files with 457418 additions and 0 deletions

View 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