├── .gitignore ├── LICENSE ├── README.md ├── StratifyLabs ├── Doc │ ├── AlertExampleColors.qml │ ├── AlertExampleOptions.qml │ ├── Alerts.qml │ ├── Animators.qml │ ├── AnimatorsExample.qml │ ├── AttributeExampleAlignment.qml │ ├── AttributeExampleCustomAttributes.qml │ ├── AttributeExampleSize.qml │ ├── AttributeExampleTextAlignment.qml │ ├── AttributeExampleTextSize.qml │ ├── Attributes.qml │ ├── BadgeExampleColors.qml │ ├── BadgeExampleIcons.qml │ ├── BadgeExampleOutlineColors.qml │ ├── BadgeExampleSizes.qml │ ├── Badges.qml │ ├── ButtonExampleColors.qml │ ├── ButtonExampleIcons.qml │ ├── ButtonExampleNaked.qml │ ├── ButtonExampleOutlineColors.qml │ ├── ButtonExampleSizes.qml │ ├── Buttons.qml │ ├── ChartExample.qml │ ├── ChartExampleColors.qml │ ├── ChartExampleLine.qml │ ├── ChartExampleTypes.qml │ ├── ChartPie.qml │ ├── Charts.qml │ ├── CheckBoxExample.qml │ ├── CheckBoxExampleCustom.qml │ ├── CheckBoxes.qml │ ├── ColumnExample.qml │ ├── Columns.qml │ ├── ContainerExample.qml │ ├── ContainerExampleMouse.qml │ ├── Containers.qml │ ├── DropdownExample.qml │ ├── Dropdowns.qml │ ├── DropupExample.qml │ ├── EBullet.qml │ ├── ECodeBlock.qml │ ├── ECodeBlockInline.qml │ ├── ECodeButton.qml │ ├── ECodeExample.qml │ ├── EDrawerHeading.qml │ ├── EDrawerItem.qml │ ├── EHeading.qml │ ├── ELinkButton.qml │ ├── EPane.qml │ ├── EParagraph.qml │ ├── EReadMore.qml │ ├── EReadMoreItem.qml │ ├── ESectionTitle.qml │ ├── ESubSectionTitle.qml │ ├── EViewCode.qml │ ├── FontAwesome.qml │ ├── FontAwesomeExampleObjects.qml │ ├── IconExampleObjects.qml │ ├── IconExampleOther.qml │ ├── Icons.qml │ ├── InputExample.qml │ ├── Inputs.qml │ ├── Introduction.qml │ ├── IntroductionButtonExample.qml │ ├── IntroductionIconExample.qml │ ├── IntroductionRoundButtonExample.qml │ ├── IntroductionWarningButtonExample.qml │ ├── JsonModelExample.qml │ ├── JsonModels.qml │ ├── LabelExampleColors.qml │ ├── LabelExampleNaked.qml │ ├── LabelExampleSizes.qml │ ├── Labels.qml │ ├── Layouts.qml │ ├── ListExample.qml │ ├── ListExampleListGroup.qml │ ├── Lists.qml │ ├── PanelExampleColors.qml │ ├── PanelExampleHeadingFooter.qml │ ├── Panels.qml │ ├── ProgressBarExampleColors.qml │ ├── ProgressBarExampleSizes.qml │ ├── ProgressBars.qml │ ├── ProgressCircleExample.qml │ ├── ProgressCircleExampleColors.qml │ ├── ProgressCircles.qml │ ├── RadioButtonExample.qml │ ├── RadioButtonExampleCustom.qml │ ├── RadioButtons.qml │ ├── RowExampleResponsive.qml │ ├── Rows.qml │ ├── SliderExampleColors.qml │ ├── SliderExampleSizes.qml │ ├── Sliders.qml │ ├── StratifyLabs-UI-Doc.qmlproject │ ├── TableExample.qml │ ├── TableExampleOptions.qml │ ├── Tables.qml │ ├── TextBoxExample.qml │ ├── TextBoxes.qml │ ├── TextExample.qml │ ├── TextExampleSizes.qml │ ├── TextExampleStyles.qml │ ├── Texts.qml │ ├── Theme.qml │ ├── ToolTipExample.qml │ ├── ToolTips.qml │ ├── WellExample.qml │ ├── Wells.qml │ ├── XYModelData.txt │ └── main.qml └── StratifyLabsUI │ ├── STestListText.js │ ├── StratifyLabsUI.pro │ ├── StratifyLabsUI.qmltypes │ ├── UI.1 │ ├── SAlert.qml │ ├── SAnimationContainer.qml │ ├── SAnimationFade.qml │ ├── SAnimationHPush.qml │ ├── SBadge.qml │ ├── SBaseRectangle.qml │ ├── SBaseRectangleText.qml │ ├── SBreadcrumb.qml │ ├── SButton.qml │ ├── SCarousel.qml │ ├── SCheckbox.qml │ ├── SColumn.qml │ ├── SContainer.qml │ ├── SCustomize.qml │ ├── SDropdown.qml │ ├── SDropdownMenu.qml │ ├── SGroup.qml │ ├── SHLine.qml │ ├── SIcon.qml │ ├── SImage.qml │ ├── SInput.qml │ ├── SItem.qml │ ├── SJsonListModel.qml │ ├── SLabel.qml │ ├── SList.qml │ ├── SListgroup.qml │ ├── SLoader.qml │ ├── SModal.qml │ ├── SModalFooter.qml │ ├── SModalHeader.qml │ ├── SNavbar.qml │ ├── SPane.qml │ ├── SPanel.qml │ ├── SPassword.qml │ ├── SPopover.qml │ ├── SProgressbar.qml │ ├── SProgresscircle.qml │ ├── SRadioButton.qml │ ├── SRadioButtonControl.qml │ ├── SRoundedRectangle.qml │ ├── SRow.qml │ ├── SRowSpacer.qml │ ├── SScreen.qml │ ├── STable.qml │ ├── STableColumn.qml │ ├── STest.qml │ ├── SText.qml │ ├── STextBox.qml │ ├── STextWrap.qml │ ├── STooltip.qml │ ├── STree.qml │ ├── STreeColumn.qml │ └── SWell.qml │ ├── UI.2 │ ├── SAlert.qml │ ├── SAlertAttributes.qml │ ├── SAnimationContainer.qml │ ├── SAnimationFade.qml │ ├── SAnimationHPush.qml │ ├── SAttributes.qml │ ├── SBadge.qml │ ├── SBarSeries.qml │ ├── SBoxSet.qml │ ├── SBreadcrumb.qml │ ├── SButton.qml │ ├── SCarousel.qml │ ├── SChart.qml │ ├── SCheckbox.qml │ ├── SColumn.qml │ ├── SContainer.qml │ ├── SDrawer.qml │ ├── SDropdown.qml │ ├── SDropup.qml │ ├── SGroup.qml │ ├── SHLine.qml │ ├── SIcon.qml │ ├── SIconAttributes.qml │ ├── SImage.qml │ ├── SInput.qml │ ├── SJsonModel.qml │ ├── SLabel.qml │ ├── SLegend.qml │ ├── SLineSeries.qml │ ├── SList.qml │ ├── SListgroup.qml │ ├── SLoader.qml │ ├── SModal.qml │ ├── SNavbar.qml │ ├── SPane.qml │ ├── SPanel.qml │ ├── SPassword.qml │ ├── SPieSeries.qml │ ├── SPieSlice.qml │ ├── SPopover.qml │ ├── SProgressbar.qml │ ├── SProgresscircle.qml │ ├── SRadioButton.qml │ ├── SRepeater.qml │ ├── SRow.qml │ ├── SSizeAttributes.qml │ ├── SSlider.qml │ ├── SSplineSeries.qml │ ├── STable.qml │ ├── STableColumn.qml │ ├── STablePrivate.qml │ ├── STest.qml │ ├── SText.qml │ ├── STextBox.qml │ ├── STheme.qml │ ├── STooltip.qml │ ├── STree.qml │ ├── STreeColumn.qml │ ├── STreePrivate.qml │ ├── SWell.qml │ └── SXYSeries.qml │ ├── UI.3 │ ├── SBadge.qml │ ├── SButton.qml │ ├── SCheckbox.qml │ ├── SDropdown.qml │ ├── SDropup.qml │ ├── SIcon.qml │ ├── SModal.qml │ └── SRadioButton.qml │ ├── UI.cpp │ ├── UI.h │ ├── assets │ ├── Fa-4.5.0.js │ ├── Fa-4.7.0.js │ ├── OpenSans-Bold.ttf │ ├── OpenSans-ExtraBold.ttf │ ├── OpenSans-Light.ttf │ ├── OpenSans-Regular.ttf │ ├── OpenSans-SemiBold.ttf │ ├── RobotoMono-Regular.ttf │ ├── fontawesome-4.5.0-webfont.ttf │ ├── fontawesome-4.7.0-webfont.ttf │ └── jsonpath-0.8.5.js │ └── qmldir └── img ├── modal-20160414.png ├── preview-20160416.png ├── preview-20160419.png ├── sl.ui-buttons.png ├── sl.ui-code.png ├── sl.ui-menu.png ├── sl.ui-modal.png ├── sl.ui-sliders.png ├── stratify-qml-button-demo.gif └── stratify-qml-demo.gif /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/README.md -------------------------------------------------------------------------------- /StratifyLabs/Doc/AlertExampleColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/AlertExampleColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/AlertExampleOptions.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/AlertExampleOptions.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Alerts.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Alerts.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Animators.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Animators.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/AnimatorsExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/AnimatorsExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/AttributeExampleAlignment.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/AttributeExampleAlignment.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/AttributeExampleCustomAttributes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/AttributeExampleCustomAttributes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/AttributeExampleSize.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/AttributeExampleSize.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/AttributeExampleTextAlignment.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/AttributeExampleTextAlignment.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/AttributeExampleTextSize.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/AttributeExampleTextSize.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Attributes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Attributes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/BadgeExampleColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/BadgeExampleColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/BadgeExampleIcons.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/BadgeExampleIcons.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/BadgeExampleOutlineColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/BadgeExampleOutlineColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/BadgeExampleSizes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/BadgeExampleSizes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Badges.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Badges.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ButtonExampleColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ButtonExampleColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ButtonExampleIcons.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ButtonExampleIcons.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ButtonExampleNaked.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ButtonExampleNaked.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ButtonExampleOutlineColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ButtonExampleOutlineColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ButtonExampleSizes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ButtonExampleSizes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Buttons.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Buttons.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ChartExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ChartExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ChartExampleColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ChartExampleColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ChartExampleLine.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ChartExampleLine.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ChartExampleTypes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ChartExampleTypes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ChartPie.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ChartPie.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Charts.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Charts.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/CheckBoxExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/CheckBoxExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/CheckBoxExampleCustom.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/CheckBoxExampleCustom.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/CheckBoxes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/CheckBoxes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ColumnExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ColumnExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Columns.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Columns.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ContainerExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ContainerExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ContainerExampleMouse.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ContainerExampleMouse.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Containers.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Containers.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/DropdownExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/DropdownExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Dropdowns.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Dropdowns.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/DropupExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/DropupExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/EBullet.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/EBullet.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ECodeBlock.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ECodeBlock.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ECodeBlockInline.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ECodeBlockInline.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ECodeButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ECodeButton.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ECodeExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ECodeExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/EDrawerHeading.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/EDrawerHeading.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/EDrawerItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/EDrawerItem.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/EHeading.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/EHeading.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ELinkButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ELinkButton.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/EPane.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/EPane.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/EParagraph.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/EParagraph.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/EReadMore.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/EReadMore.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/EReadMoreItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/EReadMoreItem.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ESectionTitle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ESectionTitle.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ESubSectionTitle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ESubSectionTitle.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/EViewCode.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/EViewCode.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/FontAwesome.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/FontAwesome.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/FontAwesomeExampleObjects.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/FontAwesomeExampleObjects.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/IconExampleObjects.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/IconExampleObjects.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/IconExampleOther.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/IconExampleOther.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Icons.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Icons.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/InputExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/InputExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Inputs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Inputs.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Introduction.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Introduction.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/IntroductionButtonExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/IntroductionButtonExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/IntroductionIconExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/IntroductionIconExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/IntroductionRoundButtonExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/IntroductionRoundButtonExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/IntroductionWarningButtonExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/IntroductionWarningButtonExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/JsonModelExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/JsonModelExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/JsonModels.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/JsonModels.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/LabelExampleColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/LabelExampleColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/LabelExampleNaked.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/LabelExampleNaked.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/LabelExampleSizes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/LabelExampleSizes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Labels.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Labels.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Layouts.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Layouts.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ListExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ListExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ListExampleListGroup.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ListExampleListGroup.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Lists.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Lists.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/PanelExampleColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/PanelExampleColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/PanelExampleHeadingFooter.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/PanelExampleHeadingFooter.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Panels.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Panels.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ProgressBarExampleColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ProgressBarExampleColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ProgressBarExampleSizes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ProgressBarExampleSizes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ProgressBars.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ProgressBars.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ProgressCircleExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ProgressCircleExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ProgressCircleExampleColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ProgressCircleExampleColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ProgressCircles.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ProgressCircles.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/RadioButtonExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/RadioButtonExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/RadioButtonExampleCustom.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/RadioButtonExampleCustom.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/RadioButtons.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/RadioButtons.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/RowExampleResponsive.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/RowExampleResponsive.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Rows.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Rows.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/SliderExampleColors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/SliderExampleColors.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/SliderExampleSizes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/SliderExampleSizes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Sliders.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Sliders.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/StratifyLabs-UI-Doc.qmlproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/StratifyLabs-UI-Doc.qmlproject -------------------------------------------------------------------------------- /StratifyLabs/Doc/TableExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/TableExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/TableExampleOptions.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/TableExampleOptions.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Tables.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Tables.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/TextBoxExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/TextBoxExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/TextBoxes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/TextBoxes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/TextExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/TextExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/TextExampleSizes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/TextExampleSizes.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/TextExampleStyles.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/TextExampleStyles.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Texts.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Texts.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Theme.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Theme.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ToolTipExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ToolTipExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/ToolTips.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/ToolTips.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/WellExample.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/WellExample.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/Wells.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/Wells.qml -------------------------------------------------------------------------------- /StratifyLabs/Doc/XYModelData.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/XYModelData.txt -------------------------------------------------------------------------------- /StratifyLabs/Doc/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/Doc/main.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/STestListText.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/STestListText.js -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/StratifyLabsUI.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/StratifyLabsUI.pro -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/StratifyLabsUI.qmltypes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/StratifyLabsUI.qmltypes -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SAlert.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SAlert.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SAnimationContainer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SAnimationContainer.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SAnimationFade.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SAnimationFade.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SAnimationHPush.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SAnimationHPush.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SBadge.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SBadge.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SBaseRectangle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SBaseRectangle.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SBaseRectangleText.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SBaseRectangleText.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SBreadcrumb.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SBreadcrumb.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SButton.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SCarousel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SCarousel.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SCheckbox.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SCheckbox.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SColumn.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SColumn.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SContainer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SContainer.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SCustomize.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SCustomize.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SDropdown.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SDropdown.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SDropdownMenu.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SDropdownMenu.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SGroup.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SGroup.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SHLine.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SHLine.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SIcon.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SIcon.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SImage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SImage.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SInput.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SInput.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SItem.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SJsonListModel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SJsonListModel.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SLabel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SLabel.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SList.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SList.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SListgroup.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SListgroup.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SLoader.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SLoader.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SModal.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SModal.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SModalFooter.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SModalFooter.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SModalHeader.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SModalHeader.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SNavbar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SNavbar.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SPane.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SPane.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SPanel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SPanel.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SPassword.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SPassword.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SPopover.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SPopover.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SProgressbar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SProgressbar.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SProgresscircle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SProgresscircle.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SRadioButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SRadioButton.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SRadioButtonControl.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SRadioButtonControl.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SRoundedRectangle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SRoundedRectangle.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SRow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SRow.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SRowSpacer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SRowSpacer.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SScreen.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SScreen.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/STable.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/STable.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/STableColumn.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/STableColumn.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/STest.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/STest.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SText.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SText.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/STextBox.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/STextBox.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/STextWrap.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/STextWrap.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/STooltip.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/STooltip.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/STree.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/STree.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/STreeColumn.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/STreeColumn.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.1/SWell.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.1/SWell.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SAlert.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SAlert.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SAlertAttributes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SAlertAttributes.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SAnimationContainer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SAnimationContainer.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SAnimationFade.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SAnimationFade.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SAnimationHPush.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SAnimationHPush.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SAttributes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SAttributes.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SBadge.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SBadge.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SBarSeries.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SBarSeries.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SBoxSet.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SBoxSet.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SBreadcrumb.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SBreadcrumb.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SButton.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SCarousel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SCarousel.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SChart.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SChart.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SCheckbox.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SCheckbox.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SColumn.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SColumn.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SContainer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SContainer.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SDrawer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SDrawer.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SDropdown.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SDropdown.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SDropup.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SDropup.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SGroup.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SGroup.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SHLine.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SHLine.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SIcon.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SIcon.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SIconAttributes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SIconAttributes.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SImage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SImage.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SInput.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SInput.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SJsonModel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SJsonModel.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SLabel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SLabel.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SLegend.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SLegend.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SLineSeries.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SLineSeries.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SList.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SList.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SListgroup.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SListgroup.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SLoader.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SLoader.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SModal.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SModal.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SNavbar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SNavbar.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SPane.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SPane.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SPanel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SPanel.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SPassword.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SPassword.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SPieSeries.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SPieSeries.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SPieSlice.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SPieSlice.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SPopover.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SPopover.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SProgressbar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SProgressbar.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SProgresscircle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SProgresscircle.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SRadioButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SRadioButton.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SRepeater.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SRepeater.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SRow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SRow.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SSizeAttributes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SSizeAttributes.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SSlider.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SSlider.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SSplineSeries.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SSplineSeries.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/STable.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/STable.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/STableColumn.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/STableColumn.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/STablePrivate.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/STablePrivate.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/STest.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/STest.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SText.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SText.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/STextBox.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/STextBox.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/STheme.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/STheme.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/STooltip.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/STooltip.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/STree.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/STree.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/STreeColumn.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/STreeColumn.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/STreePrivate.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/STreePrivate.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SWell.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SWell.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.2/SXYSeries.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.2/SXYSeries.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.3/SBadge.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.3/SBadge.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.3/SButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.3/SButton.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.3/SCheckbox.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.3/SCheckbox.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.3/SDropdown.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.3/SDropdown.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.3/SDropup.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.3/SDropup.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.3/SIcon.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.3/SIcon.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.3/SModal.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.3/SModal.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.3/SRadioButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.3/SRadioButton.qml -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.cpp: -------------------------------------------------------------------------------- 1 | #include "UI.h" 2 | 3 | UI::UI() 4 | { 5 | 6 | } 7 | -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/UI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/UI.h -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/Fa-4.5.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/Fa-4.5.0.js -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/Fa-4.7.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/Fa-4.7.0.js -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/OpenSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/OpenSans-Bold.ttf -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/OpenSans-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/OpenSans-ExtraBold.ttf -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/OpenSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/OpenSans-Light.ttf -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/OpenSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/OpenSans-Regular.ttf -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/OpenSans-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/OpenSans-SemiBold.ttf -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/RobotoMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/RobotoMono-Regular.ttf -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/fontawesome-4.5.0-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/fontawesome-4.5.0-webfont.ttf -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/fontawesome-4.7.0-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/fontawesome-4.7.0-webfont.ttf -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/assets/jsonpath-0.8.5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/assets/jsonpath-0.8.5.js -------------------------------------------------------------------------------- /StratifyLabs/StratifyLabsUI/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/StratifyLabs/StratifyLabsUI/qmldir -------------------------------------------------------------------------------- /img/modal-20160414.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/img/modal-20160414.png -------------------------------------------------------------------------------- /img/preview-20160416.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/img/preview-20160416.png -------------------------------------------------------------------------------- /img/preview-20160419.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/img/preview-20160419.png -------------------------------------------------------------------------------- /img/sl.ui-buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/img/sl.ui-buttons.png -------------------------------------------------------------------------------- /img/sl.ui-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/img/sl.ui-code.png -------------------------------------------------------------------------------- /img/sl.ui-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/img/sl.ui-menu.png -------------------------------------------------------------------------------- /img/sl.ui-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/img/sl.ui-modal.png -------------------------------------------------------------------------------- /img/sl.ui-sliders.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/img/sl.ui-sliders.png -------------------------------------------------------------------------------- /img/stratify-qml-button-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/img/stratify-qml-button-demo.gif -------------------------------------------------------------------------------- /img/stratify-qml-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StratifyLabs/StratifyQML/HEAD/img/stratify-qml-demo.gif --------------------------------------------------------------------------------