zui 0.0.1
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.
- checksums.yaml +7 -0
- data/Components/Builtins/Accordion.qml +208 -0
- data/Components/Builtins/Action.qml +43 -0
- data/Components/Builtins/ActionButton.qml +19 -0
- data/Components/Builtins/ActionGroup.qml +81 -0
- data/Components/Builtins/AlertDialog.qml +398 -0
- data/Components/Builtins/AnchorAnimation.qml +3 -0
- data/Components/Builtins/AnchorChanges.qml +11 -0
- data/Components/Builtins/AnimatedImage.qml +39 -0
- data/Components/Builtins/Animation.qml +3 -0
- data/Components/Builtins/AnimationController.qml +11 -0
- data/Components/Builtins/ApplicationWindow.qml +103 -0
- data/Components/Builtins/AreaChart.qml +70 -0
- data/Components/Builtins/AspectRatio.qml +30 -0
- data/Components/Builtins/Audio.qml +85 -0
- data/Components/Builtins/AudioInput.qml +10 -0
- data/Components/Builtins/AudioOutput.qml +10 -0
- data/Components/Builtins/Avatar.qml +46 -0
- data/Components/Builtins/Badge.qml +38 -0
- data/Components/Builtins/Banner.qml +133 -0
- data/Components/Builtins/BarChart.qml +67 -0
- data/Components/Builtins/BarIconButton.qml +30 -0
- data/Components/Builtins/BarIndicator.qml +26 -0
- data/Components/Builtins/Behavior.qml +13 -0
- data/Components/Builtins/Blur.qml +14 -0
- data/Components/Builtins/BorderImage.qml +38 -0
- data/Components/Builtins/BorderOverlay.qml +25 -0
- data/Components/Builtins/BottomSheet.qml +211 -0
- data/Components/Builtins/Breadcrumb.qml +169 -0
- data/Components/Builtins/BubbleChart.qml +3 -0
- data/Components/Builtins/BusyIndicator.qml +24 -0
- data/Components/Builtins/Button.qml +55 -0
- data/Components/Builtins/ButtonGroup.qml +18 -0
- data/Components/Builtins/Calendar.qml +55 -0
- data/Components/Builtins/Camera.qml +18 -0
- data/Components/Builtins/CandlestickChart.qml +3 -0
- data/Components/Builtins/Canvas.qml +159 -0
- data/Components/Builtins/CaptureSession.qml +19 -0
- data/Components/Builtins/Card.qml +23 -0
- data/Components/Builtins/Carousel.qml +72 -0
- data/Components/Builtins/Center.qml +20 -0
- data/Components/Builtins/CheckDelegate.qml +132 -0
- data/Components/Builtins/Checkbox.qml +62 -0
- data/Components/Builtins/Chip.qml +65 -0
- data/Components/Builtins/Circle.qml +35 -0
- data/Components/Builtins/Clipboard.qml +29 -0
- data/Components/Builtins/ColorAnimation.qml +3 -0
- data/Components/Builtins/ColorPicker.qml +70 -0
- data/Components/Builtins/Colorize.qml +14 -0
- data/Components/Builtins/Column.qml +17 -0
- data/Components/Builtins/ColumnLayout.qml +13 -0
- data/Components/Builtins/ConfirmDialog.qml +20 -0
- data/Components/Builtins/ConstrainedBox.qml +28 -0
- data/Components/Builtins/Container.qml +30 -0
- data/Components/Builtins/ContextMenu.qml +140 -0
- data/Components/Builtins/CursorSurface.qml +18 -0
- data/Components/Builtins/DataTable.qml +69 -0
- data/Components/Builtins/DatePicker.qml +180 -0
- data/Components/Builtins/DayOfWeekRow.qml +11 -0
- data/Components/Builtins/DelayButton.qml +47 -0
- data/Components/Builtins/DelegateModel.qml +10 -0
- data/Components/Builtins/DelegateModelGroup.qml +10 -0
- data/Components/Builtins/Dial.qml +42 -0
- data/Components/Builtins/Dialog.qml +128 -0
- data/Components/Builtins/DialogButtonBox.qml +137 -0
- data/Components/Builtins/Divider.qml +26 -0
- data/Components/Builtins/DonutChart.qml +3 -0
- data/Components/Builtins/DoubleSpinBox.qml +58 -0
- data/Components/Builtins/DragArea.qml +43 -0
- data/Components/Builtins/Drawer.qml +107 -0
- data/Components/Builtins/DropArea.qml +19 -0
- data/Components/Builtins/DropShadow.qml +16 -0
- data/Components/Builtins/Dropdown.qml +19 -0
- data/Components/Builtins/ExpansionPanel.qml +157 -0
- data/Components/Builtins/FilePicker.qml +140 -0
- data/Components/Builtins/FittedBox.qml +40 -0
- data/Components/Builtins/Flickable.qml +40 -0
- data/Components/Builtins/Flipable.qml +45 -0
- data/Components/Builtins/Flow.qml +16 -0
- data/Components/Builtins/FocusScope.qml +29 -0
- data/Components/Builtins/FolderListModel.qml +9 -0
- data/Components/Builtins/FolderPicker.qml +93 -0
- data/Components/Builtins/FontLoader.qml +21 -0
- data/Components/Builtins/FontPicker.qml +91 -0
- data/Components/Builtins/Frame.qml +71 -0
- data/Components/Builtins/FrameAnimation.qml +13 -0
- data/Components/Builtins/Gauge.qml +3 -0
- data/Components/Builtins/Glow.qml +15 -0
- data/Components/Builtins/Gradient.qml +93 -0
- data/Components/Builtins/Grid.qml +16 -0
- data/Components/Builtins/GridLayout.qml +16 -0
- data/Components/Builtins/GridView.qml +226 -0
- data/Components/Builtins/GroupBox.qml +95 -0
- data/Components/Builtins/Heatmap.qml +3 -0
- data/Components/Builtins/Histogram.qml +3 -0
- data/Components/Builtins/HorizontalHeader.qml +23 -0
- data/Components/Builtins/HorizontalHeaderDelegate.qml +39 -0
- data/Components/Builtins/HoverArea.qml +19 -0
- data/Components/Builtins/Icon.qml +16 -0
- data/Components/Builtins/Image.qml +110 -0
- data/Components/Builtins/ImageCapture.qml +14 -0
- data/Components/Builtins/ItemDelegate.qml +152 -0
- data/Components/Builtins/KeyCatcher.qml +25 -0
- data/Components/Builtins/Label.qml +43 -0
- data/Components/Builtins/LayoutItemProxy.qml +51 -0
- data/Components/Builtins/Legend.qml +86 -0
- data/Components/Builtins/Line.qml +28 -0
- data/Components/Builtins/LineChart.qml +87 -0
- data/Components/Builtins/ListModel.qml +8 -0
- data/Components/Builtins/ListView.qml +65 -0
- data/Components/Builtins/Loader.qml +33 -0
- data/Components/Builtins/Markdown.qml +23 -0
- data/Components/Builtins/MediaDevices.qml +10 -0
- data/Components/Builtins/MediaPlayer.qml +27 -0
- data/Components/Builtins/MediaRecorder.qml +16 -0
- data/Components/Builtins/Menu.qml +119 -0
- data/Components/Builtins/MenuBar.qml +128 -0
- data/Components/Builtins/MenuItem.qml +77 -0
- data/Components/Builtins/MenuSeparator.qml +30 -0
- data/Components/Builtins/MessageDialog.qml +104 -0
- data/Components/Builtins/ModalSheet.qml +222 -0
- data/Components/Builtins/ModelView3d.qml +50 -0
- data/Components/Builtins/MonthGrid.qml +23 -0
- data/Components/Builtins/MultiEffect.qml +48 -0
- data/Components/Builtins/MultiSelect.qml +23 -0
- data/Components/Builtins/NavigationRail.qml +154 -0
- data/Components/Builtins/NumberAnimation.qml +3 -0
- data/Components/Builtins/NumberField.qml +18 -0
- data/Components/Builtins/OpacityAnimator.qml +3 -0
- data/Components/Builtins/OpacityMask.qml +21 -0
- data/Components/Builtins/OpticalGlyph.qml +16 -0
- data/Components/Builtins/Page.qml +111 -0
- data/Components/Builtins/PageIndicator.qml +63 -0
- data/Components/Builtins/Pagination.qml +158 -0
- data/Components/Builtins/Pane.qml +72 -0
- data/Components/Builtins/PanelHero.qml +15 -0
- data/Components/Builtins/ParallelAnimation.qml +3 -0
- data/Components/Builtins/ParentAnimation.qml +3 -0
- data/Components/Builtins/ParentChange.qml +10 -0
- data/Components/Builtins/ParticleSystem.qml +81 -0
- data/Components/Builtins/PasswordField.qml +58 -0
- data/Components/Builtins/Path.qml +35 -0
- data/Components/Builtins/PathAnimation.qml +3 -0
- data/Components/Builtins/PauseAnimation.qml +3 -0
- data/Components/Builtins/PieChart.qml +3 -0
- data/Components/Builtins/PinchArea.qml +23 -0
- data/Components/Builtins/Popup.qml +130 -0
- data/Components/Builtins/Progress.qml +15 -0
- data/Components/Builtins/ProgressRing.qml +120 -0
- data/Components/Builtins/PropertyAction.qml +11 -0
- data/Components/Builtins/PropertyAnimation.qml +3 -0
- data/Components/Builtins/PropertyChanges.qml +10 -0
- data/Components/Builtins/RadarChart.qml +3 -0
- data/Components/Builtins/RadialGauge.qml +3 -0
- data/Components/Builtins/RadioButton.qml +46 -0
- data/Components/Builtins/RadioDelegate.qml +115 -0
- data/Components/Builtins/RadioGroup.qml +58 -0
- data/Components/Builtins/RangeSlider.qml +39 -0
- data/Components/Builtins/Rectangle.qml +23 -0
- data/Components/Builtins/RectangularShadow.qml +23 -0
- data/Components/Builtins/ReorderableList.qml +204 -0
- data/Components/Builtins/RichText.qml +23 -0
- data/Components/Builtins/RotationAnimation.qml +3 -0
- data/Components/Builtins/RotationAnimator.qml +3 -0
- data/Components/Builtins/RoundButton.qml +42 -0
- data/Components/Builtins/Row.qml +17 -0
- data/Components/Builtins/RowLayout.qml +13 -0
- data/Components/Builtins/ScaleAnimator.qml +3 -0
- data/Components/Builtins/ScatterChart.qml +3 -0
- data/Components/Builtins/ScreenCapture.qml +78 -0
- data/Components/Builtins/ScriptAction.qml +15 -0
- data/Components/Builtins/Scroll.qml +18 -0
- data/Components/Builtins/ScrollBar.qml +18 -0
- data/Components/Builtins/ScrollIndicator.qml +15 -0
- data/Components/Builtins/SearchField.qml +178 -0
- data/Components/Builtins/SearchableDropdown.qml +21 -0
- data/Components/Builtins/SectionHeader.qml +14 -0
- data/Components/Builtins/SelectableText.qml +33 -0
- data/Components/Builtins/SelectionRectangle.qml +17 -0
- data/Components/Builtins/Separator.qml +13 -0
- data/Components/Builtins/SequentialAnimation.qml +3 -0
- data/Components/Builtins/Settings.qml +10 -0
- data/Components/Builtins/ShaderEffect.qml +115 -0
- data/Components/Builtins/ShaderEffectSource.qml +61 -0
- data/Components/Builtins/Shaders/grayscale.frag +14 -0
- data/Components/Builtins/Shaders/grayscale.frag.qsb +0 -0
- data/Components/Builtins/Shaders/passthrough.frag +11 -0
- data/Components/Builtins/Shaders/passthrough.frag.qsb +0 -0
- data/Components/Builtins/Shaders/pixelate.frag +16 -0
- data/Components/Builtins/Shaders/pixelate.frag.qsb +0 -0
- data/Components/Builtins/Shaders/vignette.frag +18 -0
- data/Components/Builtins/Shaders/vignette.frag.qsb +0 -0
- data/Components/Builtins/Shaders/wave.frag +18 -0
- data/Components/Builtins/Shaders/wave.frag.qsb +0 -0
- data/Components/Builtins/Shape.qml +53 -0
- data/Components/Builtins/Skeleton.qml +78 -0
- data/Components/Builtins/Slider.qml +21 -0
- data/Components/Builtins/SmoothedAnimation.qml +3 -0
- data/Components/Builtins/Snackbar.qml +181 -0
- data/Components/Builtins/SortFilterProxyModel.qml +16 -0
- data/Components/Builtins/SoundEffect.qml +10 -0
- data/Components/Builtins/Spacer.qml +13 -0
- data/Components/Builtins/Sparkline.qml +3 -0
- data/Components/Builtins/SpinBox.qml +44 -0
- data/Components/Builtins/SplitView.qml +31 -0
- data/Components/Builtins/SpringAnimation.qml +3 -0
- data/Components/Builtins/Stack.qml +14 -0
- data/Components/Builtins/StackLayout.qml +19 -0
- data/Components/Builtins/StackView.qml +122 -0
- data/Components/Builtins/StackedBarChart.qml +3 -0
- data/Components/Builtins/StandardPaths.qml +9 -0
- data/Components/Builtins/State.qml +13 -0
- data/Components/Builtins/StateGroup.qml +11 -0
- data/Components/Builtins/Support/AnimationDriver.qml +79 -0
- data/Components/Builtins/Support/AnimationGroupDriver.qml +32 -0
- data/Components/Builtins/Support/ChartCanvas.qml +629 -0
- data/Components/Builtins/Support/ModelView3dScene.qml +292 -0
- data/Components/Builtins/Support/OptionalModuleState.js +5 -0
- data/Components/Builtins/SwipeDelegate.qml +231 -0
- data/Components/Builtins/SwipeView.qml +69 -0
- data/Components/Builtins/SwitchDelegate.qml +140 -0
- data/Components/Builtins/TabBar.qml +117 -0
- data/Components/Builtins/TabButton.qml +105 -0
- data/Components/Builtins/TableView.qml +388 -0
- data/Components/Builtins/TableViewDelegate.qml +17 -0
- data/Components/Builtins/Tabs.qml +138 -0
- data/Components/Builtins/Text.qml +24 -0
- data/Components/Builtins/TextArea.qml +59 -0
- data/Components/Builtins/TextField.qml +21 -0
- data/Components/Builtins/TextMetrics.qml +39 -0
- data/Components/Builtins/TimePicker.qml +213 -0
- data/Components/Builtins/Timer.qml +13 -0
- data/Components/Builtins/Toast.qml +213 -0
- data/Components/Builtins/Toggle.qml +19 -0
- data/Components/Builtins/ToggleSwitch.qml +22 -0
- data/Components/Builtins/ToolBar.qml +61 -0
- data/Components/Builtins/ToolButton.qml +41 -0
- data/Components/Builtins/ToolSeparator.qml +36 -0
- data/Components/Builtins/Tooltip.qml +20 -0
- data/Components/Builtins/Transition.qml +3 -0
- data/Components/Builtins/TreeView.qml +423 -0
- data/Components/Builtins/TreeViewDelegate.qml +46 -0
- data/Components/Builtins/Tumbler.qml +18 -0
- data/Components/Builtins/UniformAnimator.qml +3 -0
- data/Components/Builtins/VectorAnimation.qml +3 -0
- data/Components/Builtins/VectorImage.qml +62 -0
- data/Components/Builtins/VerticalHeader.qml +21 -0
- data/Components/Builtins/VerticalHeaderDelegate.qml +35 -0
- data/Components/Builtins/Video.qml +54 -0
- data/Components/Builtins/VideoOutput.qml +54 -0
- data/Components/Builtins/WebView.qml +57 -0
- data/Components/Builtins/WeekNumberColumn.qml +13 -0
- data/Components/Builtins/WidgetButton.qml +26 -0
- data/Components/Builtins/Window.qml +90 -0
- data/Components/Builtins/WindowCapture.qml +11 -0
- data/Components/Builtins/Wrap.qml +18 -0
- data/Components/Builtins/XAnimator.qml +3 -0
- data/Components/Builtins/YAnimator.qml +3 -0
- data/Components/README.md +45 -0
- data/ControlNode.qml +1369 -0
- data/Controls/BarIconButton.qml +27 -0
- data/Controls/BarIndicator.qml +22 -0
- data/Controls/BorderOverlay.qml +10 -0
- data/Controls/BorderSurface.qml +10 -0
- data/Controls/Button.qml +78 -0
- data/Controls/ButtonGroup.qml +19 -0
- data/Controls/ConfirmDialog.qml +37 -0
- data/Controls/CursorSurface.qml +29 -0
- data/Controls/Dropdown.qml +59 -0
- data/Controls/MultiSelect.qml +32 -0
- data/Controls/NumberField.qml +24 -0
- data/Controls/OpticalGlyph.qml +14 -0
- data/Controls/PanelActionButton.qml +10 -0
- data/Controls/PanelHero.qml +18 -0
- data/Controls/PanelKeyCatcher.qml +25 -0
- data/Controls/PanelSectionHeader.qml +11 -0
- data/Controls/PanelSeparator.qml +10 -0
- data/Controls/PanelSlider.qml +36 -0
- data/Controls/PanelToolTip.qml +13 -0
- data/Controls/SearchableDropdown.qml +11 -0
- data/Controls/TextField.qml +25 -0
- data/Controls/Toggle.qml +22 -0
- data/Controls/ToggleSwitch.qml +26 -0
- data/Controls/WidgetButton.qml +35 -0
- data/Controls/qmldir +25 -0
- data/Desktop.qml +76 -0
- data/LICENSE +22 -0
- data/README.md +112 -0
- data/Service.qml +430 -0
- data/Theme/Border.qml +22 -0
- data/Theme/Color.qml +22 -0
- data/Theme/Style.qml +47 -0
- data/Theme/Util.qml +6 -0
- data/Theme/qmldir +5 -0
- data/bin/zui +7 -0
- data/lib/zui/animation.rb +24 -0
- data/lib/zui/application.rb +327 -0
- data/lib/zui/builder.rb +725 -0
- data/lib/zui/cli.rb +91 -0
- data/lib/zui/command.rb +101 -0
- data/lib/zui/component_registry.rb +91 -0
- data/lib/zui/components.rb +262 -0
- data/lib/zui/distribution.rb +200 -0
- data/lib/zui/generator.rb +84 -0
- data/lib/zui/host.rb +123 -0
- data/lib/zui/node.rb +30 -0
- data/lib/zui/platform.rb +40 -0
- data/lib/zui/protocol.rb +29 -0
- data/lib/zui/runner.rb +37 -0
- data/lib/zui/runtime.rb +23 -0
- data/lib/zui/scheduler.rb +136 -0
- data/lib/zui/source_bundle.rb +63 -0
- data/lib/zui/state_store.rb +100 -0
- data/lib/zui/value.rb +44 -0
- data/lib/zui.rb +33 -0
- data/native/CMakeLists.txt +45 -0
- data/native/ZuiClipboard.cpp +16 -0
- data/native/ZuiClipboard.h +16 -0
- data/native/ZuiProcess.cpp +84 -0
- data/native/ZuiProcess.h +34 -0
- data/native/main.cpp +64 -0
- data/vendor/host/linux-x86_64/PROVENANCE.md +15 -0
- data/vendor/host/linux-x86_64/zui-host +0 -0
- data/vendor/host/linux-x86_64/zui-host.sha256 +1 -0
- metadata +365 -0
metadata
ADDED
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: zui
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Adam Moussa Ali
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: A platform-neutral Ruby UI framework powered by Qt and QML.
|
|
13
|
+
executables:
|
|
14
|
+
- zui
|
|
15
|
+
extensions: []
|
|
16
|
+
extra_rdoc_files: []
|
|
17
|
+
files:
|
|
18
|
+
- Components/Builtins/Accordion.qml
|
|
19
|
+
- Components/Builtins/Action.qml
|
|
20
|
+
- Components/Builtins/ActionButton.qml
|
|
21
|
+
- Components/Builtins/ActionGroup.qml
|
|
22
|
+
- Components/Builtins/AlertDialog.qml
|
|
23
|
+
- Components/Builtins/AnchorAnimation.qml
|
|
24
|
+
- Components/Builtins/AnchorChanges.qml
|
|
25
|
+
- Components/Builtins/AnimatedImage.qml
|
|
26
|
+
- Components/Builtins/Animation.qml
|
|
27
|
+
- Components/Builtins/AnimationController.qml
|
|
28
|
+
- Components/Builtins/ApplicationWindow.qml
|
|
29
|
+
- Components/Builtins/AreaChart.qml
|
|
30
|
+
- Components/Builtins/AspectRatio.qml
|
|
31
|
+
- Components/Builtins/Audio.qml
|
|
32
|
+
- Components/Builtins/AudioInput.qml
|
|
33
|
+
- Components/Builtins/AudioOutput.qml
|
|
34
|
+
- Components/Builtins/Avatar.qml
|
|
35
|
+
- Components/Builtins/Badge.qml
|
|
36
|
+
- Components/Builtins/Banner.qml
|
|
37
|
+
- Components/Builtins/BarChart.qml
|
|
38
|
+
- Components/Builtins/BarIconButton.qml
|
|
39
|
+
- Components/Builtins/BarIndicator.qml
|
|
40
|
+
- Components/Builtins/Behavior.qml
|
|
41
|
+
- Components/Builtins/Blur.qml
|
|
42
|
+
- Components/Builtins/BorderImage.qml
|
|
43
|
+
- Components/Builtins/BorderOverlay.qml
|
|
44
|
+
- Components/Builtins/BottomSheet.qml
|
|
45
|
+
- Components/Builtins/Breadcrumb.qml
|
|
46
|
+
- Components/Builtins/BubbleChart.qml
|
|
47
|
+
- Components/Builtins/BusyIndicator.qml
|
|
48
|
+
- Components/Builtins/Button.qml
|
|
49
|
+
- Components/Builtins/ButtonGroup.qml
|
|
50
|
+
- Components/Builtins/Calendar.qml
|
|
51
|
+
- Components/Builtins/Camera.qml
|
|
52
|
+
- Components/Builtins/CandlestickChart.qml
|
|
53
|
+
- Components/Builtins/Canvas.qml
|
|
54
|
+
- Components/Builtins/CaptureSession.qml
|
|
55
|
+
- Components/Builtins/Card.qml
|
|
56
|
+
- Components/Builtins/Carousel.qml
|
|
57
|
+
- Components/Builtins/Center.qml
|
|
58
|
+
- Components/Builtins/CheckDelegate.qml
|
|
59
|
+
- Components/Builtins/Checkbox.qml
|
|
60
|
+
- Components/Builtins/Chip.qml
|
|
61
|
+
- Components/Builtins/Circle.qml
|
|
62
|
+
- Components/Builtins/Clipboard.qml
|
|
63
|
+
- Components/Builtins/ColorAnimation.qml
|
|
64
|
+
- Components/Builtins/ColorPicker.qml
|
|
65
|
+
- Components/Builtins/Colorize.qml
|
|
66
|
+
- Components/Builtins/Column.qml
|
|
67
|
+
- Components/Builtins/ColumnLayout.qml
|
|
68
|
+
- Components/Builtins/ConfirmDialog.qml
|
|
69
|
+
- Components/Builtins/ConstrainedBox.qml
|
|
70
|
+
- Components/Builtins/Container.qml
|
|
71
|
+
- Components/Builtins/ContextMenu.qml
|
|
72
|
+
- Components/Builtins/CursorSurface.qml
|
|
73
|
+
- Components/Builtins/DataTable.qml
|
|
74
|
+
- Components/Builtins/DatePicker.qml
|
|
75
|
+
- Components/Builtins/DayOfWeekRow.qml
|
|
76
|
+
- Components/Builtins/DelayButton.qml
|
|
77
|
+
- Components/Builtins/DelegateModel.qml
|
|
78
|
+
- Components/Builtins/DelegateModelGroup.qml
|
|
79
|
+
- Components/Builtins/Dial.qml
|
|
80
|
+
- Components/Builtins/Dialog.qml
|
|
81
|
+
- Components/Builtins/DialogButtonBox.qml
|
|
82
|
+
- Components/Builtins/Divider.qml
|
|
83
|
+
- Components/Builtins/DonutChart.qml
|
|
84
|
+
- Components/Builtins/DoubleSpinBox.qml
|
|
85
|
+
- Components/Builtins/DragArea.qml
|
|
86
|
+
- Components/Builtins/Drawer.qml
|
|
87
|
+
- Components/Builtins/DropArea.qml
|
|
88
|
+
- Components/Builtins/DropShadow.qml
|
|
89
|
+
- Components/Builtins/Dropdown.qml
|
|
90
|
+
- Components/Builtins/ExpansionPanel.qml
|
|
91
|
+
- Components/Builtins/FilePicker.qml
|
|
92
|
+
- Components/Builtins/FittedBox.qml
|
|
93
|
+
- Components/Builtins/Flickable.qml
|
|
94
|
+
- Components/Builtins/Flipable.qml
|
|
95
|
+
- Components/Builtins/Flow.qml
|
|
96
|
+
- Components/Builtins/FocusScope.qml
|
|
97
|
+
- Components/Builtins/FolderListModel.qml
|
|
98
|
+
- Components/Builtins/FolderPicker.qml
|
|
99
|
+
- Components/Builtins/FontLoader.qml
|
|
100
|
+
- Components/Builtins/FontPicker.qml
|
|
101
|
+
- Components/Builtins/Frame.qml
|
|
102
|
+
- Components/Builtins/FrameAnimation.qml
|
|
103
|
+
- Components/Builtins/Gauge.qml
|
|
104
|
+
- Components/Builtins/Glow.qml
|
|
105
|
+
- Components/Builtins/Gradient.qml
|
|
106
|
+
- Components/Builtins/Grid.qml
|
|
107
|
+
- Components/Builtins/GridLayout.qml
|
|
108
|
+
- Components/Builtins/GridView.qml
|
|
109
|
+
- Components/Builtins/GroupBox.qml
|
|
110
|
+
- Components/Builtins/Heatmap.qml
|
|
111
|
+
- Components/Builtins/Histogram.qml
|
|
112
|
+
- Components/Builtins/HorizontalHeader.qml
|
|
113
|
+
- Components/Builtins/HorizontalHeaderDelegate.qml
|
|
114
|
+
- Components/Builtins/HoverArea.qml
|
|
115
|
+
- Components/Builtins/Icon.qml
|
|
116
|
+
- Components/Builtins/Image.qml
|
|
117
|
+
- Components/Builtins/ImageCapture.qml
|
|
118
|
+
- Components/Builtins/ItemDelegate.qml
|
|
119
|
+
- Components/Builtins/KeyCatcher.qml
|
|
120
|
+
- Components/Builtins/Label.qml
|
|
121
|
+
- Components/Builtins/LayoutItemProxy.qml
|
|
122
|
+
- Components/Builtins/Legend.qml
|
|
123
|
+
- Components/Builtins/Line.qml
|
|
124
|
+
- Components/Builtins/LineChart.qml
|
|
125
|
+
- Components/Builtins/ListModel.qml
|
|
126
|
+
- Components/Builtins/ListView.qml
|
|
127
|
+
- Components/Builtins/Loader.qml
|
|
128
|
+
- Components/Builtins/Markdown.qml
|
|
129
|
+
- Components/Builtins/MediaDevices.qml
|
|
130
|
+
- Components/Builtins/MediaPlayer.qml
|
|
131
|
+
- Components/Builtins/MediaRecorder.qml
|
|
132
|
+
- Components/Builtins/Menu.qml
|
|
133
|
+
- Components/Builtins/MenuBar.qml
|
|
134
|
+
- Components/Builtins/MenuItem.qml
|
|
135
|
+
- Components/Builtins/MenuSeparator.qml
|
|
136
|
+
- Components/Builtins/MessageDialog.qml
|
|
137
|
+
- Components/Builtins/ModalSheet.qml
|
|
138
|
+
- Components/Builtins/ModelView3d.qml
|
|
139
|
+
- Components/Builtins/MonthGrid.qml
|
|
140
|
+
- Components/Builtins/MultiEffect.qml
|
|
141
|
+
- Components/Builtins/MultiSelect.qml
|
|
142
|
+
- Components/Builtins/NavigationRail.qml
|
|
143
|
+
- Components/Builtins/NumberAnimation.qml
|
|
144
|
+
- Components/Builtins/NumberField.qml
|
|
145
|
+
- Components/Builtins/OpacityAnimator.qml
|
|
146
|
+
- Components/Builtins/OpacityMask.qml
|
|
147
|
+
- Components/Builtins/OpticalGlyph.qml
|
|
148
|
+
- Components/Builtins/Page.qml
|
|
149
|
+
- Components/Builtins/PageIndicator.qml
|
|
150
|
+
- Components/Builtins/Pagination.qml
|
|
151
|
+
- Components/Builtins/Pane.qml
|
|
152
|
+
- Components/Builtins/PanelHero.qml
|
|
153
|
+
- Components/Builtins/ParallelAnimation.qml
|
|
154
|
+
- Components/Builtins/ParentAnimation.qml
|
|
155
|
+
- Components/Builtins/ParentChange.qml
|
|
156
|
+
- Components/Builtins/ParticleSystem.qml
|
|
157
|
+
- Components/Builtins/PasswordField.qml
|
|
158
|
+
- Components/Builtins/Path.qml
|
|
159
|
+
- Components/Builtins/PathAnimation.qml
|
|
160
|
+
- Components/Builtins/PauseAnimation.qml
|
|
161
|
+
- Components/Builtins/PieChart.qml
|
|
162
|
+
- Components/Builtins/PinchArea.qml
|
|
163
|
+
- Components/Builtins/Popup.qml
|
|
164
|
+
- Components/Builtins/Progress.qml
|
|
165
|
+
- Components/Builtins/ProgressRing.qml
|
|
166
|
+
- Components/Builtins/PropertyAction.qml
|
|
167
|
+
- Components/Builtins/PropertyAnimation.qml
|
|
168
|
+
- Components/Builtins/PropertyChanges.qml
|
|
169
|
+
- Components/Builtins/RadarChart.qml
|
|
170
|
+
- Components/Builtins/RadialGauge.qml
|
|
171
|
+
- Components/Builtins/RadioButton.qml
|
|
172
|
+
- Components/Builtins/RadioDelegate.qml
|
|
173
|
+
- Components/Builtins/RadioGroup.qml
|
|
174
|
+
- Components/Builtins/RangeSlider.qml
|
|
175
|
+
- Components/Builtins/Rectangle.qml
|
|
176
|
+
- Components/Builtins/RectangularShadow.qml
|
|
177
|
+
- Components/Builtins/ReorderableList.qml
|
|
178
|
+
- Components/Builtins/RichText.qml
|
|
179
|
+
- Components/Builtins/RotationAnimation.qml
|
|
180
|
+
- Components/Builtins/RotationAnimator.qml
|
|
181
|
+
- Components/Builtins/RoundButton.qml
|
|
182
|
+
- Components/Builtins/Row.qml
|
|
183
|
+
- Components/Builtins/RowLayout.qml
|
|
184
|
+
- Components/Builtins/ScaleAnimator.qml
|
|
185
|
+
- Components/Builtins/ScatterChart.qml
|
|
186
|
+
- Components/Builtins/ScreenCapture.qml
|
|
187
|
+
- Components/Builtins/ScriptAction.qml
|
|
188
|
+
- Components/Builtins/Scroll.qml
|
|
189
|
+
- Components/Builtins/ScrollBar.qml
|
|
190
|
+
- Components/Builtins/ScrollIndicator.qml
|
|
191
|
+
- Components/Builtins/SearchField.qml
|
|
192
|
+
- Components/Builtins/SearchableDropdown.qml
|
|
193
|
+
- Components/Builtins/SectionHeader.qml
|
|
194
|
+
- Components/Builtins/SelectableText.qml
|
|
195
|
+
- Components/Builtins/SelectionRectangle.qml
|
|
196
|
+
- Components/Builtins/Separator.qml
|
|
197
|
+
- Components/Builtins/SequentialAnimation.qml
|
|
198
|
+
- Components/Builtins/Settings.qml
|
|
199
|
+
- Components/Builtins/ShaderEffect.qml
|
|
200
|
+
- Components/Builtins/ShaderEffectSource.qml
|
|
201
|
+
- Components/Builtins/Shaders/grayscale.frag
|
|
202
|
+
- Components/Builtins/Shaders/grayscale.frag.qsb
|
|
203
|
+
- Components/Builtins/Shaders/passthrough.frag
|
|
204
|
+
- Components/Builtins/Shaders/passthrough.frag.qsb
|
|
205
|
+
- Components/Builtins/Shaders/pixelate.frag
|
|
206
|
+
- Components/Builtins/Shaders/pixelate.frag.qsb
|
|
207
|
+
- Components/Builtins/Shaders/vignette.frag
|
|
208
|
+
- Components/Builtins/Shaders/vignette.frag.qsb
|
|
209
|
+
- Components/Builtins/Shaders/wave.frag
|
|
210
|
+
- Components/Builtins/Shaders/wave.frag.qsb
|
|
211
|
+
- Components/Builtins/Shape.qml
|
|
212
|
+
- Components/Builtins/Skeleton.qml
|
|
213
|
+
- Components/Builtins/Slider.qml
|
|
214
|
+
- Components/Builtins/SmoothedAnimation.qml
|
|
215
|
+
- Components/Builtins/Snackbar.qml
|
|
216
|
+
- Components/Builtins/SortFilterProxyModel.qml
|
|
217
|
+
- Components/Builtins/SoundEffect.qml
|
|
218
|
+
- Components/Builtins/Spacer.qml
|
|
219
|
+
- Components/Builtins/Sparkline.qml
|
|
220
|
+
- Components/Builtins/SpinBox.qml
|
|
221
|
+
- Components/Builtins/SplitView.qml
|
|
222
|
+
- Components/Builtins/SpringAnimation.qml
|
|
223
|
+
- Components/Builtins/Stack.qml
|
|
224
|
+
- Components/Builtins/StackLayout.qml
|
|
225
|
+
- Components/Builtins/StackView.qml
|
|
226
|
+
- Components/Builtins/StackedBarChart.qml
|
|
227
|
+
- Components/Builtins/StandardPaths.qml
|
|
228
|
+
- Components/Builtins/State.qml
|
|
229
|
+
- Components/Builtins/StateGroup.qml
|
|
230
|
+
- Components/Builtins/Support/AnimationDriver.qml
|
|
231
|
+
- Components/Builtins/Support/AnimationGroupDriver.qml
|
|
232
|
+
- Components/Builtins/Support/ChartCanvas.qml
|
|
233
|
+
- Components/Builtins/Support/ModelView3dScene.qml
|
|
234
|
+
- Components/Builtins/Support/OptionalModuleState.js
|
|
235
|
+
- Components/Builtins/SwipeDelegate.qml
|
|
236
|
+
- Components/Builtins/SwipeView.qml
|
|
237
|
+
- Components/Builtins/SwitchDelegate.qml
|
|
238
|
+
- Components/Builtins/TabBar.qml
|
|
239
|
+
- Components/Builtins/TabButton.qml
|
|
240
|
+
- Components/Builtins/TableView.qml
|
|
241
|
+
- Components/Builtins/TableViewDelegate.qml
|
|
242
|
+
- Components/Builtins/Tabs.qml
|
|
243
|
+
- Components/Builtins/Text.qml
|
|
244
|
+
- Components/Builtins/TextArea.qml
|
|
245
|
+
- Components/Builtins/TextField.qml
|
|
246
|
+
- Components/Builtins/TextMetrics.qml
|
|
247
|
+
- Components/Builtins/TimePicker.qml
|
|
248
|
+
- Components/Builtins/Timer.qml
|
|
249
|
+
- Components/Builtins/Toast.qml
|
|
250
|
+
- Components/Builtins/Toggle.qml
|
|
251
|
+
- Components/Builtins/ToggleSwitch.qml
|
|
252
|
+
- Components/Builtins/ToolBar.qml
|
|
253
|
+
- Components/Builtins/ToolButton.qml
|
|
254
|
+
- Components/Builtins/ToolSeparator.qml
|
|
255
|
+
- Components/Builtins/Tooltip.qml
|
|
256
|
+
- Components/Builtins/Transition.qml
|
|
257
|
+
- Components/Builtins/TreeView.qml
|
|
258
|
+
- Components/Builtins/TreeViewDelegate.qml
|
|
259
|
+
- Components/Builtins/Tumbler.qml
|
|
260
|
+
- Components/Builtins/UniformAnimator.qml
|
|
261
|
+
- Components/Builtins/VectorAnimation.qml
|
|
262
|
+
- Components/Builtins/VectorImage.qml
|
|
263
|
+
- Components/Builtins/VerticalHeader.qml
|
|
264
|
+
- Components/Builtins/VerticalHeaderDelegate.qml
|
|
265
|
+
- Components/Builtins/Video.qml
|
|
266
|
+
- Components/Builtins/VideoOutput.qml
|
|
267
|
+
- Components/Builtins/WebView.qml
|
|
268
|
+
- Components/Builtins/WeekNumberColumn.qml
|
|
269
|
+
- Components/Builtins/WidgetButton.qml
|
|
270
|
+
- Components/Builtins/Window.qml
|
|
271
|
+
- Components/Builtins/WindowCapture.qml
|
|
272
|
+
- Components/Builtins/Wrap.qml
|
|
273
|
+
- Components/Builtins/XAnimator.qml
|
|
274
|
+
- Components/Builtins/YAnimator.qml
|
|
275
|
+
- Components/README.md
|
|
276
|
+
- ControlNode.qml
|
|
277
|
+
- Controls/BarIconButton.qml
|
|
278
|
+
- Controls/BarIndicator.qml
|
|
279
|
+
- Controls/BorderOverlay.qml
|
|
280
|
+
- Controls/BorderSurface.qml
|
|
281
|
+
- Controls/Button.qml
|
|
282
|
+
- Controls/ButtonGroup.qml
|
|
283
|
+
- Controls/ConfirmDialog.qml
|
|
284
|
+
- Controls/CursorSurface.qml
|
|
285
|
+
- Controls/Dropdown.qml
|
|
286
|
+
- Controls/MultiSelect.qml
|
|
287
|
+
- Controls/NumberField.qml
|
|
288
|
+
- Controls/OpticalGlyph.qml
|
|
289
|
+
- Controls/PanelActionButton.qml
|
|
290
|
+
- Controls/PanelHero.qml
|
|
291
|
+
- Controls/PanelKeyCatcher.qml
|
|
292
|
+
- Controls/PanelSectionHeader.qml
|
|
293
|
+
- Controls/PanelSeparator.qml
|
|
294
|
+
- Controls/PanelSlider.qml
|
|
295
|
+
- Controls/PanelToolTip.qml
|
|
296
|
+
- Controls/SearchableDropdown.qml
|
|
297
|
+
- Controls/TextField.qml
|
|
298
|
+
- Controls/Toggle.qml
|
|
299
|
+
- Controls/ToggleSwitch.qml
|
|
300
|
+
- Controls/WidgetButton.qml
|
|
301
|
+
- Controls/qmldir
|
|
302
|
+
- Desktop.qml
|
|
303
|
+
- LICENSE
|
|
304
|
+
- README.md
|
|
305
|
+
- Service.qml
|
|
306
|
+
- Theme/Border.qml
|
|
307
|
+
- Theme/Color.qml
|
|
308
|
+
- Theme/Style.qml
|
|
309
|
+
- Theme/Util.qml
|
|
310
|
+
- Theme/qmldir
|
|
311
|
+
- bin/zui
|
|
312
|
+
- lib/zui.rb
|
|
313
|
+
- lib/zui/animation.rb
|
|
314
|
+
- lib/zui/application.rb
|
|
315
|
+
- lib/zui/builder.rb
|
|
316
|
+
- lib/zui/cli.rb
|
|
317
|
+
- lib/zui/command.rb
|
|
318
|
+
- lib/zui/component_registry.rb
|
|
319
|
+
- lib/zui/components.rb
|
|
320
|
+
- lib/zui/distribution.rb
|
|
321
|
+
- lib/zui/generator.rb
|
|
322
|
+
- lib/zui/host.rb
|
|
323
|
+
- lib/zui/node.rb
|
|
324
|
+
- lib/zui/platform.rb
|
|
325
|
+
- lib/zui/protocol.rb
|
|
326
|
+
- lib/zui/runner.rb
|
|
327
|
+
- lib/zui/runtime.rb
|
|
328
|
+
- lib/zui/scheduler.rb
|
|
329
|
+
- lib/zui/source_bundle.rb
|
|
330
|
+
- lib/zui/state_store.rb
|
|
331
|
+
- lib/zui/value.rb
|
|
332
|
+
- native/CMakeLists.txt
|
|
333
|
+
- native/ZuiClipboard.cpp
|
|
334
|
+
- native/ZuiClipboard.h
|
|
335
|
+
- native/ZuiProcess.cpp
|
|
336
|
+
- native/ZuiProcess.h
|
|
337
|
+
- native/main.cpp
|
|
338
|
+
- vendor/host/linux-x86_64/PROVENANCE.md
|
|
339
|
+
- vendor/host/linux-x86_64/zui-host
|
|
340
|
+
- vendor/host/linux-x86_64/zui-host.sha256
|
|
341
|
+
homepage: https://github.com/AdamMusa/zui
|
|
342
|
+
licenses:
|
|
343
|
+
- MIT
|
|
344
|
+
metadata:
|
|
345
|
+
source_code_uri: https://github.com/AdamMusa/zui
|
|
346
|
+
documentation_uri: https://github.com/AdamMusa/zui#readme
|
|
347
|
+
rubygems_mfa_required: 'true'
|
|
348
|
+
rdoc_options: []
|
|
349
|
+
require_paths:
|
|
350
|
+
- lib
|
|
351
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
352
|
+
requirements:
|
|
353
|
+
- - ">="
|
|
354
|
+
- !ruby/object:Gem::Version
|
|
355
|
+
version: '3.1'
|
|
356
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
357
|
+
requirements:
|
|
358
|
+
- - ">="
|
|
359
|
+
- !ruby/object:Gem::Version
|
|
360
|
+
version: '0'
|
|
361
|
+
requirements: []
|
|
362
|
+
rubygems_version: 4.0.18
|
|
363
|
+
specification_version: 4
|
|
364
|
+
summary: Build cross-platform native desktop applications in Ruby
|
|
365
|
+
test_files: []
|