b06687662b
custom controlsin the gallery, that is intended to show the default versions
13 lines
206 B
Prolog
13 lines
206 B
Prolog
CONFIG += qskexample
|
|
|
|
HEADERS += \
|
|
CustomSlider.h \
|
|
CustomSliderSkinlet.h \
|
|
OtherSlider.h \
|
|
|
|
SOURCES += \
|
|
CustomSlider.cpp \
|
|
CustomSliderSkinlet.cpp \
|
|
OtherSlider.cpp \
|
|
main.cpp
|