2016-06-11 15:43:33 +00:00
|
|
|
QT += core gui qml
|
2016-03-18 14:21:45 +00:00
|
|
|
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
|
|
|
|
TARGET = qt-material-widgets
|
|
|
|
TEMPLATE = app
|
|
|
|
|
2016-05-12 16:59:18 +00:00
|
|
|
#DEFINES += DEBUG_LAYOUT=1
|
2016-03-27 19:47:33 +00:00
|
|
|
|
2016-03-18 14:21:45 +00:00
|
|
|
SOURCES += main.cpp\
|
|
|
|
mainwindow.cpp \
|
2016-03-19 11:07:25 +00:00
|
|
|
components/appbar.cpp \
|
|
|
|
components/checkbox.cpp \
|
|
|
|
components/dialog.cpp \
|
|
|
|
components/flatbutton.cpp \
|
|
|
|
components/iconbutton.cpp \
|
|
|
|
components/iconmenu.cpp \
|
|
|
|
components/list.cpp \
|
|
|
|
components/radiobutton.cpp \
|
|
|
|
components/slider.cpp \
|
|
|
|
components/tabs.cpp \
|
|
|
|
components/textfield.cpp \
|
|
|
|
components/table.cpp \
|
2016-03-19 11:12:14 +00:00
|
|
|
lib/ripple.cpp \
|
2016-03-19 13:40:28 +00:00
|
|
|
lib/rippleoverlay.cpp \
|
2016-03-22 08:31:46 +00:00
|
|
|
lib/customshadoweffect.cpp \
|
2016-03-19 13:40:28 +00:00
|
|
|
examples/frame.cpp \
|
|
|
|
examples/examplelist.cpp \
|
|
|
|
examples/flatbuttonexamples.cpp \
|
|
|
|
examples/exampleview.cpp \
|
|
|
|
examples/about.cpp \
|
|
|
|
examples/appbarexamples.cpp \
|
2016-03-20 08:27:10 +00:00
|
|
|
examples/iconbuttonexamples.cpp \
|
2016-03-20 08:58:32 +00:00
|
|
|
examples/tabsexamples.cpp \
|
2016-03-22 08:51:37 +00:00
|
|
|
examples/tableexamples.cpp \
|
|
|
|
components/raisedbutton.cpp \
|
2016-03-22 14:20:34 +00:00
|
|
|
examples/raisedbuttonexamples.cpp \
|
2016-03-25 21:57:51 +00:00
|
|
|
examples/sliderexamples.cpp \
|
2016-03-26 06:41:54 +00:00
|
|
|
components/toggle.cpp \
|
2016-04-14 13:47:27 +00:00
|
|
|
examples/toggleexamples.cpp \
|
|
|
|
examples/radiobuttonexamples.cpp \
|
|
|
|
examples/checkboxexamples.cpp \
|
|
|
|
examples/textfieldexamples.cpp \
|
2016-04-14 14:21:28 +00:00
|
|
|
examples/listexamples.cpp \
|
|
|
|
components/avatar.cpp \
|
2016-04-18 06:55:52 +00:00
|
|
|
examples/avatarexamples.cpp \
|
|
|
|
examples/menuexamples.cpp \
|
2016-04-18 13:08:45 +00:00
|
|
|
components/menu.cpp \
|
2016-04-26 23:57:16 +00:00
|
|
|
examples/iconmenuexamples.cpp \
|
2016-04-30 09:38:30 +00:00
|
|
|
lib/scaleeffect.cpp \
|
2016-05-10 06:25:44 +00:00
|
|
|
lib/style.cpp \
|
2016-05-11 22:18:09 +00:00
|
|
|
components/searchfield.cpp \
|
2016-05-12 08:39:17 +00:00
|
|
|
lib/theme.cpp \
|
2016-05-15 07:08:23 +00:00
|
|
|
components/slider_internal.cpp \
|
2016-05-29 10:08:55 +00:00
|
|
|
components/flatbutton_internal.cpp \
|
2016-05-30 06:51:46 +00:00
|
|
|
components/toggle_internal.cpp \
|
2016-06-12 08:21:58 +00:00
|
|
|
components/tabs_internal.cpp \
|
|
|
|
components/fab.cpp \
|
|
|
|
components/badge.cpp \
|
|
|
|
components/progress.cpp \
|
2016-06-12 19:36:51 +00:00
|
|
|
components/selectfield.cpp \
|
2016-06-13 23:27:37 +00:00
|
|
|
lib/checkable.cpp \
|
2016-06-14 07:50:52 +00:00
|
|
|
lib/checkable_internal.cpp \
|
2016-06-14 15:33:49 +00:00
|
|
|
components/snackbar.cpp \
|
2016-06-17 11:45:27 +00:00
|
|
|
components/textfield_internal.cpp \
|
2016-06-18 08:50:33 +00:00
|
|
|
components/drawer.cpp \
|
2016-06-18 09:12:20 +00:00
|
|
|
components/snackbar_internal.cpp \
|
2016-06-19 09:18:05 +00:00
|
|
|
components/circularprogress.cpp \
|
2016-06-19 09:49:55 +00:00
|
|
|
components/circularprogress_internal.cpp \
|
2016-06-19 12:49:42 +00:00
|
|
|
components/progress_internal.cpp \
|
2016-06-19 13:39:11 +00:00
|
|
|
components/scrollwidget.cpp \
|
2016-06-19 14:13:37 +00:00
|
|
|
components/scrollwidget_internal.cpp \
|
2016-06-20 15:47:17 +00:00
|
|
|
components/dialog_internal.cpp \
|
|
|
|
lib/transparencyproxy.cpp \
|
2016-06-24 04:50:24 +00:00
|
|
|
lib/transparencyproxy_internal.cpp \
|
|
|
|
components/drawer_internal.cpp \
|
|
|
|
lib/testrippleoverlay.cpp \
|
2016-07-04 07:46:10 +00:00
|
|
|
lib/overlaywidget.cpp \
|
|
|
|
lib/sizeproxy.cpp \
|
|
|
|
components/collapsiblemenu.cpp \
|
|
|
|
components/appmenu.cpp \
|
|
|
|
xx/qtmaterialflatbutton.cpp \
|
|
|
|
xxlib/qtmaterialrippleoverlay.cpp \
|
|
|
|
xxlib/qtmaterialripple.cpp \
|
|
|
|
xxlib/qtmaterialoverlaywidget.cpp \
|
|
|
|
lib/sizeproxywidget.cpp \
|
|
|
|
xx/qtmaterialflatbutton_internal.cpp \
|
|
|
|
xxlib/qtmaterialstyle.cpp \
|
|
|
|
xxlib/qtmaterialtheme.cpp \
|
2016-07-16 10:17:46 +00:00
|
|
|
yy/flatbuttonsettingseditor.cpp \
|
|
|
|
xx/qtmaterialraisedbutton.cpp \
|
|
|
|
yy/raisedbuttonsettingseditor.cpp \
|
|
|
|
xx/qtmaterialfab.cpp \
|
|
|
|
yy/fabsettingseditor.cpp \
|
|
|
|
xx/qtmaterialavatar.cpp \
|
|
|
|
yy/avatarsettingseditor.cpp \
|
|
|
|
xx/qtmaterialbadge.cpp \
|
|
|
|
yy/badgesettingseditor.cpp \
|
|
|
|
components/menuplus.cpp \
|
|
|
|
components/menuitemplus.cpp \
|
|
|
|
components/menuplusproxy.cpp \
|
|
|
|
xx/qtmaterialmenuitem.cpp \
|
|
|
|
xx/qtmaterialiconbutton.cpp \
|
|
|
|
components/iconmenuplus.cpp \
|
|
|
|
xx/qtmaterialcollapsiblemenu.cpp \
|
|
|
|
xx/qtmaterialcollapsiblemenu_internal.cpp \
|
|
|
|
xx/qtmaterialscrollbar.cpp \
|
|
|
|
xx/qtmaterialscrollbar_internal.cpp \
|
|
|
|
xx/qtmaterialiconmenu.cpp \
|
|
|
|
components/selectfieldplus.cpp \
|
|
|
|
xx/qtmaterialselectfield.cpp \
|
|
|
|
yy/iconmenusettingseditor.cpp \
|
|
|
|
yy/selectfieldsettingseditor.cpp \
|
|
|
|
yy/checkboxsettingseditor.cpp \
|
|
|
|
xxlib/qtmaterialcheckable.cpp \
|
2016-07-16 14:56:30 +00:00
|
|
|
xxlib/qtmaterialcheckable_internal.cpp \
|
2016-07-18 13:26:29 +00:00
|
|
|
xx/qtmaterialcheckbox.cpp \
|
|
|
|
yy/radiobuttonsettingseditor.cpp \
|
|
|
|
xx/qtmaterialradiobutton.cpp \
|
|
|
|
yy/circularprogresssettingseditor.cpp \
|
|
|
|
xx/qtmaterialcircularprogress.cpp \
|
|
|
|
xx/qtmaterialcircularprogress_internal.cpp \
|
|
|
|
yy/progresssettingseditor.cpp \
|
|
|
|
xx/qtmaterialprogress.cpp \
|
|
|
|
xx/qtmaterialprogress_internal.cpp \
|
|
|
|
xx/qtmaterialtextfield.cpp \
|
|
|
|
xx/qtmaterialtextfield_internal.cpp \
|
|
|
|
yy/textfieldsettingseditor.cpp \
|
|
|
|
xx/qtmaterialtabs.cpp \
|
|
|
|
xx/qtmaterialtabs_internal.cpp \
|
|
|
|
xx/qtmaterialslider.cpp \
|
|
|
|
xx/qtmaterialslider_internal.cpp \
|
2016-07-20 11:48:39 +00:00
|
|
|
yy/slidersettingseditor.cpp \
|
|
|
|
xx/qtmaterialtoggle.cpp \
|
|
|
|
xx/qtmaterialtoggle_internal.cpp \
|
|
|
|
yy/togglesettingseditor.cpp \
|
|
|
|
xx/qtmaterialsnackbar.cpp \
|
2016-07-21 06:13:29 +00:00
|
|
|
xx/qtmaterialsnackbar_internal.cpp \
|
2016-07-22 05:47:07 +00:00
|
|
|
xxlib/qtmaterialstatetransition.cpp \
|
|
|
|
xx/qtmaterialdialog.cpp \
|
|
|
|
xx/qtmaterialdialog_internal.cpp
|
2016-03-18 14:21:45 +00:00
|
|
|
|
|
|
|
HEADERS += mainwindow.h \
|
2016-03-19 11:07:25 +00:00
|
|
|
components/appbar.h \
|
|
|
|
components/checkbox.h \
|
|
|
|
components/dialog.h \
|
|
|
|
components/flatbutton.h \
|
|
|
|
components/iconbutton.h \
|
|
|
|
components/iconmenu.h \
|
|
|
|
components/list.h \
|
|
|
|
components/radiobutton.h \
|
|
|
|
components/slider.h \
|
2016-05-01 19:56:39 +00:00
|
|
|
components/slider_p.h \
|
2016-03-19 11:07:25 +00:00
|
|
|
components/tabs.h \
|
|
|
|
components/textfield.h \
|
|
|
|
components/table.h \
|
2016-03-19 11:12:14 +00:00
|
|
|
lib/ripple.h \
|
2016-03-19 13:40:28 +00:00
|
|
|
lib/rippleoverlay.h \
|
2016-03-22 08:31:46 +00:00
|
|
|
lib/customshadoweffect.h \
|
2016-03-19 13:40:28 +00:00
|
|
|
examples/frame.h \
|
|
|
|
examples/examplelist.h \
|
|
|
|
examples/flatbuttonexamples.h \
|
|
|
|
examples/exampleview.h \
|
|
|
|
examples/about.h \
|
|
|
|
examples/appbarexamples.h \
|
2016-03-20 08:27:10 +00:00
|
|
|
examples/iconbuttonexamples.h \
|
2016-03-20 08:58:32 +00:00
|
|
|
examples/tabsexamples.h \
|
2016-03-22 08:51:37 +00:00
|
|
|
examples/tableexamples.h \
|
|
|
|
components/raisedbutton.h \
|
2016-03-22 14:20:34 +00:00
|
|
|
examples/raisedbuttonexamples.h \
|
2016-03-25 21:57:51 +00:00
|
|
|
examples/sliderexamples.h \
|
2016-03-26 06:41:54 +00:00
|
|
|
components/toggle.h \
|
2016-04-14 13:47:27 +00:00
|
|
|
examples/toggleexamples.h \
|
|
|
|
examples/radiobuttonexamples.h \
|
|
|
|
examples/checkboxexamples.h \
|
|
|
|
examples/textfieldexamples.h \
|
2016-04-14 14:21:28 +00:00
|
|
|
examples/listexamples.h \
|
|
|
|
components/avatar.h \
|
2016-04-18 06:55:52 +00:00
|
|
|
examples/avatarexamples.h \
|
|
|
|
examples/menuexamples.h \
|
2016-04-18 13:08:45 +00:00
|
|
|
components/menu.h \
|
2016-04-26 23:57:16 +00:00
|
|
|
examples/iconmenuexamples.h \
|
2016-04-30 09:53:58 +00:00
|
|
|
lib/scaleeffect.h \
|
2016-05-10 06:25:44 +00:00
|
|
|
lib/style.h \
|
2016-05-11 22:18:09 +00:00
|
|
|
components/searchfield.h \
|
|
|
|
lib/theme.h \
|
2016-05-12 08:39:17 +00:00
|
|
|
lib/theme_p.h \
|
2016-05-15 07:08:23 +00:00
|
|
|
components/flatbutton_p.h \
|
|
|
|
components/slider_internal.h \
|
2016-05-17 12:26:50 +00:00
|
|
|
components/flatbutton_internal.h \
|
2016-05-28 21:01:24 +00:00
|
|
|
components/raisedbutton_p.h \
|
2016-05-29 10:08:55 +00:00
|
|
|
components/toggle_p.h \
|
2016-05-29 21:26:42 +00:00
|
|
|
components/toggle_internal.h \
|
2016-05-30 06:51:46 +00:00
|
|
|
components/iconbutton_p.h \
|
|
|
|
components/tabs_p.h \
|
2016-06-12 08:21:58 +00:00
|
|
|
components/tabs_internal.h \
|
|
|
|
components/fab.h \
|
|
|
|
components/badge.h \
|
|
|
|
components/progress.h \
|
2016-06-12 10:26:38 +00:00
|
|
|
components/selectfield.h \
|
2016-06-12 16:02:45 +00:00
|
|
|
components/fab_p.h \
|
2016-06-12 19:36:51 +00:00
|
|
|
components/radiobutton_p.h \
|
2016-06-13 11:49:57 +00:00
|
|
|
components/checkbox_p.h \
|
2016-06-13 23:27:37 +00:00
|
|
|
lib/checkable.h \
|
|
|
|
lib/checkable_p.h \
|
2016-06-14 07:50:52 +00:00
|
|
|
lib/checkable_internal.h \
|
|
|
|
components/snackbar.h \
|
2016-06-14 15:30:46 +00:00
|
|
|
components/snackbar_p.h \
|
2016-06-14 15:33:49 +00:00
|
|
|
components/textfield_p.h \
|
2016-06-17 11:25:06 +00:00
|
|
|
components/textfield_internal.h \
|
2016-06-17 11:45:27 +00:00
|
|
|
components/badge_p.h \
|
2016-06-17 13:09:19 +00:00
|
|
|
components/drawer.h \
|
2016-06-18 08:50:33 +00:00
|
|
|
components/avatar_p.h \
|
2016-06-18 09:12:20 +00:00
|
|
|
components/snackbar_internal.h \
|
|
|
|
components/progress_p.h \
|
|
|
|
components/circularprogress.h \
|
2016-06-19 09:18:05 +00:00
|
|
|
components/circularprogress_p.h \
|
2016-06-19 09:49:55 +00:00
|
|
|
components/circularprogress_internal.h \
|
2016-06-19 12:49:42 +00:00
|
|
|
components/progress_internal.h \
|
2016-06-19 13:39:11 +00:00
|
|
|
components/scrollwidget_p.h \
|
|
|
|
components/scrollwidget.h \
|
2016-06-19 14:13:37 +00:00
|
|
|
components/scrollwidget_internal.h \
|
|
|
|
components/dialog_p.h \
|
2016-06-20 15:47:17 +00:00
|
|
|
components/dialog_internal.h \
|
|
|
|
lib/transparencyproxy.h \
|
|
|
|
lib/transparencyproxy_p.h \
|
2016-06-23 07:18:43 +00:00
|
|
|
lib/transparencyproxy_internal.h \
|
2016-06-24 04:50:24 +00:00
|
|
|
components/drawer_p.h \
|
|
|
|
components/drawer_internal.h \
|
|
|
|
lib/testrippleoverlay.h \
|
2016-07-04 07:46:10 +00:00
|
|
|
lib/overlaywidget.h \
|
|
|
|
lib/sizeproxy.h \
|
|
|
|
components/collapsiblemenu.h \
|
|
|
|
components/appmenu.h \
|
|
|
|
xx/qtmaterialflatbutton.h \
|
|
|
|
xx/qtmaterialflatbutton_p.h \
|
|
|
|
xxlib/qtmaterialrippleoverlay.h \
|
|
|
|
xxlib/qtmaterialripple.h \
|
|
|
|
xxlib/qtmaterialoverlaywidget.h \
|
|
|
|
xxlib/qtmaterialtheme.h \
|
|
|
|
lib/sizeproxywidget.h \
|
|
|
|
xx/qtmaterialflatbutton_internal.h \
|
|
|
|
xxlib/qtmaterialstyle.h \
|
|
|
|
xxlib/qtmaterialstyle_p.h \
|
|
|
|
xxlib/qtmaterialtheme_p.h \
|
2016-07-16 10:17:46 +00:00
|
|
|
yy/flatbuttonsettingseditor.h \
|
|
|
|
xx/qtmaterialraisedbutton.h \
|
|
|
|
xx/qtmaterialraisedbutton_p.h \
|
|
|
|
yy/raisedbuttonsettingseditor.h \
|
|
|
|
xx/qtmaterialfab.h \
|
|
|
|
xx/qtmaterialfab_p.h \
|
|
|
|
yy/fabsettingseditor.h \
|
|
|
|
xx/qtmaterialavatar.h \
|
|
|
|
xx/qtmaterialavatar_p.h \
|
|
|
|
yy/avatarsettingseditor.h \
|
|
|
|
xx/qtmaterialbadge.h \
|
|
|
|
xx/qtmaterialbadge_p.h \
|
|
|
|
yy/badgesettingseditor.h \
|
|
|
|
components/menuplus.h \
|
|
|
|
components/menuitemplus.h \
|
|
|
|
components/menuplusproxy.h \
|
|
|
|
xx/qtmaterialmenuitem.h \
|
|
|
|
xx/qtmaterialmenuitem_p.h \
|
|
|
|
xx/qtmaterialiconbutton.h \
|
|
|
|
xx/qtmaterialiconbutton_p.h \
|
|
|
|
components/iconmenuplus.h \
|
|
|
|
xx/qtmaterialcollapsiblemenu.h \
|
|
|
|
xx/qtmaterialcollapsiblemenu_p.h \
|
|
|
|
xx/qtmaterialcollapsiblemenu_internal.h \
|
|
|
|
xx/qtmaterialscrollbar.h \
|
|
|
|
xx/qtmaterialscrollbar_p.h \
|
|
|
|
xx/qtmaterialscrollbar_internal.h \
|
|
|
|
xx/qtmaterialiconmenu.h \
|
|
|
|
xx/qtmaterialiconmenu_p.h \
|
|
|
|
components/selectfieldplus.h \
|
|
|
|
xx/qtmaterialselectfield.h \
|
|
|
|
xx/qtmaterialselectfield_p.h \
|
|
|
|
yy/iconmenusettingseditor.h \
|
|
|
|
yy/selectfieldsettingseditor.h \
|
|
|
|
yy/checkboxsettingseditor.h \
|
|
|
|
xxlib/qtmaterialcheckable.h \
|
|
|
|
xxlib/qtmaterialcheckable_p.h \
|
2016-07-16 14:56:30 +00:00
|
|
|
xxlib/qtmaterialcheckable_internal.h \
|
|
|
|
xx/qtmaterialcheckbox.h \
|
2016-07-18 13:26:29 +00:00
|
|
|
xx/qtmaterialcheckbox_p.h \
|
|
|
|
yy/radiobuttonsettingseditor.h \
|
|
|
|
xx/qtmaterialradiobutton.h \
|
|
|
|
xx/qtmaterialradiobutton_p.h \
|
|
|
|
yy/circularprogresssettingseditor.h \
|
|
|
|
xx/qtmaterialcircularprogress.h \
|
|
|
|
xx/qtmaterialcircularprogress_p.h \
|
|
|
|
xx/qtmaterialcircularprogress_internal.h \
|
|
|
|
yy/progresssettingseditor.h \
|
|
|
|
xx/qtmaterialprogress.h \
|
|
|
|
xx/qtmaterialprogress_p.h \
|
|
|
|
xx/qtmaterialprogress_internal.h \
|
|
|
|
xx/qtmaterialtextfield.h \
|
|
|
|
xx/qtmaterialtextfield_p.h \
|
|
|
|
xx/qtmaterialtextfield_internal.h \
|
|
|
|
yy/textfieldsettingseditor.h \
|
|
|
|
xx/qtmaterialtabs.h \
|
|
|
|
xx/qtmaterialtabs_p.h \
|
|
|
|
xx/qtmaterialtabs_internal.h \
|
|
|
|
xx/qtmaterialslider.h \
|
|
|
|
xx/qtmaterialslider_p.h \
|
|
|
|
xx/qtmaterialslider_internal.h \
|
2016-07-20 11:48:39 +00:00
|
|
|
yy/slidersettingseditor.h \
|
|
|
|
xx/qtmaterialtoggle.h \
|
|
|
|
xx/qtmaterialtoggle_p.h \
|
|
|
|
xx/qtmaterialtoggle_internal.h \
|
|
|
|
yy/togglesettingseditor.h \
|
|
|
|
xx/qtmaterialsnackbar.h \
|
|
|
|
xx/qtmaterialsnackbar_p.h \
|
2016-07-21 06:13:29 +00:00
|
|
|
xx/qtmaterialsnackbar_internal.h \
|
|
|
|
xxlib/qtmaterialstatetransitionevent.h \
|
2016-07-22 05:47:07 +00:00
|
|
|
xxlib/qtmaterialstatetransition.h \
|
|
|
|
xx/qtmaterialdialog.h \
|
|
|
|
xx/qtmaterialdialog_internal.h \
|
|
|
|
xx/qtmaterialdialog_p.h
|
2016-04-28 08:02:56 +00:00
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
resources.qrc
|
2016-07-16 10:17:46 +00:00
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
yy/flatbuttonsettingsform.ui \
|
|
|
|
yy/fabsettingsform.ui \
|
|
|
|
yy/avatarsettingsform.ui \
|
|
|
|
yy/badgesettingsform.ui \
|
|
|
|
yy/iconmenusettingsform.ui \
|
|
|
|
yy/selectfieldsettingsform.ui \
|
2016-07-18 13:26:29 +00:00
|
|
|
yy/checkboxsettingsform.ui \
|
|
|
|
yy/radiobuttonsettingsform.ui \
|
|
|
|
yy/circularprogresssettingsform.ui \
|
|
|
|
yy/progresssettingsform.ui \
|
|
|
|
yy/textfieldsettingsform.ui \
|
2016-07-20 11:48:39 +00:00
|
|
|
yy/slidersettingsform.ui \
|
|
|
|
yy/togglesettingsform.ui
|