Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .
- ├── admin.desktop
- ├── admin.png
- ├── AppRun -> usr/bin/admin
- ├── gemotest.sqlite3
- └── usr
- ├── bin
- │ ├── admin
- │ └── qt.conf
- ├── lib
- │ ├── libboost_filesystem.so.1.58.0
- │ ├── libboost_system.so.1.58.0
- │ ├── libcapnp-0.5.3.so
- │ ├── libdbus-1.so.3
- │ ├── libffi.so.6
- │ ├── libgcrypt.so.20
- │ ├── libgthread-2.0.so.0
- │ ├── libicudata.so.56
- │ ├── libicui18n.so.56
- │ ├── libicuuc.so.56
- │ ├── libkj-0.5.3.so
- │ ├── liblzma.so.5
- │ ├── libmirclient.so.9
- │ ├── libmircommon.so.7
- │ ├── libmircore.so.1
- │ ├── libmirprotobuf.so.3
- │ ├── libpcre.so.3
- │ ├── libpng12.so.0
- │ ├── libprotobuf-lite.so.9
- │ ├── libQt5Core.so.5
- │ ├── libQt5DBus.so.5
- │ ├── libQt5Gui.so.5
- │ ├── libQt5Network.so.5
- │ ├── libQt5Qml.so.5
- │ ├── libQt5QuickControls2.so.5
- │ ├── libQt5Quick.so.5
- │ ├── libQt5QuickTemplates2.so.5
- │ ├── libQt5Sql.so.5
- │ ├── libQt5Svg.so.5
- │ ├── libQt5Widgets.so.5
- │ ├── libQt5XcbQpa.so.5
- │ ├── libselinux.so.1
- │ ├── libsystemd.so.0
- │ ├── libwayland-client.so.0
- │ ├── libwayland-server.so.0
- │ ├── libX11-xcb.so.1
- │ ├── libXau.so.6
- │ ├── libxcb-glx.so.0
- │ ├── libxcb-present.so.0
- │ ├── libxcb-sync.so.1
- │ ├── libxcb-xfixes.so.0
- │ ├── libxcb-xkb.so.1
- │ ├── libXdamage.so.1
- │ ├── libXdmcp.so.6
- │ ├── libXext.so.6
- │ ├── libXfixes.so.3
- │ ├── libxkbcommon.so.0
- │ ├── libxkbcommon-x11.so.0
- │ ├── libXrender.so.1
- │ ├── libxshmfence.so.1
- │ └── libXxf86vm.so.1
- ├── plugins
- │ ├── bearer
- │ │ ├── libqconnmanbearer.so
- │ │ ├── libqgenericbearer.so
- │ │ └── libqnmbearer.so
- │ ├── iconengines
- │ │ └── libqsvgicon.so
- │ ├── imageformats
- │ │ ├── libqgif.so
- │ │ ├── libqicns.so
- │ │ ├── libqico.so
- │ │ ├── libqjpeg.so
- │ │ ├── libqsvg.so
- │ │ ├── libqtga.so
- │ │ ├── libqtiff.so
- │ │ ├── libqwbmp.so
- │ │ └── libqwebp.so
- │ ├── platforminputcontexts
- │ │ ├── libcomposeplatforminputcontextplugin.so
- │ │ └── libibusplatforminputcontextplugin.so
- │ ├── platforms
- │ │ └── libqxcb.so
- │ ├── sqldrivers
- │ │ └── libqsqlite.so
- │ └── xcbglintegrations
- │ ├── libqxcb-egl-integration.so
- │ └── libqxcb-glx-integration.so
- ├── qml
- │ ├── Qt
- │ │ └── labs
- │ │ ├── platform
- │ │ │ ├── libqtlabsplatformplugin.so
- │ │ │ ├── plugins.qmltypes
- │ │ │ └── qmldir
- │ │ └── settings
- │ │ ├── libqmlsettingsplugin.so
- │ │ ├── plugins.qmltypes
- │ │ └── qmldir
- │ ├── QtGraphicalEffects
- │ │ ├── Blend.qml
- │ │ ├── BrightnessContrast.qml
- │ │ ├── Colorize.qml
- │ │ ├── ColorOverlay.qml
- │ │ ├── ConicalGradient.qml
- │ │ ├── Desaturate.qml
- │ │ ├── DirectionalBlur.qml
- │ │ ├── Displace.qml
- │ │ ├── DropShadow.qml
- │ │ ├── FastBlur.qml
- │ │ ├── GammaAdjust.qml
- │ │ ├── GaussianBlur.qml
- │ │ ├── Glow.qml
- │ │ ├── HueSaturation.qml
- │ │ ├── InnerShadow.qml
- │ │ ├── LevelAdjust.qml
- │ │ ├── libqtgraphicaleffectsplugin.so
- │ │ ├── LinearGradient.qml
- │ │ ├── MaskedBlur.qml
- │ │ ├── OpacityMask.qml
- │ │ ├── plugins.qmltypes
- │ │ ├── private
- │ │ │ ├── DropShadowBase.qml
- │ │ │ ├── DropShadowBase.qmlc
- │ │ │ ├── FastGlow.qml
- │ │ │ ├── FastGlow.qmlc
- │ │ │ ├── FastInnerShadow.qml
- │ │ │ ├── FastInnerShadow.qmlc
- │ │ │ ├── FastMaskedBlur.qml
- │ │ │ ├── FastMaskedBlur.qmlc
- │ │ │ ├── GaussianDirectionalBlur.qml
- │ │ │ ├── GaussianDirectionalBlur.qmlc
- │ │ │ ├── GaussianGlow.qml
- │ │ │ ├── GaussianGlow.qmlc
- │ │ │ ├── GaussianInnerShadow.qml
- │ │ │ ├── GaussianInnerShadow.qmlc
- │ │ │ ├── GaussianMaskedBlur.qml
- │ │ │ ├── GaussianMaskedBlur.qmlc
- │ │ │ ├── libqtgraphicaleffectsprivate.so
- │ │ │ └── qmldir
- │ │ ├── qmldir
- │ │ ├── RadialBlur.qml
- │ │ ├── RadialGradient.qml
- │ │ ├── RectangularGlow.qml
- │ │ ├── RecursiveBlur.qml
- │ │ ├── ThresholdMask.qml
- │ │ └── ZoomBlur.qml
- │ ├── QtQuick
- │ │ ├── Controls
- │ │ │ ├── Fusion
- │ │ │ │ ├── ApplicationWindow.qml
- │ │ │ │ ├── BusyIndicator.qml
- │ │ │ │ ├── ButtonPanel.qml
- │ │ │ │ ├── Button.qml
- │ │ │ │ ├── CheckBox.qml
- │ │ │ │ ├── CheckDelegate.qml
- │ │ │ │ ├── CheckIndicator.qml
- │ │ │ │ ├── ComboBox.qml
- │ │ │ │ ├── DelayButton.qml
- │ │ │ │ ├── DialogButtonBox.qml
- │ │ │ │ ├── Dialog.qml
- │ │ │ │ ├── Dial.qml
- │ │ │ │ ├── Drawer.qml
- │ │ │ │ ├── Frame.qml
- │ │ │ │ ├── GroupBox.qml
- │ │ │ │ ├── ItemDelegate.qml
- │ │ │ │ ├── Label.qml
- │ │ │ │ ├── libqtquickcontrols2fusionstyleplugin.so
- │ │ │ │ ├── MenuBarItem.qml
- │ │ │ │ ├── MenuBar.qml
- │ │ │ │ ├── MenuItem.qml
- │ │ │ │ ├── Menu.qml
- │ │ │ │ ├── MenuSeparator.qml
- │ │ │ │ ├── PageIndicator.qml
- │ │ │ │ ├── Page.qml
- │ │ │ │ ├── Pane.qml
- │ │ │ │ ├── plugins.qmltypes
- │ │ │ │ ├── Popup.qml
- │ │ │ │ ├── ProgressBar.qml
- │ │ │ │ ├── qmldir
- │ │ │ │ ├── RadioButton.qml
- │ │ │ │ ├── RadioDelegate.qml
- │ │ │ │ ├── RadioIndicator.qml
- │ │ │ │ ├── RangeSlider.qml
- │ │ │ │ ├── RoundButton.qml
- │ │ │ │ ├── ScrollBar.qml
- │ │ │ │ ├── ScrollIndicator.qml
- │ │ │ │ ├── SliderGroove.qml
- │ │ │ │ ├── SliderHandle.qml
- │ │ │ │ ├── Slider.qml
- │ │ │ │ ├── SpinBox.qml
- │ │ │ │ ├── SwipeDelegate.qml
- │ │ │ │ ├── SwitchDelegate.qml
- │ │ │ │ ├── SwitchIndicator.qml
- │ │ │ │ ├── Switch.qml
- │ │ │ │ ├── TabBar.qml
- │ │ │ │ ├── TabButton.qml
- │ │ │ │ ├── TextArea.qml
- │ │ │ │ ├── TextField.qml
- │ │ │ │ ├── ToolBar.qml
- │ │ │ │ ├── ToolButton.qml
- │ │ │ │ ├── ToolSeparator.qml
- │ │ │ │ ├── ToolTip.qml
- │ │ │ │ └── Tumbler.qml
- │ │ │ ├── Imagine
- │ │ │ │ ├── ApplicationWindow.qml
- │ │ │ │ ├── BusyIndicator.qml
- │ │ │ │ ├── Button.qml
- │ │ │ │ ├── CheckBox.qml
- │ │ │ │ ├── CheckDelegate.qml
- │ │ │ │ ├── ComboBox.qml
- │ │ │ │ ├── DelayButton.qml
- │ │ │ │ ├── DialogButtonBox.qml
- │ │ │ │ ├── Dialog.qml
- │ │ │ │ ├── Dial.qml
- │ │ │ │ ├── Drawer.qml
- │ │ │ │ ├── Frame.qml
- │ │ │ │ ├── GroupBox.qml
- │ │ │ │ ├── ItemDelegate.qml
- │ │ │ │ ├── Label.qml
- │ │ │ │ ├── libqtquickcontrols2imaginestyleplugin.so
- │ │ │ │ ├── MenuItem.qml
- │ │ │ │ ├── Menu.qml
- │ │ │ │ ├── MenuSeparator.qml
- │ │ │ │ ├── PageIndicator.qml
- │ │ │ │ ├── Page.qml
- │ │ │ │ ├── Pane.qml
- │ │ │ │ ├── plugins.qmltypes
- │ │ │ │ ├── Popup.qml
- │ │ │ │ ├── ProgressBar.qml
- │ │ │ │ ├── qmldir
- │ │ │ │ ├── RadioButton.qml
- │ │ │ │ ├── RadioDelegate.qml
- │ │ │ │ ├── RangeSlider.qml
- │ │ │ │ ├── RoundButton.qml
- │ │ │ │ ├── ScrollBar.qml
- │ │ │ │ ├── ScrollIndicator.qml
- │ │ │ │ ├── Slider.qml
- │ │ │ │ ├── SpinBox.qml
- │ │ │ │ ├── StackView.qml
- │ │ │ │ ├── SwipeDelegate.qml
- │ │ │ │ ├── SwipeView.qml
- │ │ │ │ ├── SwitchDelegate.qml
- │ │ │ │ ├── Switch.qml
- │ │ │ │ ├── TabBar.qml
- │ │ │ │ ├── TabButton.qml
- │ │ │ │ ├── TextArea.qml
- │ │ │ │ ├── TextField.qml
- │ │ │ │ ├── ToolBar.qml
- │ │ │ │ ├── ToolButton.qml
- │ │ │ │ ├── ToolSeparator.qml
- │ │ │ │ ├── ToolTip.qml
- │ │ │ │ └── Tumbler.qml
- │ │ │ ├── Material
- │ │ │ │ ├── ApplicationWindow.qml
- │ │ │ │ ├── BoxShadow.qml
- │ │ │ │ ├── BusyIndicator.qml
- │ │ │ │ ├── Button.qml
- │ │ │ │ ├── CheckBox.qml
- │ │ │ │ ├── CheckDelegate.qml
- │ │ │ │ ├── CheckIndicator.qml
- │ │ │ │ ├── ComboBox.qml
- │ │ │ │ ├── CursorDelegate.qml
- │ │ │ │ ├── DelayButton.qml
- │ │ │ │ ├── DialogButtonBox.qml
- │ │ │ │ ├── Dialog.qml
- │ │ │ │ ├── Dial.qml
- │ │ │ │ ├── Drawer.qml
- │ │ │ │ ├── ElevationEffect.qml
- │ │ │ │ ├── Frame.qml
- │ │ │ │ ├── GroupBox.qml
- │ │ │ │ ├── ItemDelegate.qml
- │ │ │ │ ├── Label.qml
- │ │ │ │ ├── libqtquickcontrols2materialstyleplugin.so
- │ │ │ │ ├── MenuBarItem.qml
- │ │ │ │ ├── MenuBar.qml
- │ │ │ │ ├── MenuItem.qml
- │ │ │ │ ├── Menu.qml
- │ │ │ │ ├── MenuSeparator.qml
- │ │ │ │ ├── PageIndicator.qml
- │ │ │ │ ├── Page.qml
- │ │ │ │ ├── Pane.qml
- │ │ │ │ ├── plugins.qmltypes
- │ │ │ │ ├── Popup.qml
- │ │ │ │ ├── ProgressBar.qml
- │ │ │ │ ├── qmldir
- │ │ │ │ ├── RadioButton.qml
- │ │ │ │ ├── RadioDelegate.qml
- │ │ │ │ ├── RadioIndicator.qml
- │ │ │ │ ├── RangeSlider.qml
- │ │ │ │ ├── RectangularGlow.qml
- │ │ │ │ ├── RoundButton.qml
- │ │ │ │ ├── ScrollBar.qml
- │ │ │ │ ├── ScrollIndicator.qml
- │ │ │ │ ├── SliderHandle.qml
- │ │ │ │ ├── Slider.qml
- │ │ │ │ ├── SpinBox.qml
- │ │ │ │ ├── StackView.qml
- │ │ │ │ ├── SwipeDelegate.qml
- │ │ │ │ ├── SwipeView.qml
- │ │ │ │ ├── SwitchDelegate.qml
- │ │ │ │ ├── SwitchIndicator.qml
- │ │ │ │ ├── Switch.qml
- │ │ │ │ ├── TabBar.qml
- │ │ │ │ ├── TabButton.qml
- │ │ │ │ ├── TextArea.qml
- │ │ │ │ ├── TextField.qml
- │ │ │ │ ├── ToolBar.qml
- │ │ │ │ ├── ToolButton.qml
- │ │ │ │ ├── ToolSeparator.qml
- │ │ │ │ ├── ToolTip.qml
- │ │ │ │ └── Tumbler.qml
- │ │ │ └── Universal
- │ │ │ ├── ApplicationWindow.qml
- │ │ │ ├── BusyIndicator.qml
- │ │ │ ├── Button.qml
- │ │ │ ├── CheckBox.qml
- │ │ │ ├── CheckDelegate.qml
- │ │ │ ├── CheckIndicator.qml
- │ │ │ ├── ComboBox.qml
- │ │ │ ├── DelayButton.qml
- │ │ │ ├── DialogButtonBox.qml
- │ │ │ ├── Dialog.qml
- │ │ │ ├── Dial.qml
- │ │ │ ├── Drawer.qml
- │ │ │ ├── Frame.qml
- │ │ │ ├── GroupBox.qml
- │ │ │ ├── ItemDelegate.qml
- │ │ │ ├── Label.qml
- │ │ │ ├── libqtquickcontrols2universalstyleplugin.so
- │ │ │ ├── MenuBarItem.qml
- │ │ │ ├── MenuBar.qml
- │ │ │ ├── MenuItem.qml
- │ │ │ ├── Menu.qml
- │ │ │ ├── MenuSeparator.qml
- │ │ │ ├── PageIndicator.qml
- │ │ │ ├── Page.qml
- │ │ │ ├── Pane.qml
- │ │ │ ├── plugins.qmltypes
- │ │ │ ├── Popup.qml
- │ │ │ ├── ProgressBar.qml
- │ │ │ ├── qmldir
- │ │ │ ├── RadioButton.qml
- │ │ │ ├── RadioDelegate.qml
- │ │ │ ├── RadioIndicator.qml
- │ │ │ ├── RangeSlider.qml
- │ │ │ ├── RoundButton.qml
- │ │ │ ├── ScrollBar.qml
- │ │ │ ├── ScrollIndicator.qml
- │ │ │ ├── Slider.qml
- │ │ │ ├── SpinBox.qml
- │ │ │ ├── StackView.qml
- │ │ │ ├── SwipeDelegate.qml
- │ │ │ ├── SwitchDelegate.qml
- │ │ │ ├── SwitchIndicator.qml
- │ │ │ ├── Switch.qml
- │ │ │ ├── TabBar.qml
- │ │ │ ├── TabButton.qml
- │ │ │ ├── TextArea.qml
- │ │ │ ├── TextField.qml
- │ │ │ ├── ToolBar.qml
- │ │ │ ├── ToolButton.qml
- │ │ │ ├── ToolSeparator.qml
- │ │ │ ├── ToolTip.qml
- │ │ │ └── Tumbler.qml
- │ │ ├── Controls.2
- │ │ │ ├── AbstractButton.qml
- │ │ │ ├── ActionGroup.qml
- │ │ │ ├── Action.qml
- │ │ │ ├── ApplicationWindow.qml
- │ │ │ ├── BusyIndicator.qml
- │ │ │ ├── ButtonGroup.qml
- │ │ │ ├── Button.qml
- │ │ │ ├── CheckBox.qml
- │ │ │ ├── CheckDelegate.qml
- │ │ │ ├── ComboBox.qml
- │ │ │ ├── Container.qml
- │ │ │ ├── Control.qml
- │ │ │ ├── DelayButton.qml
- │ │ │ ├── designer
- │ │ │ │ ├── AbstractButtonSection.qml
- │ │ │ │ ├── BusyIndicatorSpecifics.qml
- │ │ │ │ ├── ButtonSection.qml
- │ │ │ │ ├── ButtonSpecifics.qml
- │ │ │ │ ├── CheckBoxSpecifics.qml
- │ │ │ │ ├── CheckDelegateSpecifics.qml
- │ │ │ │ ├── CheckSection.qml
- │ │ │ │ ├── ComboBoxSpecifics.qml
- │ │ │ │ ├── ContainerSection.qml
- │ │ │ │ ├── ControlSection.qml
- │ │ │ │ ├── ControlSpecifics.qml
- │ │ │ │ ├── DelayButtonSpecifics.qml
- │ │ │ │ ├── DialSpecifics.qml
- │ │ │ │ ├── FrameSpecifics.qml
- │ │ │ │ ├── GroupBoxSpecifics.qml
- │ │ │ │ ├── images
- │ │ │ │ │ ├── busyindicator-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── busyindicator-icon.png
- │ │ │ │ │ ├── button-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── button-icon.png
- │ │ │ │ │ ├── checkbox-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── checkbox-icon.png
- │ │ │ │ │ ├── combobox-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── combobox-icon.png
- │ │ │ │ │ ├── delaybutton-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── delaybutton-icon.png
- │ │ │ │ │ ├── dial-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── dial-icon.png
- │ │ │ │ │ ├── frame-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── frame-icon.png
- │ │ │ │ │ ├── groupbox-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── groupbox-icon.png
- │ │ │ │ │ ├── itemdelegate-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── itemdelegate-icon.png
- │ │ │ │ │ ├── label-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── label-icon.png
- │ │ │ │ │ ├── page-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── page-icon.png
- │ │ │ │ │ ├── pageindicator-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── pageindicator-icon.png
- │ │ │ │ │ ├── pane-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── pane-icon.png
- │ │ │ │ │ ├── progressbar-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── progressbar-icon.png
- │ │ │ │ │ ├── radiobutton-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── radiobutton-icon.png
- │ │ │ │ │ ├── rangeslider-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── rangeslider-icon.png
- │ │ │ │ │ ├── roundbutton-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── roundbutton-icon.png
- │ │ │ │ │ ├── scrollview-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── scrollview-icon.png
- │ │ │ │ │ ├── slider-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── slider-icon.png
- │ │ │ │ │ ├── spinbox-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── spinbox-icon.png
- │ │ │ │ │ ├── stackview-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── stackview-icon.png
- │ │ │ │ │ ├── swipeview-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── swipeview-icon.png
- │ │ │ │ │ ├── switch-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── switch-icon.png
- │ │ │ │ │ ├── textarea-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── textarea-icon.png
- │ │ │ │ │ ├── textfield-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── textfield-icon.png
- │ │ │ │ │ ├── toolbar-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── toolbar-icon.png
- │ │ │ │ │ ├── toolbutton-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── toolbutton-icon.png
- │ │ │ │ │ ├── toolseparator-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ ├── toolseparator-icon.png
- │ │ │ │ │ ├── tumbler-icon16.png
- │ │ │ │ │ ├── [email protected]
- │ │ │ │ │ └── tumbler-icon.png
- │ │ │ │ ├── ItemDelegateSection.qml
- │ │ │ │ ├── ItemDelegateSpecifics.qml
- │ │ │ │ ├── LabelSpecifics.qml
- │ │ │ │ ├── PaddingSection.qml
- │ │ │ │ ├── PageIndicatorSpecifics.qml
- │ │ │ │ ├── PageSpecifics.qml
- │ │ │ │ ├── PaneSection.qml
- │ │ │ │ ├── PaneSpecifics.qml
- │ │ │ │ ├── ProgressBarSpecifics.qml
- │ │ │ │ ├── qtquickcontrols2.metainfo
- │ │ │ │ ├── RadioButtonSpecifics.qml
- │ │ │ │ ├── RadioDelegateSpecifics.qml
- │ │ │ │ ├── RangeSliderSpecifics.qml
- │ │ │ │ ├── RoundButtonSpecifics.qml
- │ │ │ │ ├── ScrollViewSpecifics.qml
- │ │ │ │ ├── SliderSpecifics.qml
- │ │ │ │ ├── SpinBoxSpecifics.qml
- │ │ │ │ ├── StackViewSpecifics.qml
- │ │ │ │ ├── SwipeDelegateSpecifics.qml
- │ │ │ │ ├── SwipeViewSpecifics.qml
- │ │ │ │ ├── SwitchDelegateSpecifics.qml
- │ │ │ │ ├── SwitchSpecifics.qml
- │ │ │ │ ├── TabBarSpecifics.qml
- │ │ │ │ ├── TabButtonSpecifics.qml
- │ │ │ │ ├── TextAreaSpecifics.qml
- │ │ │ │ ├── TextFieldSpecifics.qml
- │ │ │ │ ├── ToolBarSpecifics.qml
- │ │ │ │ ├── ToolButtonSpecifics.qml
- │ │ │ │ ├── ToolSeparatorSpecifics.qml
- │ │ │ │ └── TumblerSpecifics.qml
- │ │ │ ├── DialogButtonBox.qml
- │ │ │ ├── Dialog.qml
- │ │ │ ├── Dial.qml
- │ │ │ ├── Drawer.qml
- │ │ │ ├── Frame.qml
- │ │ │ ├── Fusion
- │ │ │ │ ├── ApplicationWindow.qml
- │ │ │ │ ├── BusyIndicator.qml
- │ │ │ │ ├── ButtonPanel.qml
- │ │ │ │ ├── Button.qml
- │ │ │ │ ├── CheckBox.qml
- │ │ │ │ ├── CheckDelegate.qml
- │ │ │ │ ├── CheckIndicator.qml
- │ │ │ │ ├── ComboBox.qml
- │ │ │ │ ├── DelayButton.qml
- │ │ │ │ ├── DialogButtonBox.qml
- │ │ │ │ ├── Dialog.qml
- │ │ │ │ ├── Dial.qml
- │ │ │ │ ├── Drawer.qml
- │ │ │ │ ├── Frame.qml
- │ │ │ │ ├── GroupBox.qml
- │ │ │ │ ├── ItemDelegate.qml
- │ │ │ │ ├── Label.qml
- │ │ │ │ ├── libqtquickcontrols2fusionstyleplugin.so
- │ │ │ │ ├── MenuBarItem.qml
- │ │ │ │ ├── MenuBar.qml
- │ │ │ │ ├── MenuItem.qml
- │ │ │ │ ├── Menu.qml
- │ │ │ │ ├── MenuSeparator.qml
- │ │ │ │ ├── PageIndicator.qml
- │ │ │ │ ├── Page.qml
- │ │ │ │ ├── Pane.qml
- │ │ │ │ ├── plugins.qmltypes
- │ │ │ │ ├── Popup.qml
- │ │ │ │ ├── ProgressBar.qml
- │ │ │ │ ├── qmldir
- │ │ │ │ ├── RadioButton.qml
- │ │ │ │ ├── RadioDelegate.qml
- │ │ │ │ ├── RadioIndicator.qml
- │ │ │ │ ├── RangeSlider.qml
- │ │ │ │ ├── RoundButton.qml
- │ │ │ │ ├── ScrollBar.qml
- │ │ │ │ ├── ScrollIndicator.qml
- │ │ │ │ ├── SliderGroove.qml
- │ │ │ │ ├── SliderHandle.qml
- │ │ │ │ ├── Slider.qml
- │ │ │ │ ├── SpinBox.qml
- │ │ │ │ ├── SwipeDelegate.qml
- │ │ │ │ ├── SwitchDelegate.qml
- │ │ │ │ ├── SwitchIndicator.qml
- │ │ │ │ ├── Switch.qml
- │ │ │ │ ├── TabBar.qml
- │ │ │ │ ├── TabButton.qml
- │ │ │ │ ├── TextArea.qml
- │ │ │ │ ├── TextField.qml
- │ │ │ │ ├── ToolBar.qml
- │ │ │ │ ├── ToolButton.qml
- │ │ │ │ ├── ToolSeparator.qml
- │ │ │ │ ├── ToolTip.qml
- │ │ │ │ └── Tumbler.qml
- │ │ │ ├── GroupBox.qml
- │ │ │ ├── Imagine
- │ │ │ │ ├── ApplicationWindow.qml
- │ │ │ │ ├── BusyIndicator.qml
- │ │ │ │ ├── Button.qml
- │ │ │ │ ├── CheckBox.qml
- │ │ │ │ ├── CheckDelegate.qml
- │ │ │ │ ├── ComboBox.qml
- │ │ │ │ ├── DelayButton.qml
- │ │ │ │ ├── DialogButtonBox.qml
- │ │ │ │ ├── Dialog.qml
- │ │ │ │ ├── Dial.qml
- │ │ │ │ ├── Drawer.qml
- │ │ │ │ ├── Frame.qml
- │ │ │ │ ├── GroupBox.qml
- │ │ │ │ ├── ItemDelegate.qml
- │ │ │ │ ├── Label.qml
- │ │ │ │ ├── libqtquickcontrols2imaginestyleplugin.so
- │ │ │ │ ├── MenuItem.qml
- │ │ │ │ ├── Menu.qml
- │ │ │ │ ├── MenuSeparator.qml
- │ │ │ │ ├── PageIndicator.qml
- │ │ │ │ ├── Page.qml
- │ │ │ │ ├── Pane.qml
- │ │ │ │ ├── plugins.qmltypes
- │ │ │ │ ├── Popup.qml
- │ │ │ │ ├── ProgressBar.qml
- │ │ │ │ ├── qmldir
- │ │ │ │ ├── RadioButton.qml
- │ │ │ │ ├── RadioDelegate.qml
- │ │ │ │ ├── RangeSlider.qml
- │ │ │ │ ├── RoundButton.qml
- │ │ │ │ ├── ScrollBar.qml
- │ │ │ │ ├── ScrollIndicator.qml
- │ │ │ │ ├── Slider.qml
- │ │ │ │ ├── SpinBox.qml
- │ │ │ │ ├── StackView.qml
- │ │ │ │ ├── SwipeDelegate.qml
- │ │ │ │ ├── SwipeView.qml
- │ │ │ │ ├── SwitchDelegate.qml
- │ │ │ │ ├── Switch.qml
- │ │ │ │ ├── TabBar.qml
- │ │ │ │ ├── TabButton.qml
- │ │ │ │ ├── TextArea.qml
- │ │ │ │ ├── TextField.qml
- │ │ │ │ ├── ToolBar.qml
- │ │ │ │ ├── ToolButton.qml
- │ │ │ │ ├── ToolSeparator.qml
- │ │ │ │ ├── ToolTip.qml
- │ │ │ │ └── Tumbler.qml
- │ │ │ ├── ItemDelegate.qml
- │ │ │ ├── Label.qml
- │ │ │ ├── libqtquickcontrols2plugin.so
- │ │ │ ├── Material
- │ │ │ │ ├── ApplicationWindow.qml
- │ │ │ │ ├── BoxShadow.qml
- │ │ │ │ ├── BusyIndicator.qml
- │ │ │ │ ├── Button.qml
- │ │ │ │ ├── CheckBox.qml
- │ │ │ │ ├── CheckDelegate.qml
- │ │ │ │ ├── CheckIndicator.qml
- │ │ │ │ ├── ComboBox.qml
- │ │ │ │ ├── CursorDelegate.qml
- │ │ │ │ ├── DelayButton.qml
- │ │ │ │ ├── DialogButtonBox.qml
- │ │ │ │ ├── Dialog.qml
- │ │ │ │ ├── Dial.qml
- │ │ │ │ ├── Drawer.qml
- │ │ │ │ ├── ElevationEffect.qml
- │ │ │ │ ├── Frame.qml
- │ │ │ │ ├── GroupBox.qml
- │ │ │ │ ├── ItemDelegate.qml
- │ │ │ │ ├── Label.qml
- │ │ │ │ ├── libqtquickcontrols2materialstyleplugin.so
- │ │ │ │ ├── MenuBarItem.qml
- │ │ │ │ ├── MenuBar.qml
- │ │ │ │ ├── MenuItem.qml
- │ │ │ │ ├── Menu.qml
- │ │ │ │ ├── MenuSeparator.qml
- │ │ │ │ ├── PageIndicator.qml
- │ │ │ │ ├── Page.qml
- │ │ │ │ ├── Pane.qml
- │ │ │ │ ├── plugins.qmltypes
- │ │ │ │ ├── Popup.qml
- │ │ │ │ ├── ProgressBar.qml
- │ │ │ │ ├── qmldir
- │ │ │ │ ├── RadioButton.qml
- │ │ │ │ ├── RadioDelegate.qml
- │ │ │ │ ├── RadioIndicator.qml
- │ │ │ │ ├── RangeSlider.qml
- │ │ │ │ ├── RectangularGlow.qml
- │ │ │ │ ├── RoundButton.qml
- │ │ │ │ ├── ScrollBar.qml
- │ │ │ │ ├── ScrollIndicator.qml
- │ │ │ │ ├── SliderHandle.qml
- │ │ │ │ ├── Slider.qml
- │ │ │ │ ├── SpinBox.qml
- │ │ │ │ ├── StackView.qml
- │ │ │ │ ├── SwipeDelegate.qml
- │ │ │ │ ├── SwipeView.qml
- │ │ │ │ ├── SwitchDelegate.qml
- │ │ │ │ ├── SwitchIndicator.qml
- │ │ │ │ ├── Switch.qml
- │ │ │ │ ├── TabBar.qml
- │ │ │ │ ├── TabButton.qml
- │ │ │ │ ├── TextArea.qml
- │ │ │ │ ├── TextField.qml
- │ │ │ │ ├── ToolBar.qml
- │ │ │ │ ├── ToolButton.qml
- │ │ │ │ ├── ToolSeparator.qml
- │ │ │ │ ├── ToolTip.qml
- │ │ │ │ └── Tumbler.qml
- │ │ │ ├── MenuBarItem.qml
- │ │ │ ├── MenuBar.qml
- │ │ │ ├── MenuItem.qml
- │ │ │ ├── Menu.qml
- │ │ │ ├── MenuSeparator.qml
- │ │ │ ├── PageIndicator.qml
- │ │ │ ├── Page.qml
- │ │ │ ├── Pane.qml
- │ │ │ ├── plugins.qmltypes
- │ │ │ ├── Popup.qml
- │ │ │ ├── ProgressBar.qml
- │ │ │ ├── qmldir
- │ │ │ ├── RadioButton.qml
- │ │ │ ├── RadioDelegate.qml
- │ │ │ ├── RangeSlider.qml
- │ │ │ ├── RoundButton.qml
- │ │ │ ├── ScrollBar.qml
- │ │ │ ├── ScrollIndicator.qml
- │ │ │ ├── ScrollView.qml
- │ │ │ ├── Slider.qml
- │ │ │ ├── SpinBox.qml
- │ │ │ ├── StackView.qml
- │ │ │ ├── SwipeDelegate.qml
- │ │ │ ├── SwipeView.qml
- │ │ │ ├── SwitchDelegate.qml
- │ │ │ ├── Switch.qml
- │ │ │ ├── TabBar.qml
- │ │ │ ├── TabButton.qml
- │ │ │ ├── TextArea.qml
- │ │ │ ├── TextField.qml
- │ │ │ ├── ToolBar.qml
- │ │ │ ├── ToolButton.qml
- │ │ │ ├── ToolSeparator.qml
- │ │ │ ├── ToolTip.qml
- │ │ │ ├── Tumbler.qml
- │ │ │ └── Universal
- │ │ │ ├── ApplicationWindow.qml
- │ │ │ ├── BusyIndicator.qml
- │ │ │ ├── Button.qml
- │ │ │ ├── CheckBox.qml
- │ │ │ ├── CheckDelegate.qml
- │ │ │ ├── CheckIndicator.qml
- │ │ │ ├── ComboBox.qml
- │ │ │ ├── DelayButton.qml
- │ │ │ ├── DialogButtonBox.qml
- │ │ │ ├── Dialog.qml
- │ │ │ ├── Dial.qml
- │ │ │ ├── Drawer.qml
- │ │ │ ├── Frame.qml
- │ │ │ ├── GroupBox.qml
- │ │ │ ├── ItemDelegate.qml
- │ │ │ ├── Label.qml
- │ │ │ ├── libqtquickcontrols2universalstyleplugin.so
- │ │ │ ├── MenuBarItem.qml
- │ │ │ ├── MenuBar.qml
- │ │ │ ├── MenuItem.qml
- │ │ │ ├── Menu.qml
- │ │ │ ├── MenuSeparator.qml
- │ │ │ ├── PageIndicator.qml
- │ │ │ ├── Page.qml
- │ │ │ ├── Pane.qml
- │ │ │ ├── plugins.qmltypes
- │ │ │ ├── Popup.qml
- │ │ │ ├── ProgressBar.qml
- │ │ │ ├── qmldir
- │ │ │ ├── RadioButton.qml
- │ │ │ ├── RadioDelegate.qml
- │ │ │ ├── RadioIndicator.qml
- │ │ │ ├── RangeSlider.qml
- │ │ │ ├── RoundButton.qml
- │ │ │ ├── ScrollBar.qml
- │ │ │ ├── ScrollIndicator.qml
- │ │ │ ├── Slider.qml
- │ │ │ ├── SpinBox.qml
- │ │ │ ├── StackView.qml
- │ │ │ ├── SwipeDelegate.qml
- │ │ │ ├── SwitchDelegate.qml
- │ │ │ ├── SwitchIndicator.qml
- │ │ │ ├── Switch.qml
- │ │ │ ├── TabBar.qml
- │ │ │ ├── TabButton.qml
- │ │ │ ├── TextArea.qml
- │ │ │ ├── TextField.qml
- │ │ │ ├── ToolBar.qml
- │ │ │ ├── ToolButton.qml
- │ │ │ ├── ToolSeparator.qml
- │ │ │ ├── ToolTip.qml
- │ │ │ └── Tumbler.qml
- │ │ ├── Layouts
- │ │ │ ├── libqquicklayoutsplugin.so
- │ │ │ ├── plugins.qmltypes
- │ │ │ └── qmldir
- │ │ ├── PrivateWidgets
- │ │ │ ├── libwidgetsplugin.so
- │ │ │ ├── plugins.qmltypes
- │ │ │ └── qmldir
- │ │ ├── Templates.2
- │ │ │ ├── libqtquicktemplates2plugin.so
- │ │ │ ├── plugins.qmltypes
- │ │ │ └── qmldir
- │ │ └── Window.2
- │ │ ├── libwindowplugin.so
- │ │ ├── plugins.qmltypes
- │ │ └── qmldir
- │ └── QtQuick.2
- │ ├── libqtquick2plugin.so
- │ ├── plugins.qmltypes
- │ └── qmldir
- ├── share
- │ ├── applications
- │ │ └── admin.desktop
- │ ├── doc
- │ │ ├── libboost-filesystem1.58.0
- │ │ │ └── copyright
- │ │ ├── libboost-system1.58.0
- │ │ │ └── copyright
- │ │ ├── libcapnp-0.5.3
- │ │ │ └── copyright
- │ │ ├── libdbus-1-3
- │ │ │ └── copyright
- │ │ ├── libffi6
- │ │ │ └── copyright
- │ │ ├── libgcrypt20
- │ │ │ └── copyright
- │ │ ├── libglib2.0-0
- │ │ │ └── copyright
- │ │ ├── liblzma5
- │ │ │ └── copyright
- │ │ ├── libmirclient9
- │ │ │ └── copyright
- │ │ ├── libmircommon7
- │ │ │ └── copyright
- │ │ ├── libmircore1
- │ │ │ └── copyright
- │ │ ├── libmirprotobuf3
- │ │ │ └── copyright
- │ │ ├── libpcre32-3
- │ │ │ └── copyright
- │ │ ├── libpng12-0
- │ │ │ └── copyright
- │ │ ├── libprotobuf-lite9v5
- │ │ │ └── copyright
- │ │ ├── libselinux1
- │ │ │ └── copyright
- │ │ ├── libsystemd0
- │ │ │ └── copyright
- │ │ ├── libwayland-client0
- │ │ │ └── copyright
- │ │ ├── libwayland-server0
- │ │ │ └── copyright
- │ │ ├── libx11-xcb1
- │ │ │ └── copyright
- │ │ ├── libxau6
- │ │ │ └── copyright
- │ │ ├── libxcb-glx0
- │ │ │ └── copyright
- │ │ ├── libxcb-present0
- │ │ │ └── copyright
- │ │ ├── libxcb-sync1
- │ │ │ └── copyright
- │ │ ├── libxcb-xfixes0
- │ │ │ └── copyright
- │ │ ├── libxcb-xkb1
- │ │ │ └── copyright
- │ │ ├── libxdamage1
- │ │ │ └── copyright
- │ │ ├── libxdmcp6
- │ │ │ └── copyright
- │ │ ├── libxext6
- │ │ │ └── copyright
- │ │ ├── libxfixes3
- │ │ │ └── copyright
- │ │ ├── libxkbcommon0
- │ │ │ └── copyright
- │ │ ├── libxkbcommon-x11-0
- │ │ │ └── copyright
- │ │ ├── libxrender1
- │ │ │ └── copyright
- │ │ ├── libxshmfence1
- │ │ │ └── copyright
- │ │ └── libxxf86vm1
- │ │ └── copyright
- │ └── icons
- │ └── hicolor
- │ └── 256x256
- │ └── apps
- │ └── admin.png
- └── translations
- ├── qt_ar.qm
- ├── qt_bg.qm
- ├── qt_ca.qm
- ├── qt_cs.qm
- ├── qt_da.qm
- ├── qt_de.qm
- ├── qt_en.qm
- ├── qt_es.qm
- ├── qt_fi.qm
- ├── qt_fr.qm
- ├── qt_gd.qm
- ├── qt_he.qm
- ├── qt_hu.qm
- ├── qt_it.qm
- ├── qt_ja.qm
- ├── qt_ko.qm
- ├── qt_lv.qm
- ├── qt_pl.qm
- ├── qt_ru.qm
- ├── qt_sk.qm
- ├── qt_uk.qm
- └── qt_zh_TW.qm
- 79 directories, 815 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement