diff options
Diffstat (limited to 'examples/quickcontrols2/gallery/gallery.pyproject')
-rw-r--r-- | examples/quickcontrols2/gallery/gallery.pyproject | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/examples/quickcontrols2/gallery/gallery.pyproject b/examples/quickcontrols2/gallery/gallery.pyproject new file mode 100644 index 000000000..894fdb5fd --- /dev/null +++ b/examples/quickcontrols2/gallery/gallery.pyproject @@ -0,0 +1,37 @@ +{ + "files": ["gallery.py", + "gallery.qml", + "gallery.qrc", + "rc_gallery.py", + "qmldir", + "qtquickcontrols2.conf", + "ToolBar.qml", + "+Material/ToolBar.qml", + "pages/ComboBoxPage.qml", + "pages/FramePage.qml", + "pages/SliderPage.qml", + "pages/TumblerPage.qml", + "pages/SpinBoxPage.qml", + "pages/ProgressBarPage.qml", + "pages/DelegatePage.qml", + "pages/StackViewPage.qml", + "pages/DialPage.qml", + "pages/PageIndicatorPage.qml", + "pages/SwipeViewPage.qml", + "pages/TabBarPage.qml", + "pages/TextFieldPage.qml", + "pages/GroupBoxPage.qml", + "pages/RadioButtonPage.qml", + "pages/ButtonPage.qml", + "pages/ScrollIndicatorPage.qml", + "pages/ScrollablePage.qml", + "pages/DialogPage.qml", + "pages/ToolTipPage.qml", + "pages/CheckBoxPage.qml", + "pages/TextAreaPage.qml", + "pages/RangeSliderPage.qml", + "pages/DelayButtonPage.qml", + "pages/SwitchPage.qml", + "pages/ScrollBarPage.qml", + "pages/BusyIndicatorPage.qml"] +} |