fqml 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fqml-0.1.0/LICENSE +21 -0
- fqml-0.1.0/PKG-INFO +299 -0
- fqml-0.1.0/README.md +241 -0
- fqml-0.1.0/fluentqml/FluentQML/DpiManager.qml +68 -0
- fqml-0.1.0/fluentqml/FluentQML/Enums.qml +214 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Animation.qml +16 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Auth.qml +77 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Backdrop.qml +13 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Badge.qml +12 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Button.qml +51 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/CalendarPicker.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Card.qml +15 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Carousel.qml +24 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Chart.qml +20 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/ColorPicker.qml +19 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/ComboBox.qml +22 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/CommandBar.qml +19 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Constants.qml +360 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Dialog.qml +15 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Flow.qml +17 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Flyout.qml +15 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/GradientSlider.qml +16 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Icons.qml +4995 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/ImageCropper.qml +17 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/IndicatorBar.qml +21 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Input.qml +30 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Label.qml +20 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Lang.qml +35 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Metrics.qml +690 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Notification.qml +93 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Orient.qml +18 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Picker.qml +24 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/PipsPager.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Position.qml +19 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Progress.qml +12 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Scroll.qml +12 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Separator.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/SettingsCard.qml +38 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Skeleton.qml +12 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Slider.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/State.qml +12 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/StateColor.qml +283 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/StatusLevel.qml +88 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Tab.qml +12 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/TeachingTip.qml +23 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Theme.qml +57 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Tip.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Toggle.qml +19 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/WindowShadow.qml +13 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/WindowType.qml +31 -0
- fqml-0.1.0/fluentqml/FluentQML/FluentEnums/qmldir +46 -0
- fqml-0.1.0/fluentqml/FluentQML/NavigationWindowCore.qml +250 -0
- fqml-0.1.0/fluentqml/FluentQML/Translator.qml +190 -0
- fqml-0.1.0/fluentqml/FluentQML/Windows.qml +13 -0
- fqml-0.1.0/fluentqml/FluentQML/WindowsCore.qml +539 -0
- fqml-0.1.0/fluentqml/FluentQML/_internal/CaptionButton.qml +95 -0
- fqml-0.1.0/fluentqml/FluentQML/_internal/ContentFrame.qml +99 -0
- fqml-0.1.0/fluentqml/FluentQML/_internal/LoadingOverlay.qml +63 -0
- fqml-0.1.0/fluentqml/FluentQML/_internal/ResizeArea.qml +45 -0
- fqml-0.1.0/fluentqml/FluentQML/_internal/WindowAnimationHelper.qml +94 -0
- fqml-0.1.0/fluentqml/FluentQML/_internal/WindowIcon.qml +101 -0
- fqml-0.1.0/fluentqml/FluentQML/_internal/WindowsBar.qml +176 -0
- fqml-0.1.0/fluentqml/FluentQML/_internal/WindowsFilled.qml +146 -0
- fqml-0.1.0/fluentqml/FluentQML/_internal/WindowsSplit.qml +233 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/auth/LoginWindow.qml +465 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/auth/LoginWindowLightShadow.qml +385 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/auth/qmldir +2 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/buttons/CloseButton.qml +65 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/ButtonContent.qml +154 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/ButtonCore.qml +500 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/ButtonDropdown.qml +268 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/ButtonProgress.qml +80 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/ButtonStyleHelper.qml +148 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/CustomButtonCore.qml +146 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/buttons/InputActionButton.qml +28 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/buttons/SearchButton.qml +15 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/buttons/qmldir +8 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/chat/ChatBubble.qml +228 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/chat/ChatMessageList.qml +156 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/chat/CodeBlock.qml +116 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/chat/MarkdownView.qml +121 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Card/Card.qml +152 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Card/ExampleCard.qml +158 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Card/qmldir +1 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/CommandBar/CommandBarEntry.qml +111 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/CommandBar/_internal/CommandBarCore.qml +253 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/CommandBar/_internal/CommandBarSurface.qml +59 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/ComponentCard.qml +39 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Drawer/Drawer.qml +142 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/DropZone.qml +198 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Expander/ExpanderCore.qml +305 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Expander/ExpanderEntry.qml +10 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Expander/GroupBox.qml +140 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Flickable.qml +23 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/PopupSmoothScroll.qml +85 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/ScrollAreaDefault.qml +261 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/ScrollAreaGrid.qml +107 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/ScrollAreaList.qml +138 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/ScrollBar.qml +91 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/ScrollBarEntry.qml +112 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/SmoothScrollHelper.qml +254 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/qmldir +16 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/FlowLayout.qml +485 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/GridLayout.qml +173 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/HBoxLayout.qml +155 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/Layout.qml +226 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/RowFit.qml +88 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/SplitPane.qml +133 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/VBoxLayout.qml +151 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/ScrollArea.qml +172 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Separator/Separator.qml +43 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Timeline.qml +8 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/TimelineCore.qml +255 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Waterfall.qml +74 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/Widget.qml +234 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/delegates/IconCardDelegate.qml +44 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/delegates/qmldir +2 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/containers/qmldir +42 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/AudioWaveform.qml +240 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Avatar/Avatar.qml +107 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Avatar/AvatarSelector.qml +112 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Badge/Badge.qml +91 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Badge/Tag.qml +77 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Carousel/Carousel.qml +227 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Carousel/_internal/CarouselContent.qml +238 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Carousel/_internal/CarouselNavButton.qml +30 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/ChartDataZoom.qml +179 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/ChartView.qml +725 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/BarChartContent.qml +657 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/BoxplotChartArea.qml +192 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/BoxplotChartContent.qml +375 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/ChartBottomLegend.qml +129 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/ChartMultiTooltip.qml +128 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/ChartTitle.qml +36 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/ChartTooltip.qml +125 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/LineChartContent.qml +398 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/LineChartMarkers.qml +165 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/LineChartPainter.js +312 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/PieChartArea.qml +170 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/PieChartContent.qml +288 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/RadarChartArea.qml +115 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/RadarChartContent.qml +278 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/ScatterChartContent.qml +254 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/XYChartCore.qml +341 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/lttb.js +82 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/CircularGauge.qml +86 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/DataWidgetCore.qml +415 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/FlipView/HorizontalPipsPager.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/FlipView/PipsPager.qml +19 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/FlipView/PipsPagerCore.qml +224 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/FlipView/VerticalPipsPager.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/IndicatorBar.qml +89 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Label/ImageWidget.qml +100 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Label/Label.qml +132 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/List/ListView.qml +54 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/List/ListWidget.qml +492 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/List/ListWidgetItem.qml +158 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/List/TreeWidget/TreeView.qml +174 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/List/TreeWidget/TreeWidget.qml +293 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/List/TreeWidget/TreeWidgetApi.js +282 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/List/TreeWidget/TreeWidgetCore.js +218 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/List/TreeWidget/_internal/TreeWidgetDelegate.qml +202 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/List/qmldir +5 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Marquee.qml +94 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/QRCode.qml +81 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Step/Stepper.qml +183 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Table/PaintedRow.qml +135 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Table/TableView.qml +145 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Table/TableWidget.qml +961 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/Watermark.qml +76 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/data/qmldir +25 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/ConfirmDialog.qml +205 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/DialogBoxCore.qml +209 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/FlyoutSheet.qml +145 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/MaskedDialog.qml +124 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/MessageBox.qml +90 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/OverlayDialogCore.qml +181 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/ProgressDialog.qml +129 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/qmldir +8 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Confetti.qml +239 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/InfoBar/InfoBarCore.qml +443 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/InfoBar/InfoBarEntry.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/DesktopNotification.qml +276 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/DesktopOverlay.qml +68 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/NotificationAnimator.qml +179 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/NotificationManager.qml +312 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/Toast.qml +422 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/_internal/NotificationStackManager.qml +171 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/_internal/qmldir +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/Progress.qml +86 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/ProgressBar.qml +44 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/ProgressCore.qml +98 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/ProgressRing.qml +92 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/_internal/IndeterminateArcImpl.qml +105 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/_internal/IndeterminateBarImpl.qml +58 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/_internal/ProgressBarImpl.qml +127 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/_internal/ProgressRingImpl.qml +136 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/_internal/qmldir +6 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/SplashScreen/SplashScreen.qml +282 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/EmptyDataState.qml +61 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/EmptyState.qml +79 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/OfflineState.qml +77 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/ResultState.qml +108 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/Skeleton.qml +164 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/StateWidget.qml +174 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/Flyout.qml +19 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/HintIcon.qml +47 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/TeachingTip.qml +20 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/TipPopup.qml +323 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/ToolTipEntry.qml +10 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/TooltipCore.qml +121 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/_internal/TipPositionHelper.qml +146 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/qmldir +7 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/feedback/qmldir +36 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/CheckIcon.qml +48 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/ChevronIcon.qml +78 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/CloseIcon.qml +39 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/Icon.qml +169 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AccessTime.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Accessibility.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AccessibilityCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AccessibilityError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AccessibilityMore.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AccessibilityQuestionMark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Add.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AddCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AddSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AddSquareMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AddStarburst.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AddSubtractCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Agents.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AgentsAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Airplane.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AirplaneLanding.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AirplaneTakeOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Album.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlbumAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Alert.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlertBadge.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlertOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlertOn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlertSnooze.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlertUrgent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalCat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalDog.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalPawPrint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalRabbit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalRabbitOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalTurtle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppFolder.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppGeneric.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppRecent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppStore.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppTitle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ApprovalsApp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Apps.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsAddIn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsAddInOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsList.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsListDetail.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Archive.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArchiveArrowBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArchiveClock.svg +5 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArchiveMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArchiveSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitContent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitHeight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitHeightDotted.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitHeightIn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitWidth.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitWidthDotted.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowBetweenDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowBetweenUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowBidirectionalLeftRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowBidirectionalUpDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowBounce.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleDownDouble.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleDownRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleDownSplit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleDownUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleUpLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleUpSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowClockwise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowClockwiseDashes.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowClockwiseDashesSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCollapseAll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCounterclockwise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCounterclockwiseDashes.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCounterclockwiseInfo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCurveDownLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCurveDownRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCurveUpLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCurveUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDownExclamation.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDownLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDownRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDownload.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDownloadOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowEject.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowEnter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowEnterLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowEnterUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExpand.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExpandAll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExport.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExportLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExportRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExportUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowFit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowFitIn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowFlowDiagonalUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowFlowUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowFlowUpRightRectangleMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowForwardDownLightning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowForwardDownPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowHookDownLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowHookDownRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowHookUpLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowHookUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowImport.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowJoin.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMaximize.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMaximizeTopLeftBottomRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMaximizeVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMinimize.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMinimizeTopLeftBottomRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMinimizeVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMove.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMoveInward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowNext.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowOutlineDownLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowOutlineUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowParagraph.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowPrevious.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRedo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRedoTempLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRedoTempRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRepeat1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRepeatAll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRepeatAllOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowReply.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowReplyAll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowReplyDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowReset.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRotateClockwise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRotateCounterclockwise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRouting.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRoutingRectangleMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowShuffle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowShuffleOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSort.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSortDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSortDownLines.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSortUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSortUpLines.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSplit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSprint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSquareDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSquareUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepIn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepInDiagonalDownLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepInLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepInRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepOut.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepOver.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSwap.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSyncCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSyncCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSyncDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSyncOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrending.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingLines.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingWrench.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnBidirectionalDownRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnDownLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnDownRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnDownUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnLeftDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnLeftRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnLeftUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnRightDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnRightLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnRightUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnUpDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnUpLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUndo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUndoTempLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUndoTempRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpExclamation.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpRightDashes.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpSquareSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpload.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowWrap.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowWrapOff.svg +5 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowWrapUpToDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowsBidirectional.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Attach.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AttachArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AttachText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AutoFitHeight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AutoFitWidth.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AutoSum.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Autocorrect.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Backpack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BackpackAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Backspace.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Badge.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Balcony.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Balloon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BarcodeScanner.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BarcodeScannerAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BarcodeScannerDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery0.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery10.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery2.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery3.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery4.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery5.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery6.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery7.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery8.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery9.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge0.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge10.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge2.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge3.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge4.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge5.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge6.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge7.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge8.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge9.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatterySaver.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Beach.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Beaker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerEmpty.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bed.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bench.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BezierCurveSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BinFull.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BinRecycle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BinRecycleFull.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BinderTriangle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bluetooth.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BluetoothConnected.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BluetoothDisabled.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BluetoothSearching.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Blur.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Board.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoardGames.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoardHeart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoardSplit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Book.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookArrowClockwise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookCoins.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookCompass.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookContacts.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookDatabase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookExclamationMark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookGlobe.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookInformation.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookLetter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookNumber.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookOpen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookOpenGlobe.svg +9 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookOpenLightbulb.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookOpenMicrophone.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookPulse.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookQuestionMark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookQuestionMarkRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookStar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookTemplate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookTheta.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bookmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookmarkAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookmarkMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookmarkOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookmarkSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bot.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BotAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BotSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BowTie.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BowlChopsticks.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BowlSalad.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Box.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxMultipleArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxMultipleArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxMultipleCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxMultipleSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Braces.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BracesCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BracesDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BracesVariable.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Brain.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BrainCircuit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BrainSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Branch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchCompare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchFork.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchForkHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchForkLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchRequest.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchRequestClosed.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchRequestDraft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BreakoutRoom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Briefcase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BriefcaseMedical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BriefcaseOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BriefcasePerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BriefcaseSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BrightnessHigh.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BrightnessLow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BroadActivityFeed.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Broom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BroomSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BubbleMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bug.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BugArrowCounterclockwise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BugProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Building.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingBank.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingBankLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingBankToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingCloud.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingDesktop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingFactory.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingGovernment.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingGovernmentSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingHome.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingLighthouse.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingMosque.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingPeople.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingRetail.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingRetailMoney.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingRetailMore.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingRetailShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingRetailToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingShop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingSkyscraper.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingSwap.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingTownhouse.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingYurt.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BulletedList.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Button.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CD.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Calculator.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalculatorArrowClockwise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalculatorMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Calendar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Call.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallConnecting.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallEnd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallExclamation.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallInbound.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallMissed.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallOutbound.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallPark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallPause.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallRectangleLandscape.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallTransfer.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalligraphyPen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalligraphyPenCheckmark.svg +4 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalligraphyPenError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalligraphyPenQuestionMark.svg +4 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Camera.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraDome.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraSparkles.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraSwitch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CardUI.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CardUIPortraitFlip.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CaretDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CaretDownRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CaretLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CaretRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CaretUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cast.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CastMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CatchUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cellular3G.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cellular4G.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cellular5G.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularData1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularData2.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularData3.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularData4.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularData5.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CenterHorizontal.svg +5 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CenterVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Certificate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Channel.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelAlert.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelShare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChartMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChartPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Chat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatArrowBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatArrowBackDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatArrowDoubleBack.svg +5 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatBubblesQuestion.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatCursor.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatEmpty.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatHelp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatHintHalf.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatHistory.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatMail.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatMultipleCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatMultipleHeart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatMultipleMinus.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatOff.svg +5 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatVideo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Check.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Checkbox1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Checkbox2.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxChecked.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxCheckedSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxIndeterminate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxUnchecked.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Checkmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkCircleHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkCircleSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkCircleWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkNote.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkStarburst.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkUnderlineCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Chess.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronCircleDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronCircleLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronCircleRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronCircleUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDoubleDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDoubleLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDoubleRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDoubleUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDownUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronUpDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Circle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleEraser.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHalfFill.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHighlight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHintCursor.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHintDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHintHalfVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleImage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleLine.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleMultipleConcentric.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleMultipleHintCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleMultipleSubtractCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleShadow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleSmall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/City.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Class.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Classification.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClearFormatting.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Clipboard.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Clock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockAlarm.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockArrowDownload.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockBill.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockPause.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClosedCaption.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClosedCaptionOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClothesHanger.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cloud.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudArchive.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudBeaker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudBidirectional.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudCube.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudDatabase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudDesktop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudFlow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudSwap.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudWords.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Clover.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Code.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeBlock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeBlockEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeCS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeCSRectangle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeFS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeFSRectangle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeJS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeJSRectangle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodePY.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodePYRectangle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeRB.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeRBRectangle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeTS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeTSRectangle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeTextEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeTextOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeVB.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeVBRectangle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CoinMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CoinStack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Collections.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CollectionsAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CollectionsEmpty.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Color.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorBackground.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorBackgroundAccent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorFill.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorFillAccent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorLine.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorLineAccent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Column.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnDoubleCompare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnSingle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnSingleCompare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnTriple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnTripleEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Comma.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Comment.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowLeftTempLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowLeftTempRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowRightTempLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowRightTempRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentBadge.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentLightning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentMention.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentMultipleCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentMultipleLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentMultipleMention.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentNote.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentQuote.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Communication.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommunicationPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommunicationShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CompassNorthwest.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CompassTrueNorth.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Component2DoubleTapSwipeDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Component2DoubleTapSwipeUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Compose.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cone.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ConferenceRoom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Connected.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Connector.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContactCard.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContactCardGeneric.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContactCardGroup.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContactCardLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContactCardRibbon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContentSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContentView.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContentViewGallery.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContentViewGalleryLightning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContractDownLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContractUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ControlButton.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ConvertRange.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cookies.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Copy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CopyAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CopyArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CopySelect.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Couch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Counter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CreditCardClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CreditCardPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CreditCardToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Crop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CropArrowRotate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CropInterim.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CropInterimOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CropSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Crown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CrownSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cube.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeArrowCurveDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeQuick.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeRotate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeTree.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CurrencyDollarEuro.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CurrencyDollarRupee.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cursor.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CursorClick.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CursorHover.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CursorHoverOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CursorProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cut.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DarkTheme.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataArea.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarHorizontalDescending.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVerticalAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVerticalArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVerticalAscending.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVerticalEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVerticalStar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataFunnel.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataHistogram.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataLine.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataPie.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataScatter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataSunburst.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataTreemap.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataTrending.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsageCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsageEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsageSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsageSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsageToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataWaterfall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataWhisker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Database.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseLightning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabasePerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabasePlugConnected.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseStack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseSwitch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseWindow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DecimalArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DecimalArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Delete.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeleteArrowBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeleteDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeleteLines.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeleteOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dentist.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesignIdeas.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Desk.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeskMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeskSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Desktop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopArrowDownOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopCursor.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopFlow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopKeyboard.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopMac.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopPulse.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopSignal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopSpeaker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopSpeakerOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopTower.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeveloperBoard.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeveloperBoardLightning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeveloperBoardLightningToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeveloperBoardSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeviceEQ.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeviceMeetingRoom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeviceMeetingRoomAllInOne.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeviceMeetingRoomBar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeviceMeetingRoomRemote.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Diagram.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dialpad.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DialpadOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DialpadQuestionMark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Diamond.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DiamondDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DiamondLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Directions.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dishwasher.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DismissCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DismissSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DismissSquareMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Diversity.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DividerShort.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DividerTall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DockRow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Doctor.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Document.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Document100.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBorderPrint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBriefcase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletList.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletListArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletListClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletListCube.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletListMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletListOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCSS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCSV.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCatchUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentChevronDouble.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCode.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentContract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCopy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCube.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentData.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentDataLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentDataLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentDatabase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentEndnote.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFlowchart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFolder.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFooter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFooterDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentGlobe.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeader.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeaderArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeaderDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeaderFooter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeartPulse.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentImage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentJAVA.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentJS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentJavascript.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentKey.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLandscape.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLandscapeData.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLandscapeSplit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLandscapeSplitHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLightning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMargins.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMention.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMultiplePercent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMultipleProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMultipleSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentNumber1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageBeaker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageColumns.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageMultipleSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPDF.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPY.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageBottomCenter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageBottomLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageBottomRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageBreak.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageNumber.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageTopCenter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageTopLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageTopRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPercent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPill.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPrint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentQuestionMark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentQueue.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentQueueAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentQueueMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentRB.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentRibbon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSASS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSave.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSignature.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSplitHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSplitHintOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTable.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTableArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTableCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTableCube.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTableSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTableTruck.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTarget.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTextClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTextExtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTextLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTextToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentVB.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentWidth.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentYML.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Door.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoorArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoorArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoorTag.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoubleSwipeDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoubleSwipeUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoubleTapSwipeDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoubleTapSwipeUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Drafts.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Drag.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawImage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawShape.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Drawer.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawerAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawerArrowDownload.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawerDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawerPlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawerSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkBeer.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkBottle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkBottleOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkCoffee.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkMargarita.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkToGo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkWine.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DriveTrain.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Drop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenClosedAlert.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenDesktop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenGroup.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenHeader.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenMirror.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenPagination.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenSpan.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenSpeaker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenStatusBar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenTablet.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenUpdate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenVerticalScroll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenVibrate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dumbbell.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dust.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Earth.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EarthLeaf.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Edit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditArrowBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditLineHorizontal3.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Elevator.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Emoji.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiAngry.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiHand.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiLaugh.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiMeh.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiMeme.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiSad.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiSadSlight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiSmileSlight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiSurprise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Engine.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EqualCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EqualOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Eraser.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EraserMedium.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EraserSegment.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EraserSmall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EraserTool.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ErrorCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ErrorCircleSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ExpandUpLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ExpandUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ExtendedDock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Eye.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyeCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyeLines.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyeOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyeTracking.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyeTrackingOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Eyedropper.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyedropperOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FPS120.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FPS240.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FPS30.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FPS60.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FPS960.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FStop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FastAcceleration.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FastForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fax.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Feed.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Filmstrip.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilmstripImage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilmstripPlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilmstripSplit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Filter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilterAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilterDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilterSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fingerprint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fire.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fireplace.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FitPage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FixedWidth.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Flag.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlagCheckered.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlagClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlagOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Flash.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashAuto.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashFlow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashPlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Flashlight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashlightOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlipHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlipVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Flow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlowDot.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlowSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Flowchart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlowchartCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fluent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fluid.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Folder.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderBriefcase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderDocument.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderGlobe.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderLightning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderList.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderMail.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderOpen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderOpenDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderOpenVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderPeople.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderSwap.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderZip.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FontDecrease.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FontIncrease.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FontSpaceTrackingIn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FontSpaceTrackingOut.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Food.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodApple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodCake.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodCarrot.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodChickenLeg.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodEgg.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodFish.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodGrains.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodPizza.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodToast.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Form.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FormMultiple.svg +7 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FormMultipleCollection.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FormNew.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FormSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Frame.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FullScreenMaximize.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FullScreenMinimize.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GIF.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GameChat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Games.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GanttChart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gas.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GasPropane.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GasPump.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gather.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gauge.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GaugeAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gavel.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GavelProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gesture.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gift.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftCard.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftCardAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftCardArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftCardMoney.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftCardMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftOpen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Glance.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlanceHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlanceHorizontalSparkles.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Glasses.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlassesOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Globe.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeArrowForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeDesktop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeLocation.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobePerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeStar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeSurface.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeVideo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Grid.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GridCircles.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GridDots.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GridKanban.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Group.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GroupDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GroupList.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GroupReturn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Guardian.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Guest.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GuestAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Guitar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HD.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HDOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HDR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HDROff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandDraw.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandLeftChat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandOpenHeart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandPoint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandRightOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandWave.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Handshake.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HapticStrong.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HapticWeak.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HardDrive.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HardDriveCall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HatGraduation.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HatGraduationAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HatGraduationSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Headphones.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeadphonesSoundWave.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Headset.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeadsetAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeadsetVR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Heart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartBroken.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartCircleHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartPulse.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartPulseCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartPulseError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartPulseWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Hexagon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HexagonSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HexagonThree.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Hide.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Highlight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HighlightLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Highway.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/History.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HistoryDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Home.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeDatabase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeEmpty.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeGarage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeHeart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeMore.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomePerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeSplit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Hourglass.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HourglassHalf.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HourglassOneQuarter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HourglassThreeQuarter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Icons.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Image.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageAltText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageArrowBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageArrowCounterclockwise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageArrowForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageBorder.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageCopy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageGlobe.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageMultipleOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageReflection.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageShadow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageSplit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageStack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageTable.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImmersiveReader.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Important.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InPrivateAccount.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Incognito.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Info.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InfoShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InfoSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InkStroke.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InkStrokeArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InkStrokeArrowUpDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InkingTool.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Insert.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/IoT.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/IoTAlert.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ItemCompare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/JavaScript.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Joystick.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Key.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyCommand.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyReset.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Keyboard.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Keyboard123.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardDock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardLayoutFloat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardLayoutOneHandedLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardLayoutResize.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardLayoutSplit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardMouse.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardShift.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardShiftUppercase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardTab.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Kiosk.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LICENSE +28 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Laptop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopBriefcase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaserTool.svg +9 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Lasso.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LauncherSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Layer.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayerDiagonal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayerDiagonalAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayerDiagonalPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayerDiagonalSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutAddAbove.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutAddBelow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutCellFour.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnFour.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnOneThirdLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnOneThirdRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnOneThirdRightHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnThree.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnTwo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnTwoEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnTwoSplitLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnTwoSplitRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutDynamic.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowFour.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowThree.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowTwo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowTwoSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowTwoSplitBottom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowTwoSplitTop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LeafOne.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LeafThree.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LeafTwo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LearningApp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Library.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Lightbulb.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LightbulbCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LightbulbCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LightbulbFilament.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LightbulbPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Likert.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Line.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineDashes.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineFlowDiagonalUpRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal1DashDotDash.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal1Dashes.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal1Dot.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal2DashesSolid.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal3.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal4.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal4Search.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal5.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal5Error.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineStyle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineStyleSketch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineThickness.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Link.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/List.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ListBar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ListBarTree.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ListBarTreeOffset.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ListRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Live.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LiveOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocalLanguage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Location.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationAddLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationAddRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationAddUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationArrow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationLive.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationRipple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationTargetSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockClosed.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockClosedKey.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockClosedRibbon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockOpen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Lottery.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Luggage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Mail.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailAlert.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailAllRead.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailAllUnread.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailArrowClockwise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailArrowDoubleBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailArrowForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailAttach.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailCopy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailDataBar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailFishHook.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxAll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailList.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailOpenPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailPause.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailRead.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailReadBriefcase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailReadMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailRewind.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailTemplate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailUnread.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Mailbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Map.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MapDrive.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Markdown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MatchAppLayout.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MathFormatLinear.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MathFormatProfessional.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MathFormula.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MathFormulaSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MathSymbols.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Maximize.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MeetNow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Megaphone.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MegaphoneCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MegaphoneLoud.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MegaphoneOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Memory.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Mention.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MentionArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MentionBrackets.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Merge.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Message.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Mic.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicPulse.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicPulseOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicRecord.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Microscope.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Microwave.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Midi.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MobileOptimized.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Mold.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Molecule.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Money.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoneyCalculator.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoneyDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoneyHand.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoneyOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoneySettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoreCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoreHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoreVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MountainLocationBottom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MountainLocationTop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MountainTrail.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoviesandTV.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier1_2x.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier1_5x.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier1_8x.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier1x.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier2x.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier_5x.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MultiselectLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MultiselectRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MusicNote1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MusicNote2.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MusicNote2Play.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MusicNoteOff1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MusicNoteOff2.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MyLocation.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigateForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Navigation.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigationBriefcase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigationLocationTarget.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigationPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigationPlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigationUnread.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NetworkAdapter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NetworkCheck.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/New.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/News.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Next.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NextFrame.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Note.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NoteAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NoteEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotePin.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Notebook.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookArrowCurveDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookEye.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookLightning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookQuestionMark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookSection.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookSectionArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookSubsection.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Notepad.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotepadEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotepadPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotepadPersonOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotepadSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle0.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle2.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle3.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle4.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle5.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle6.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle7.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle8.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle9.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberRow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberSymbol.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberSymbolDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberSymbolSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Open.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/OpenFile.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/OpenFolder.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/OpenFolderHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/OpenOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Options.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Organization.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/OrganizationHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Orientation.svg +9 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Oval.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Oven.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaddingDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaddingLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaddingRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaddingTop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PageFit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBrush.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBrushArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBrushArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBrushSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBrushSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBucket.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBucketBrush.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pair.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelBottom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelBottomContract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelBottomExpand.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftContract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftExpand.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftHeader.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftHeaderAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftHeaderKey.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftKey.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftTextAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftTextDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRightAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRightContract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRightCursor.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRightExpand.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRightGallery.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelSeparateWindow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelTopContract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelTopExpand.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelTopGallery.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Password.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PasswordClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Patch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Patient.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pause.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PauseCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PauseOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PauseSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Payment.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaymentWireless.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PenDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PenOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PenProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PenSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PenSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pentagon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/People.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleAudience.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleCall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleChat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleCommunication.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleCommunity.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleCommunityAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleEye.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleInterwoven.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleList.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleMoney.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleQueue.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleStar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleSwap.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleTeam.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleTeamAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleTeamDelete.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleTeamToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Person.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Person5.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Person6.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAccount.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAccounts.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAlert.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAlertOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonArrowBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAvailable.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonBoard.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonBoardAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonBriefcase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonCall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonChat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonDelete.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonDesktop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonFeedback.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonGuest.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonHeadHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonHeart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonHome.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonInfo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonKey.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonLightbulb.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonLightning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonMail.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonMoney.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonNote.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonPasskey.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonPhone.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonPill.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonQuestionMark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonRibbon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonRunning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSoundSpatial.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSquareAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSquareCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonStanding.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonStar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonStarburst.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSupport.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSwap.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonTag.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonTentative.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonVoice.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonWalking.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonWrench.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Phone.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneBriefcase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneChat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneDesktop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneDesktopAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneEraser.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneFooterArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneHeaderArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneKey.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneLaptop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneLinkSetup.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneMultipleSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhonePageHeader.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhonePagination.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhonePerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneScreenTime.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneShake.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneSpanIn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneSpanOut.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneSpeaker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneStatusBar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneTablet.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneUpdate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneUpdateCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneVerticalScroll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneVibrate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhotoFilter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pi.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PictureInPicture.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PictureInPictureEnter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PictureInPictureExit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pill.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pin.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PinGlobe.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PinOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pipeline.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PipelineAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PipelineArrowCurveDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PipelinePlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pivot.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Planet.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlantCattail.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlantGrass.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlantRagweed.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Play.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayCircleHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayCircleHintHalf.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayCircleSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlaySettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayingCards.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlugConnected.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlugConnectedAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlugConnectedCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlugConnectedSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlugDisconnected.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PointScan.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Poll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PollHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PollOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PortHDMI.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PortMicroUSB.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PortUSBA.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PortUSBC.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PositionBackward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PositionForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PositionToBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PositionToFront.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Power.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PowerButton.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Predictions.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Premium.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PremiumPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceAvailable.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceAway.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceBlocked.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceDND.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceOOF.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceOffline.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceTentative.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceUnknown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Presenter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenterOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PreviewLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Previous.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PreviousFrame.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Print.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PrintAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Production.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProductionCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Prohibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProhibitedMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProhibitedNote.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProhibitedSmoking.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProjectionScreen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProjectionScreenDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProjectionScreenText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProjectionScreenTextSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Prompt.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProtocolHandler.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pulse.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PulseSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PuzzleCube.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PuzzleCubePiece.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PuzzlePiece.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PuzzlePieceShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/QRCode.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Question.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/QuestionCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Quiz.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/QuizNew.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RAM.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RSS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Radar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RadarCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RadarRectangleMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RadioButton.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RadioButtonOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RatingMature.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RatioOneToOne.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReOrder.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReOrderDotsHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReOrderDotsVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReOrderVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReadAloud.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReadingList.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReadingListAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReadingModeMobile.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RealEstate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Receipt.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptBag.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptCube.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptMoney.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptPlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptSparkles.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Record.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RecordStop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectangleLandscape.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectangleLandscapeHintCopy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectangleLandscapeSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectangleLandscapeSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectangleLandscapeSyncOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectanglePortrait.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectanglePortraitLocationTarget.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Recycle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Refrigerator.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RemixAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Remote.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Rename.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RenameA.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Replay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Resize.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ResizeImage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ResizeLarge.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ResizeSmall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ResizeTable.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ResizeVideo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Reward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Rewind.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Rhombus.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Ribbon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RibbonAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RibbonOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RibbonStar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Road.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RoadCone.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Rocket.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RotateLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RotateRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Router.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RowChild.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RowTriple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Ruler.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Run.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SIM.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Sanitize.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Save.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveCopy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveImage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Savings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScaleFill.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScaleFit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Scales.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Scan.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanCamera.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanDash.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanObject.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanQRCode.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanTable.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanThumbUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanThumbUpOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanType.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanTypeCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanTypeOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Scratchpad.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScreenCut.svg +12 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScreenPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScreenSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Screenshot.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScreenshotRecord.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Script.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Search.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchInfo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchVisual.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Seat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SeatAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SeatMultipleStadium.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectAllOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectAllOn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectObject.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectObjectSkew.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectObjectSkewDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectObjectSkewEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Send.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SendBeaker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SendClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SendCopy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SendPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SerialPort.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Server.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServerLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServerMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServerPlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServerSurface.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServerSurfaceMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServiceBell.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Settings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SettingsChat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SettingsCogMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShapeExclude.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShapeIntersect.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShapeOrganic.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShapeSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShapeUnion.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Shapes.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Share.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareAndroid.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareCloseTray.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenPersonOverlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenPersonOverlayInside.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenPersonP.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenStart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenStop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareiOS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Shield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldBadge.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldDismissShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldGlobe.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldKeyhole.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldPersonAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldQuestion.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldTask.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Shifts.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Shifts30Minutes.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsActivity.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsAvailability.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsDay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsOpen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsQuestionMark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsTeam.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBag.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagPause.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagPercent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagPlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagTag.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Shortpick.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Showerhead.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SidebarSearchLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SidebarSearchRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SignOut.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Signature.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SineWaveDots.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipBack10.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipBack15.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipForward10.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipForward15.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipForward30.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipForwardTab.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlashForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Sleep.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideContent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideEraser.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideGrid.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideHide.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideLayout.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideMicrophone.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideMultipleArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideMultipleSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlidePlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideRecord.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideSize.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextCall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextCursor.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextTitle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextTitleAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextTitleCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextTitleEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTopicAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTransition.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Smartwatch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SmartwatchDot.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Snooze.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SoundSource.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SoundWaveCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SoundWaveCircleAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SoundWaveCircleSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SoundWaveCircleSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Space3D.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Spacebar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Sparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SparkleAction.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SparkleCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SparkleInfo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpatulaSpoon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Speaker0.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Speaker1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Speaker2.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerBluetooth.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerBox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerMute.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerUSB.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpinneriOS.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SplitHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SplitHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SplitVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Sport.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportAmericanFootball.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportBaseball.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportBasketball.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportCricketBall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportCricketBat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportHockey.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportSoccer.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SprayCan.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Square.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareArrowForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareDovetailJoint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareEraser.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareHint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareHintApps.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareHintArrowBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareHintHexagon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareHintSparkles.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareShadow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareTextArrowRepeatAll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquaresNested.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Stack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StackAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StackArrowForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StackOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StackStar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StackVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Star.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarArrowBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarArrowRightEnd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarArrowRightStart.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarEmphasis.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarFilled.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarHalf.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarLineHorizontal3.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarOneQuarter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarOutline.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarThreeQuarter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Status.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Step.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Steps.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Stethoscope.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Sticker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StickerAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StickyNotes.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Stop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Storage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StoreMicrosoft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Stove.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Stream.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StreamInput.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StreamInputOutput.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StreamOutput.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StreetSign.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StyleGuide.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubGrid.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Subtitles.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Subtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractCircleArrowBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractCircleArrowForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractParentheses.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractSquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractSquareMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SurfaceEarbuds.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SurfaceHub.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SwimmingPool.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SwipeDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SwipeRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SwipeUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Symbols.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SyncOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Syringe.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/System.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TV.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TVArrowRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TVUSB.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Tab.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopArrowClockwise.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopArrowLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopBottom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopCopy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopImage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopMultipleAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopMultipleBottom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopMultipleSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopNewPage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabGroup.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabInPrivate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabInPrivateAccount.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabShieldDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Table.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableAltText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableArrowRepeatAll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableBottomRow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCalculator.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellCenter.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellCenterArrowRepeatAll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellCenterEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellCenterLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellCenterSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellsMerge.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellsSplit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableChecker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableColumnTopBottom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableColumnTopBottomArrowRepeatAll.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableColumnTopBottomEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableColumnTopBottomLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableColumnTopBottomSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCopy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCursor.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableDeleteColumn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableDeleteRow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnAndRow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnAndRowDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnAndRowTempLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnAndRowTempRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnTempLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnTempRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeRow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeRowDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableImage.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableInsertColumn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableInsertRow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableLightning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableMoveAbove.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableMoveBelow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableMoveLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableMoveRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableOffset.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableOffsetAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableOffsetLessThanOrEqualTo.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableOffsetSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TablePicnic.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableResizeColumn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableResizeRow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSimple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSimpleCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSimpleExclude.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSimpleInclude.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSimpleMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSplit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableStackAbove.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableStackBelow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableStackLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableStackRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSwitch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Tablet.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabletLaptop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabletSpeaker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Tabs.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Tag.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagCircle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagPercent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagQuestionMark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagReset.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagSearch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TapDouble.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TapSingle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Target.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TargetAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TargetArrow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TargetDismiss.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TargetEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TargetSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareDatabase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquarePerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TasksApp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Teaching.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TeardropBottomRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Teddy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Temperature.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TemperatureDegreeCelsius.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TemperatureDegreeFahrenheit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Tent.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TetrisApp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Text.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextBold.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextDescription.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextDescriptionLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextDescriptionRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextProofingTools.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextProofingToolsAbc.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextProofingToolsGaNaDa.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextProofingToolsZi.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Thinking.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ThumbDislike.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ThumbLike.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ThumbLikeDislike.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TicketDiagonal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TicketHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TimeAndWeather.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TimePicker.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Timeline.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Timer.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Timer10.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Timer2.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Timer3.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TimerOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ToggleLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ToggleMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ToggleRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Toilet.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Toolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TooltipQuote.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TooltipQuoteOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TopSpeed.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Translate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TranslateAuto.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TranslateOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Transmission.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TransparencySquare.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TrayItemAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TrayItemRemove.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TreeDeciduous.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TreeEvergreen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Triangle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TriangleDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TriangleLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TriangleRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TriangleUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Trophy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TrophyLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TrophyOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/USBPlug.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Umbrella.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/UninstallApp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Update.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/UsbStick.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Vault.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleBicycle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleBus.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCab.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCableCar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarCollision.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarParking.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarProfile.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarProfileLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarProfileLTRClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarProfileRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleMotorcycle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleRV.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleShip.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleSubway.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleSubwayClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTractor.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTrailer.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTrailerArrowDown.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTruck.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTruckBag.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTruckCheckmark.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTruckCube.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTruckProfile.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Video.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Video360.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Video360Off.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoBackgroundEffect.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoBackgroundEffectHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoBluetooth.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoChat.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoLink.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonCall.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonClock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonPulse.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonSparkle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonSparkleOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonStar.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonStarOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPlayPause.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoProhibited.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoRecording.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoSecurity.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoShort.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoShortMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoSwitch.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoSync.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoUSB.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/View.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ViewDesktop.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ViewDesktopMobile.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VirtualNetwork.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VirtualNetworkToolbox.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Voicemail.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VoicemailArrowBack.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VoicemailArrowForward.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VoicemailArrowSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VoicemailShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VoicemailSubtract.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Volume.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Vote.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WalkieTalkie.svg +5 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Wallet.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WalletCreditCard.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Wallpaper.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Wand.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Warning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WarningLockOpen.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WarningShield.svg +6 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Washer.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Water.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherBlowingSnow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherCloudy.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherDrizzle.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherDuststorm.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherFog.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherHailDay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherHailNight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherHaze.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherMoon.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherMoonOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherPartlyCloudyDay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherPartlyCloudyNight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherRain.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherRainShowersDay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherRainShowersNight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherRainSnow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSnow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSnowShowerDay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSnowShowerNight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSnowflake.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSqualls.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSunny.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSunnyHigh.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSunnyLow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherThunderstorm.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WebAsset.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WheelchairAccess.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Whiteboard.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WhiteboardOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFi1.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFi2.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFi3.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFi4.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFiLock.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFiOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFiSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFiWarning.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Window.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowAd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowAdOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowAdPerson.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowApps.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowArrowUp.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowBrush.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowBulletList.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowBulletListAdd.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowColumnOneFourthLeft.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowConsole.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowDatabase.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowDevEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowDevTools.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowEdit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowFingerprint.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowHeaderHorizontal.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowHeaderHorizontalOff.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowHeaderVertical.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowInPrivate.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowInPrivateAccount.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowLocationTarget.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowMultiple.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowMultipleSwap.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowNew.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowPlay.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowShield.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowText.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowWrench.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Wrench.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WrenchScrewdriver.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WrenchSettings.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/XboxConsole.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/XboxController.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/XboxControllerError.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Xray.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Zoom.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ZoomFit.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ZoomIn.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ZoomOut.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/iOSArrow.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/iOSArrowLTR.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/iOSArrowRTL.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/iOSChevronRight.svg +3 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/icons/qmldir +5 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Chip.qml +147 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/ColorPicker.qml +379 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/GradientSlider.qml +137 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorCircles.qml +85 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPalette.qml +224 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerBrightnessSlider.qml +95 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerChannelSlider.qml +175 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerDialog.qml +296 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerDropdown.qml +269 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerHueSlider.qml +90 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerInputs.qml +184 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerPanel.qml +98 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerTrigger.qml +47 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/qmldir +12 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxCore.qml +399 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxDefault.qml +20 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxEntry.qml +138 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxFont.qml +75 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxMulti.qml +219 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxMultiTree.qml +463 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxTree.qml +200 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/_internal/ComboBoxMethods.js +172 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/_internal/ComboBoxPopupContent.qml +56 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/_internal/ComboBoxStyleHelper.qml +65 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/_internal/MultiSelectToken.qml +68 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/_internal/PopupSearchBox.qml +48 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/CycleWheelPicker.qml +336 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/DatePicker/CalendarPicker.qml +239 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/DatePicker/CalendarPickerCore.qml +429 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/DatePicker/_internal/CalendarNavButton.qml +41 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/FilterBar/FilterBar.qml +26 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/FilterBar/FilterBarCore.qml +259 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/FilterBar/qmldir +4 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/FocusLine.qml +43 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ImageCropper.qml +173 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ImageCropperDialog.qml +13 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/InputCore.qml +159 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/LineEditCore.qml +272 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/LineEditLabel.qml +88 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/LineEditNormal.qml +201 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/TagLineEdit.qml +264 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/TextInputCore.qml +184 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/_internal/Tag.qml +39 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/_internal/TagSuggestionDelegate.qml +41 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/_internal/TagSuggestionPopup.qml +94 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/PasswordStrengthIndicator.qml +75 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Picker/DateTimePicker.qml +290 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Picker/_internal/DateTimeButtons.qml +49 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Picker/_internal/DateTimeHelpers.js +136 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Picker/_internal/DateTimePickerPopup.qml +214 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Picker/qmldir +2 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/PinInput.qml +162 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Rating/Rating.qml +8 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Rating/RatingCore.qml +73 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Search/LocalSearchBar.qml +181 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Search/_internal/FuzzyMatcher.js +176 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Search/_internal/SearchPopup.qml +128 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Search/_internal/SearchResultItem.qml +125 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Search/_internal/SearchResultList.qml +194 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ShortcutEditor.qml +304 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Slider/BeforeAfterSlider.qml +206 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Slider/SliderCore.qml +303 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/SpinBox/MiniSpinButton.qml +25 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/SpinBox/SpinBox.qml +32 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/SpinBox/SpinBoxButton.qml +29 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/SpinBox/SpinBoxCore.qml +338 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/TextEdit/PlainTextEdit.qml +25 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/TextEdit/TextEditCore.qml +173 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/CheckBox.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/RadioButton.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/Toggle.qml +254 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleCheckIndicator.qml +70 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleDefaultContent.qml +44 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleRadioIndicator.qml +65 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleSubtitleContent.qml +36 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleSwitch.qml +11 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleSwitchIndicator.qml +67 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/qmldir +11 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/CropToolButton.qml +64 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/ImageCropperContent.qml +331 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/ImageCropperPanel.qml +87 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/InputPlaceholderLabel.qml +33 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/KeyTag.qml +32 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/qmldir +7 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/inputs/qmldir +74 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/menus/Action.qml +183 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/menus/ContextMenu.qml +92 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/menus/Menu.qml +16 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/menus/MenuCore.qml +314 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/menus/MenuDelegate.qml +104 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/menus/MenuSeparator.qml +18 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/menus/SystemTrayMenu.qml +52 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/menus/TreeMenuDelegate.qml +147 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/menus/qmldir +9 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/Breadcrumb.qml +257 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/MenuBar.qml +154 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/NavigationProfileCard.qml +117 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/Paginator.qml +179 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/Pivot.qml +176 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/SegmentedControl.qml +215 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/StackedWidget.qml +433 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/TabWidget.qml +677 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/_internal/BreadcrumbDelegate.qml +407 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/_internal/LazyLoadingHelper.qml +346 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/_internal/SlidingIndicator.qml +131 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/_internal/SlidingIndicatorAnimation.qml +179 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/_internal/StackedAnimations.qml +444 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/navigation/qmldir +9 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/settings/SettingsCard/SettingsCard.qml +557 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/settings/SettingsCard/SettingsCardContent.qml +190 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/settings/SettingsCard/SettingsCardCore.qml +182 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/settings/SettingsCard/SettingsCardGroup.qml +59 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/settings/SettingsCard/qmldir +6 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/settings/qmldir +7 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/utils/HorizontalScrollMixin.qml +130 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/utils/PopupUtils.qml +34 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/utils/PopupWindowCore.qml +430 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/utils/ViewportCulling.qml +78 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/utils/ViewportMixin.qml +94 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/utils/WindowDragHandle.qml +98 -0
- fqml-0.1.0/fluentqml/FluentQML/controls/utils/qmldir +7 -0
- fqml-0.1.0/fluentqml/FluentQML/effects/ColorOverlay.qml +22 -0
- fqml-0.1.0/fluentqml/FluentQML/effects/GaussianBlur.qml +24 -0
- fqml-0.1.0/fluentqml/FluentQML/effects/MatrixRain.qml +421 -0
- fqml-0.1.0/fluentqml/FluentQML/effects/OpacityMask.qml +29 -0
- fqml-0.1.0/fluentqml/FluentQML/effects/Shadow.qml +36 -0
- fqml-0.1.0/fluentqml/FluentQML/effects/ShadowedRectangle.qml +75 -0
- fqml-0.1.0/fluentqml/FluentQML/effects/ToggleAnimation.qml +67 -0
- fqml-0.1.0/fluentqml/FluentQML/effects/qmldir +8 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/ar.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/de.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/en.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/es.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/fr.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/hi.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/id.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/it.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/ja.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/ko.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/nl.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/pl.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/pt.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/ru.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/th.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/tr.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/uk.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/vi.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/zh_CN.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/i18n/zh_TW.json +103 -0
- fqml-0.1.0/fluentqml/FluentQML/navigation/NavigationBar.qml +115 -0
- fqml-0.1.0/fluentqml/FluentQML/navigation/NavigationBarItem.qml +183 -0
- fqml-0.1.0/fluentqml/FluentQML/navigation/NavigationPanelCore.qml +581 -0
- fqml-0.1.0/fluentqml/FluentQML/navigation/NavigationView.qml +200 -0
- fqml-0.1.0/fluentqml/FluentQML/navigation/NavigationViewItem.qml +163 -0
- fqml-0.1.0/fluentqml/FluentQML/navigation/PipsPager.qml +158 -0
- fqml-0.1.0/fluentqml/FluentQML/navigation/StatusBar.qml +77 -0
- fqml-0.1.0/fluentqml/FluentQML/navigation/ToggleNavigationBar.qml +349 -0
- fqml-0.1.0/fluentqml/FluentQML/navigation/ToolBar.qml +39 -0
- fqml-0.1.0/fluentqml/FluentQML/navigation/qmldir +9 -0
- fqml-0.1.0/fluentqml/FluentQML/qmldir +228 -0
- fqml-0.1.0/fluentqml/FluentQML/shaders/gradient_shadow.frag +51 -0
- fqml-0.1.0/fluentqml/FluentQML/shaders/gradient_shadow.frag.qsb +0 -0
- fqml-0.1.0/fluentqml/__init__.py +171 -0
- fqml-0.1.0/fluentqml/py.typed +0 -0
- fqml-0.1.0/fluentqml/python/__init__.py +12 -0
- fqml-0.1.0/fluentqml/python/config/__init__.py +43 -0
- fqml-0.1.0/fluentqml/python/config/app_config.py +74 -0
- fqml-0.1.0/fluentqml/python/config/config_item.py +118 -0
- fqml-0.1.0/fluentqml/python/config/config_manager.py +119 -0
- fqml-0.1.0/fluentqml/python/config/dpi.py +134 -0
- fqml-0.1.0/fluentqml/python/config/settings_base.py +248 -0
- fqml-0.1.0/fluentqml/python/config/validators.py +165 -0
- fqml-0.1.0/fluentqml/python/core/__init__.py +108 -0
- fqml-0.1.0/fluentqml/python/core/engine.py +35 -0
- fqml-0.1.0/fluentqml/python/core/icon_base.py +385 -0
- fqml-0.1.0/fluentqml/python/core/icon_provider.py +160 -0
- fqml-0.1.0/fluentqml/python/core/icons.py +2592 -0
- fqml-0.1.0/fluentqml/python/core/input_focus_filter.py +97 -0
- fqml-0.1.0/fluentqml/python/core/logger.py +384 -0
- fqml-0.1.0/fluentqml/python/core/notification.py +185 -0
- fqml-0.1.0/fluentqml/python/core/shadow.py +436 -0
- fqml-0.1.0/fluentqml/python/core/single_instance.py +223 -0
- fqml-0.1.0/fluentqml/python/core/theme.py +272 -0
- fqml-0.1.0/fluentqml/python/core/utils.py +85 -0
- fqml-0.1.0/fluentqml/python/core/window_helper.py +154 -0
- fqml-0.1.0/fluentqml/python/models/__init__.py +14 -0
- fqml-0.1.0/fluentqml/python/models/sql_list_model.py +928 -0
- fqml-0.1.0/fluentqml/python/models/table_models.py +123 -0
- fqml-0.1.0/fluentqml/python/providers/__init__.py +32 -0
- fqml-0.1.0/fluentqml/python/providers/clipboard.py +49 -0
- fqml-0.1.0/fluentqml/python/providers/qrcode_generator.py +199 -0
- fqml-0.1.0/fluentqml/python/providers/screen_eyedropper.py +379 -0
- fqml-0.1.0/fluentqml/python/providers/svg_provider.py +141 -0
- fqml-0.1.0/fluentqml/python/state/__init__.py +36 -0
- fqml-0.1.0/fluentqml/python/state/store.py +272 -0
- fqml-0.1.0/fluentqml/python/window/__init__.py +66 -0
- fqml-0.1.0/fluentqml/python/window/_page_manager.py +285 -0
- fqml-0.1.0/fluentqml/python/window/_window_builder.py +215 -0
- fqml-0.1.0/fluentqml/python/window/app.py +279 -0
- fqml-0.1.0/fluentqml/python/window/fluent_window.py +52 -0
- fqml-0.1.0/fluentqml/python/window/mica_window.py +448 -0
- fqml-0.1.0/fluentqml/python/window/native_window.py +215 -0
- fqml-0.1.0/fluentqml/python/window/system_tray.py +610 -0
- fqml-0.1.0/fluentqml/python/window/tray_types.py +31 -0
- fqml-0.1.0/fluentqml/python/window/window_base.py +628 -0
- fqml-0.1.0/fqml.egg-info/PKG-INFO +299 -0
- fqml-0.1.0/fqml.egg-info/SOURCES.txt +2934 -0
- fqml-0.1.0/fqml.egg-info/dependency_links.txt +1 -0
- fqml-0.1.0/fqml.egg-info/requires.txt +14 -0
- fqml-0.1.0/fqml.egg-info/top_level.txt +1 -0
- fqml-0.1.0/pyproject.toml +61 -0
- fqml-0.1.0/setup.cfg +4 -0
- fqml-0.1.0/tests/test_carousel_item_delegate.py +322 -0
- fqml-0.1.0/tests/test_config.py +80 -0
- fqml-0.1.0/tests/test_config_extended.py +417 -0
- fqml-0.1.0/tests/test_core.py +477 -0
- fqml-0.1.0/tests/test_providers.py +60 -0
- fqml-0.1.0/tests/test_smoke.py +18 -0
- fqml-0.1.0/tests/test_window_buttons.py +37 -0
fqml-0.1.0/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 aki-riko
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
fqml-0.1.0/PKG-INFO
ADDED
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: fqml
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: A pure QML-based Fluent Design component library with 120fps+ smooth animations
|
|
5
|
+
Author: aki-riko
|
|
6
|
+
License: MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2026 aki-riko
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in all
|
|
18
|
+
copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
|
|
28
|
+
Project-URL: Homepage, https://github.com/aki-riko/FluentQML
|
|
29
|
+
Project-URL: Documentation, https://github.com/aki-riko/FluentQML#readme
|
|
30
|
+
Project-URL: Repository, https://github.com/aki-riko/FluentQML
|
|
31
|
+
Project-URL: Issues, https://github.com/aki-riko/FluentQML/issues
|
|
32
|
+
Keywords: qml,fluent,ui,pyside6,qt,design
|
|
33
|
+
Classifier: Development Status :: 3 - Alpha
|
|
34
|
+
Classifier: Intended Audience :: Developers
|
|
35
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
36
|
+
Classifier: Operating System :: OS Independent
|
|
37
|
+
Classifier: Programming Language :: Python :: 3
|
|
38
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
39
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
40
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
41
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
42
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
43
|
+
Requires-Python: >=3.9
|
|
44
|
+
Description-Content-Type: text/markdown
|
|
45
|
+
License-File: LICENSE
|
|
46
|
+
Requires-Dist: PySide6>=6.5.0
|
|
47
|
+
Requires-Dist: qrcode>=7.0
|
|
48
|
+
Provides-Extra: macos
|
|
49
|
+
Requires-Dist: pyobjc-framework-Cocoa>=9.0; extra == "macos"
|
|
50
|
+
Provides-Extra: dev
|
|
51
|
+
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
52
|
+
Requires-Dist: black>=23.0; extra == "dev"
|
|
53
|
+
Requires-Dist: isort>=5.0; extra == "dev"
|
|
54
|
+
Requires-Dist: maturin>=1.0; extra == "dev"
|
|
55
|
+
Provides-Extra: rust
|
|
56
|
+
Requires-Dist: fluentqml-rs>=0.1.0; extra == "rust"
|
|
57
|
+
Dynamic: license-file
|
|
58
|
+
|
|
59
|
+
# FluentQML
|
|
60
|
+
|
|
61
|
+
**简体中文** | [English](./README.en.md)
|
|
62
|
+
|
|
63
|
+
基于 PySide6 + QML 的 Fluent Design 组件库,提供 120fps+ 流畅动画体验。
|
|
64
|
+
|
|
65
|
+
## ✨ 特性
|
|
66
|
+
|
|
67
|
+
- **纯 QML 渲染**:无帧率限制,120fps+ 流畅动画
|
|
68
|
+
- **Fluent Design**:微软 Fluent Design System 组件
|
|
69
|
+
- **Python 集成**:PySide6 无缝集成,Python 侧管理业务逻辑
|
|
70
|
+
- **配置系统**:JSON 持久化 + 原子写入 + QML Property 桥接
|
|
71
|
+
- **响应式状态**:细粒度 Store 状态管理,支持 watch / batch 模式
|
|
72
|
+
- **窗口管理**:多种窗口布局 + 懒加载 + 云母效果 + 系统托盘
|
|
73
|
+
- **跨平台**:Windows、macOS、Linux
|
|
74
|
+
|
|
75
|
+
## 📦 安装
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
pip install fluentqml
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
开发模式安装:
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
git clone https://github.com/aki-riko/FluentQML.git
|
|
85
|
+
cd FluentQML
|
|
86
|
+
pip install -e ".[dev]"
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
## 🚀 快速开始
|
|
90
|
+
|
|
91
|
+
```python
|
|
92
|
+
from fluentqml import App, Window, WindowType
|
|
93
|
+
|
|
94
|
+
app = App()
|
|
95
|
+
window = app.create_window(WindowType.BAR)
|
|
96
|
+
window.setWindowTitle("我的应用")
|
|
97
|
+
window.resize(1200, 800)
|
|
98
|
+
|
|
99
|
+
# 添加导航页面
|
|
100
|
+
window.addPage(HomePage, "Home", "首页")
|
|
101
|
+
window.addPage(SettingsPage, "Settings", "设置")
|
|
102
|
+
|
|
103
|
+
window.show()
|
|
104
|
+
app.exec()
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
## 🏗️ 架构
|
|
108
|
+
|
|
109
|
+
```
|
|
110
|
+
fluentqml/
|
|
111
|
+
├── FluentQML/ # QML 组件(模块名 FluentQML)
|
|
112
|
+
│ ├── controls/ # UI 控件
|
|
113
|
+
│ ├── _internal/ # 内部窗口实现
|
|
114
|
+
│ └── FluentEnums/ # 枚举与常量
|
|
115
|
+
└── python/ # Python 模块
|
|
116
|
+
├── config/ # 配置管理系统
|
|
117
|
+
├── core/ # 核心引擎(主题/日志/图标/阴影)
|
|
118
|
+
├── window/ # 窗口管理(懒加载/云母/托盘)
|
|
119
|
+
├── state/ # 响应式状态存储
|
|
120
|
+
├── providers/ # 功能提供者(SVG/二维码/取色器)
|
|
121
|
+
└── models/ # 数据模型(高性能表格)
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
## 📐 窗口类型
|
|
125
|
+
|
|
126
|
+
| 类型 | 枚举值 | 说明 |
|
|
127
|
+
|------|--------|------|
|
|
128
|
+
| `WindowType.BAR` | 1 | 紧凑侧边导航(默认) |
|
|
129
|
+
| `WindowType.SPLIT` | 0 | 展开式侧边导航 |
|
|
130
|
+
| `WindowType.FILLED` | 2 | 填充式分割窗口 |
|
|
131
|
+
|
|
132
|
+
```python
|
|
133
|
+
from fluentqml import App, Window, WindowType
|
|
134
|
+
|
|
135
|
+
app = App()
|
|
136
|
+
|
|
137
|
+
# 紧凑侧边导航(默认)
|
|
138
|
+
window = app.create_window(WindowType.BAR)
|
|
139
|
+
|
|
140
|
+
# 展开式侧边导航
|
|
141
|
+
window = app.create_window(WindowType.SPLIT)
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
## 🎨 主题系统
|
|
145
|
+
|
|
146
|
+
### 切换主题
|
|
147
|
+
|
|
148
|
+
```python
|
|
149
|
+
from fluentqml import setTheme, Theme
|
|
150
|
+
|
|
151
|
+
setTheme(Theme.LIGHT) # 浅色
|
|
152
|
+
setTheme(Theme.DARK) # 深色
|
|
153
|
+
setTheme(Theme.AUTO) # 跟随系统
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
### 自定义主题色
|
|
157
|
+
|
|
158
|
+
```python
|
|
159
|
+
from fluentqml import setAccentColor, getAccentColor
|
|
160
|
+
|
|
161
|
+
setAccentColor("#0078d4")
|
|
162
|
+
print(getAccentColor()) # "#0078d4"
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
### QML 中使用
|
|
166
|
+
|
|
167
|
+
```qml
|
|
168
|
+
import FluentQML as Fluent
|
|
169
|
+
|
|
170
|
+
// Primary 按钮(style_primary 自动使用全局主题色)
|
|
171
|
+
Fluent.Button {
|
|
172
|
+
text: "确定"
|
|
173
|
+
style: Fluent.Enums.button.style_primary
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
// 访问 ThemeManager 属性
|
|
177
|
+
Rectangle {
|
|
178
|
+
color: ThemeManager.accentColor
|
|
179
|
+
}
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
> 说明:`ComboBox`、`Slider` 因与 QtQuick.Controls 原生类型同名,未在顶层 `FluentQML` 模块导出,
|
|
183
|
+
> 需按子模块目录导入后使用,例如 `import "../fluentqml/FluentQML/controls/inputs"`。
|
|
184
|
+
|
|
185
|
+
## ⚙️ 配置系统
|
|
186
|
+
|
|
187
|
+
配置系统采用五层架构:`Validator` → `SettingEntry` → `SettingsBase` → `AppConfig` → `ConfigManager`
|
|
188
|
+
|
|
189
|
+
- **JSON 持久化**:默认存储于 `~/.fluentqml/app.json`
|
|
190
|
+
- **原子写入**:先写临时文件再替换,防止断电数据丢失
|
|
191
|
+
- **QML 桥接**:通过 `ConfigManager` 单例暴露为 QML Property
|
|
192
|
+
|
|
193
|
+
```python
|
|
194
|
+
from fluentqml.python.config import AppConfig, getConfigManager
|
|
195
|
+
|
|
196
|
+
# 获取配置值
|
|
197
|
+
config = getConfigManager()
|
|
198
|
+
print(config.lazyLoading) # True
|
|
199
|
+
print(config.dpiScale) # 0(跟随系统)
|
|
200
|
+
|
|
201
|
+
# 修改配置(自动保存到 JSON)
|
|
202
|
+
config.setDpiScale(150)
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
### 自定义配置项
|
|
206
|
+
|
|
207
|
+
```python
|
|
208
|
+
from typing import ClassVar
|
|
209
|
+
from fluentqml.python.config import (
|
|
210
|
+
SettingsBase, SettingEntry, EnumEntry,
|
|
211
|
+
Validator,
|
|
212
|
+
)
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
class MyAppConfig(SettingsBase):
|
|
216
|
+
auto_save: ClassVar[SettingEntry] = SettingEntry(
|
|
217
|
+
group="Editor", name="AutoSave",
|
|
218
|
+
default=True, validator=Validator.boolean(),
|
|
219
|
+
)
|
|
220
|
+
font_size: ClassVar[EnumEntry] = EnumEntry(
|
|
221
|
+
group="Editor", name="FontSize",
|
|
222
|
+
default=14,
|
|
223
|
+
validator=Validator.choice([12, 14, 16, 18, 20, 24]),
|
|
224
|
+
)
|
|
225
|
+
```
|
|
226
|
+
|
|
227
|
+
## 📊 状态管理
|
|
228
|
+
|
|
229
|
+
`Store` 提供响应式状态存储,支持细粒度 watch 和批量更新:
|
|
230
|
+
|
|
231
|
+
```python
|
|
232
|
+
from fluentqml import Store
|
|
233
|
+
|
|
234
|
+
class AppStore(Store):
|
|
235
|
+
def __init__(self):
|
|
236
|
+
super().__init__("app")
|
|
237
|
+
self.define("user", None)
|
|
238
|
+
self.define("count", 0)
|
|
239
|
+
|
|
240
|
+
store = AppStore()
|
|
241
|
+
|
|
242
|
+
# 监听变化
|
|
243
|
+
store.watch("count", lambda new, old: print(f"{old} → {new}"))
|
|
244
|
+
|
|
245
|
+
# 设置值
|
|
246
|
+
store.set("count", 1) # 输出: 0 → 1
|
|
247
|
+
|
|
248
|
+
# 批量更新(合并通知)
|
|
249
|
+
with store.batch():
|
|
250
|
+
store.set("count", 10)
|
|
251
|
+
store.set("user", "Alice")
|
|
252
|
+
# 退出 with 时统一通知
|
|
253
|
+
|
|
254
|
+
# 字典语法
|
|
255
|
+
store["count"] = 20
|
|
256
|
+
print(store["count"]) # 20
|
|
257
|
+
```
|
|
258
|
+
|
|
259
|
+
## 🔔 系统托盘
|
|
260
|
+
|
|
261
|
+
```python
|
|
262
|
+
from fluentqml import SystemTrayIcon, Icon
|
|
263
|
+
|
|
264
|
+
tray = SystemTrayIcon(icon="AppIcon.png", toolTip="我的应用")
|
|
265
|
+
tray.addAction(text="显示", icon="Visibility", triggered=window.show)
|
|
266
|
+
tray.addSeparator()
|
|
267
|
+
tray.addAction(text="退出", icon="Power", triggered=app.quit)
|
|
268
|
+
tray.show()
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
## 🧩 UI 组件
|
|
272
|
+
|
|
273
|
+
### 控件
|
|
274
|
+
Button · Card · CheckBox · ToggleSwitch · LineEdit · ComboBox · Slider · ProgressBar · SpinBox · TableView · ListView · TreeView
|
|
275
|
+
|
|
276
|
+
### 导航
|
|
277
|
+
NavigationBar · NavigationView · Pivot · Breadcrumb · Windows
|
|
278
|
+
|
|
279
|
+
### 特效
|
|
280
|
+
Shadow · ShadowedRectangle · ColorOverlay · GaussianBlur
|
|
281
|
+
|
|
282
|
+
> 完整组件清单见各 `controls/` 子目录的 `qmldir`。`ComboBox`、`Slider` 等与 QtQuick 原生同名的组件需经子模块目录导入。
|
|
283
|
+
|
|
284
|
+
## 🧪 测试
|
|
285
|
+
|
|
286
|
+
```bash
|
|
287
|
+
python -m pytest tests/ -v
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
## 📄 License
|
|
291
|
+
|
|
292
|
+
FluentQML is licensed under the [MIT License](./LICENSE).
|
|
293
|
+
|
|
294
|
+
Copyright © 2026 aki-riko.
|
|
295
|
+
|
|
296
|
+
## 🙏 Credits
|
|
297
|
+
|
|
298
|
+
- Design inspired by the Microsoft Fluent Design System.
|
|
299
|
+
- Icons from [Microsoft Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons) (MIT License).
|
fqml-0.1.0/README.md
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
# FluentQML
|
|
2
|
+
|
|
3
|
+
**简体中文** | [English](./README.en.md)
|
|
4
|
+
|
|
5
|
+
基于 PySide6 + QML 的 Fluent Design 组件库,提供 120fps+ 流畅动画体验。
|
|
6
|
+
|
|
7
|
+
## ✨ 特性
|
|
8
|
+
|
|
9
|
+
- **纯 QML 渲染**:无帧率限制,120fps+ 流畅动画
|
|
10
|
+
- **Fluent Design**:微软 Fluent Design System 组件
|
|
11
|
+
- **Python 集成**:PySide6 无缝集成,Python 侧管理业务逻辑
|
|
12
|
+
- **配置系统**:JSON 持久化 + 原子写入 + QML Property 桥接
|
|
13
|
+
- **响应式状态**:细粒度 Store 状态管理,支持 watch / batch 模式
|
|
14
|
+
- **窗口管理**:多种窗口布局 + 懒加载 + 云母效果 + 系统托盘
|
|
15
|
+
- **跨平台**:Windows、macOS、Linux
|
|
16
|
+
|
|
17
|
+
## 📦 安装
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
pip install fluentqml
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
开发模式安装:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
git clone https://github.com/aki-riko/FluentQML.git
|
|
27
|
+
cd FluentQML
|
|
28
|
+
pip install -e ".[dev]"
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
## 🚀 快速开始
|
|
32
|
+
|
|
33
|
+
```python
|
|
34
|
+
from fluentqml import App, Window, WindowType
|
|
35
|
+
|
|
36
|
+
app = App()
|
|
37
|
+
window = app.create_window(WindowType.BAR)
|
|
38
|
+
window.setWindowTitle("我的应用")
|
|
39
|
+
window.resize(1200, 800)
|
|
40
|
+
|
|
41
|
+
# 添加导航页面
|
|
42
|
+
window.addPage(HomePage, "Home", "首页")
|
|
43
|
+
window.addPage(SettingsPage, "Settings", "设置")
|
|
44
|
+
|
|
45
|
+
window.show()
|
|
46
|
+
app.exec()
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## 🏗️ 架构
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
fluentqml/
|
|
53
|
+
├── FluentQML/ # QML 组件(模块名 FluentQML)
|
|
54
|
+
│ ├── controls/ # UI 控件
|
|
55
|
+
│ ├── _internal/ # 内部窗口实现
|
|
56
|
+
│ └── FluentEnums/ # 枚举与常量
|
|
57
|
+
└── python/ # Python 模块
|
|
58
|
+
├── config/ # 配置管理系统
|
|
59
|
+
├── core/ # 核心引擎(主题/日志/图标/阴影)
|
|
60
|
+
├── window/ # 窗口管理(懒加载/云母/托盘)
|
|
61
|
+
├── state/ # 响应式状态存储
|
|
62
|
+
├── providers/ # 功能提供者(SVG/二维码/取色器)
|
|
63
|
+
└── models/ # 数据模型(高性能表格)
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
## 📐 窗口类型
|
|
67
|
+
|
|
68
|
+
| 类型 | 枚举值 | 说明 |
|
|
69
|
+
|------|--------|------|
|
|
70
|
+
| `WindowType.BAR` | 1 | 紧凑侧边导航(默认) |
|
|
71
|
+
| `WindowType.SPLIT` | 0 | 展开式侧边导航 |
|
|
72
|
+
| `WindowType.FILLED` | 2 | 填充式分割窗口 |
|
|
73
|
+
|
|
74
|
+
```python
|
|
75
|
+
from fluentqml import App, Window, WindowType
|
|
76
|
+
|
|
77
|
+
app = App()
|
|
78
|
+
|
|
79
|
+
# 紧凑侧边导航(默认)
|
|
80
|
+
window = app.create_window(WindowType.BAR)
|
|
81
|
+
|
|
82
|
+
# 展开式侧边导航
|
|
83
|
+
window = app.create_window(WindowType.SPLIT)
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## 🎨 主题系统
|
|
87
|
+
|
|
88
|
+
### 切换主题
|
|
89
|
+
|
|
90
|
+
```python
|
|
91
|
+
from fluentqml import setTheme, Theme
|
|
92
|
+
|
|
93
|
+
setTheme(Theme.LIGHT) # 浅色
|
|
94
|
+
setTheme(Theme.DARK) # 深色
|
|
95
|
+
setTheme(Theme.AUTO) # 跟随系统
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
### 自定义主题色
|
|
99
|
+
|
|
100
|
+
```python
|
|
101
|
+
from fluentqml import setAccentColor, getAccentColor
|
|
102
|
+
|
|
103
|
+
setAccentColor("#0078d4")
|
|
104
|
+
print(getAccentColor()) # "#0078d4"
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
### QML 中使用
|
|
108
|
+
|
|
109
|
+
```qml
|
|
110
|
+
import FluentQML as Fluent
|
|
111
|
+
|
|
112
|
+
// Primary 按钮(style_primary 自动使用全局主题色)
|
|
113
|
+
Fluent.Button {
|
|
114
|
+
text: "确定"
|
|
115
|
+
style: Fluent.Enums.button.style_primary
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
// 访问 ThemeManager 属性
|
|
119
|
+
Rectangle {
|
|
120
|
+
color: ThemeManager.accentColor
|
|
121
|
+
}
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
> 说明:`ComboBox`、`Slider` 因与 QtQuick.Controls 原生类型同名,未在顶层 `FluentQML` 模块导出,
|
|
125
|
+
> 需按子模块目录导入后使用,例如 `import "../fluentqml/FluentQML/controls/inputs"`。
|
|
126
|
+
|
|
127
|
+
## ⚙️ 配置系统
|
|
128
|
+
|
|
129
|
+
配置系统采用五层架构:`Validator` → `SettingEntry` → `SettingsBase` → `AppConfig` → `ConfigManager`
|
|
130
|
+
|
|
131
|
+
- **JSON 持久化**:默认存储于 `~/.fluentqml/app.json`
|
|
132
|
+
- **原子写入**:先写临时文件再替换,防止断电数据丢失
|
|
133
|
+
- **QML 桥接**:通过 `ConfigManager` 单例暴露为 QML Property
|
|
134
|
+
|
|
135
|
+
```python
|
|
136
|
+
from fluentqml.python.config import AppConfig, getConfigManager
|
|
137
|
+
|
|
138
|
+
# 获取配置值
|
|
139
|
+
config = getConfigManager()
|
|
140
|
+
print(config.lazyLoading) # True
|
|
141
|
+
print(config.dpiScale) # 0(跟随系统)
|
|
142
|
+
|
|
143
|
+
# 修改配置(自动保存到 JSON)
|
|
144
|
+
config.setDpiScale(150)
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
### 自定义配置项
|
|
148
|
+
|
|
149
|
+
```python
|
|
150
|
+
from typing import ClassVar
|
|
151
|
+
from fluentqml.python.config import (
|
|
152
|
+
SettingsBase, SettingEntry, EnumEntry,
|
|
153
|
+
Validator,
|
|
154
|
+
)
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
class MyAppConfig(SettingsBase):
|
|
158
|
+
auto_save: ClassVar[SettingEntry] = SettingEntry(
|
|
159
|
+
group="Editor", name="AutoSave",
|
|
160
|
+
default=True, validator=Validator.boolean(),
|
|
161
|
+
)
|
|
162
|
+
font_size: ClassVar[EnumEntry] = EnumEntry(
|
|
163
|
+
group="Editor", name="FontSize",
|
|
164
|
+
default=14,
|
|
165
|
+
validator=Validator.choice([12, 14, 16, 18, 20, 24]),
|
|
166
|
+
)
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
## 📊 状态管理
|
|
170
|
+
|
|
171
|
+
`Store` 提供响应式状态存储,支持细粒度 watch 和批量更新:
|
|
172
|
+
|
|
173
|
+
```python
|
|
174
|
+
from fluentqml import Store
|
|
175
|
+
|
|
176
|
+
class AppStore(Store):
|
|
177
|
+
def __init__(self):
|
|
178
|
+
super().__init__("app")
|
|
179
|
+
self.define("user", None)
|
|
180
|
+
self.define("count", 0)
|
|
181
|
+
|
|
182
|
+
store = AppStore()
|
|
183
|
+
|
|
184
|
+
# 监听变化
|
|
185
|
+
store.watch("count", lambda new, old: print(f"{old} → {new}"))
|
|
186
|
+
|
|
187
|
+
# 设置值
|
|
188
|
+
store.set("count", 1) # 输出: 0 → 1
|
|
189
|
+
|
|
190
|
+
# 批量更新(合并通知)
|
|
191
|
+
with store.batch():
|
|
192
|
+
store.set("count", 10)
|
|
193
|
+
store.set("user", "Alice")
|
|
194
|
+
# 退出 with 时统一通知
|
|
195
|
+
|
|
196
|
+
# 字典语法
|
|
197
|
+
store["count"] = 20
|
|
198
|
+
print(store["count"]) # 20
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
## 🔔 系统托盘
|
|
202
|
+
|
|
203
|
+
```python
|
|
204
|
+
from fluentqml import SystemTrayIcon, Icon
|
|
205
|
+
|
|
206
|
+
tray = SystemTrayIcon(icon="AppIcon.png", toolTip="我的应用")
|
|
207
|
+
tray.addAction(text="显示", icon="Visibility", triggered=window.show)
|
|
208
|
+
tray.addSeparator()
|
|
209
|
+
tray.addAction(text="退出", icon="Power", triggered=app.quit)
|
|
210
|
+
tray.show()
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
## 🧩 UI 组件
|
|
214
|
+
|
|
215
|
+
### 控件
|
|
216
|
+
Button · Card · CheckBox · ToggleSwitch · LineEdit · ComboBox · Slider · ProgressBar · SpinBox · TableView · ListView · TreeView
|
|
217
|
+
|
|
218
|
+
### 导航
|
|
219
|
+
NavigationBar · NavigationView · Pivot · Breadcrumb · Windows
|
|
220
|
+
|
|
221
|
+
### 特效
|
|
222
|
+
Shadow · ShadowedRectangle · ColorOverlay · GaussianBlur
|
|
223
|
+
|
|
224
|
+
> 完整组件清单见各 `controls/` 子目录的 `qmldir`。`ComboBox`、`Slider` 等与 QtQuick 原生同名的组件需经子模块目录导入。
|
|
225
|
+
|
|
226
|
+
## 🧪 测试
|
|
227
|
+
|
|
228
|
+
```bash
|
|
229
|
+
python -m pytest tests/ -v
|
|
230
|
+
```
|
|
231
|
+
|
|
232
|
+
## 📄 License
|
|
233
|
+
|
|
234
|
+
FluentQML is licensed under the [MIT License](./LICENSE).
|
|
235
|
+
|
|
236
|
+
Copyright © 2026 aki-riko.
|
|
237
|
+
|
|
238
|
+
## 🙏 Credits
|
|
239
|
+
|
|
240
|
+
- Design inspired by the Microsoft Fluent Design System.
|
|
241
|
+
- Icons from [Microsoft Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons) (MIT License).
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
// Copyright 2026 aki-riko
|
|
2
|
+
// SPDX-License-Identifier: MIT
|
|
3
|
+
// This file is part of FluentQML, licensed under MIT.
|
|
4
|
+
|
|
5
|
+
pragma Singleton
|
|
6
|
+
import QtQuick
|
|
7
|
+
|
|
8
|
+
// DpiManager - Handle high DPI screen scaling DPI管理器处理高DPI缩放
|
|
9
|
+
QtObject {
|
|
10
|
+
id: dpiManager
|
|
11
|
+
|
|
12
|
+
// Base DPI (design-time density, usually 96dpi) 基准DPI
|
|
13
|
+
readonly property real baseDpi: 96
|
|
14
|
+
|
|
15
|
+
// Current screen DPI (guard against undefined on headless/embedded) 当前屏幕DPI
|
|
16
|
+
readonly property real screenDpi: (Screen && Screen.logicalPixelDensity) ? Screen.logicalPixelDensity * 25.4 : baseDpi
|
|
17
|
+
|
|
18
|
+
// DPI scale factor DPI缩放因子
|
|
19
|
+
readonly property real scale: Math.max(1.0, screenDpi / baseDpi)
|
|
20
|
+
|
|
21
|
+
// Device pixel ratio (guard against undefined) 设备像素比
|
|
22
|
+
readonly property real devicePixelRatio: (Screen && Screen.devicePixelRatio) ? Screen.devicePixelRatio : 1.0
|
|
23
|
+
|
|
24
|
+
// User configured DPI scale (0=system, 100/125/150/175/200=fixed) 用户配置的DPI缩放
|
|
25
|
+
readonly property int userDpiScale: ConfigManager ? ConfigManager.dpiScale : 0
|
|
26
|
+
|
|
27
|
+
// Effective scale factor 综合缩放因子
|
|
28
|
+
// 0=跟随系统(devicePixelRatio), >0=用户指定比例
|
|
29
|
+
readonly property real effectiveScale: {
|
|
30
|
+
if (userDpiScale > 0) {
|
|
31
|
+
return userDpiScale / 100.0
|
|
32
|
+
}
|
|
33
|
+
return Math.max(1.0, devicePixelRatio)
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
// Convert dp to pixels (device-independent to physical) dp转像素
|
|
37
|
+
function dp(value) {
|
|
38
|
+
return Math.round(value * effectiveScale)
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
// Convert sp to pixels (for font size) sp转像素用于字体
|
|
42
|
+
function sp(value) {
|
|
43
|
+
return Math.round(value * effectiveScale)
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// Predefined common sizes 预定义常用尺寸
|
|
47
|
+
readonly property int spacing2: dp(2)
|
|
48
|
+
readonly property int spacing4: dp(4)
|
|
49
|
+
readonly property int spacing8: dp(8)
|
|
50
|
+
readonly property int spacing12: dp(12)
|
|
51
|
+
readonly property int spacing16: dp(16)
|
|
52
|
+
readonly property int spacing24: dp(24)
|
|
53
|
+
readonly property int spacing32: dp(32)
|
|
54
|
+
|
|
55
|
+
// Predefined font sizes 预定义字体大小
|
|
56
|
+
readonly property int fontSmall: sp(12)
|
|
57
|
+
readonly property int fontNormal: sp(14)
|
|
58
|
+
readonly property int fontLarge: sp(16)
|
|
59
|
+
readonly property int fontTitle: sp(20)
|
|
60
|
+
readonly property int fontLargeTitle: sp(28)
|
|
61
|
+
|
|
62
|
+
// Predefined component heights 预定义组件高度
|
|
63
|
+
readonly property int buttonHeight: dp(32)
|
|
64
|
+
readonly property int inputHeight: dp(32)
|
|
65
|
+
readonly property int cardPadding: dp(16)
|
|
66
|
+
readonly property int borderRadius: dp(4)
|
|
67
|
+
readonly property int borderRadiusLarge: dp(8)
|
|
68
|
+
}
|