Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.66 KB | None | 0 0
  1. .
  2. ├── admin.desktop
  3. ├── admin.png
  4. ├── AppRun -> usr/bin/admin
  5. ├── gemotest.sqlite3
  6. └── usr
  7. ├── bin
  8. │   ├── admin
  9. │   └── qt.conf
  10. ├── lib
  11. │   ├── libboost_filesystem.so.1.58.0
  12. │   ├── libboost_system.so.1.58.0
  13. │   ├── libcapnp-0.5.3.so
  14. │   ├── libdbus-1.so.3
  15. │   ├── libffi.so.6
  16. │   ├── libgcrypt.so.20
  17. │   ├── libgthread-2.0.so.0
  18. │   ├── libicudata.so.56
  19. │   ├── libicui18n.so.56
  20. │   ├── libicuuc.so.56
  21. │   ├── libkj-0.5.3.so
  22. │   ├── liblzma.so.5
  23. │   ├── libmirclient.so.9
  24. │   ├── libmircommon.so.7
  25. │   ├── libmircore.so.1
  26. │   ├── libmirprotobuf.so.3
  27. │   ├── libpcre.so.3
  28. │   ├── libpng12.so.0
  29. │   ├── libprotobuf-lite.so.9
  30. │   ├── libQt5Core.so.5
  31. │   ├── libQt5DBus.so.5
  32. │   ├── libQt5Gui.so.5
  33. │   ├── libQt5Network.so.5
  34. │   ├── libQt5Qml.so.5
  35. │   ├── libQt5QuickControls2.so.5
  36. │   ├── libQt5Quick.so.5
  37. │   ├── libQt5QuickTemplates2.so.5
  38. │   ├── libQt5Sql.so.5
  39. │   ├── libQt5Svg.so.5
  40. │   ├── libQt5Widgets.so.5
  41. │   ├── libQt5XcbQpa.so.5
  42. │   ├── libselinux.so.1
  43. │   ├── libsystemd.so.0
  44. │   ├── libwayland-client.so.0
  45. │   ├── libwayland-server.so.0
  46. │   ├── libX11-xcb.so.1
  47. │   ├── libXau.so.6
  48. │   ├── libxcb-glx.so.0
  49. │   ├── libxcb-present.so.0
  50. │   ├── libxcb-sync.so.1
  51. │   ├── libxcb-xfixes.so.0
  52. │   ├── libxcb-xkb.so.1
  53. │   ├── libXdamage.so.1
  54. │   ├── libXdmcp.so.6
  55. │   ├── libXext.so.6
  56. │   ├── libXfixes.so.3
  57. │   ├── libxkbcommon.so.0
  58. │   ├── libxkbcommon-x11.so.0
  59. │   ├── libXrender.so.1
  60. │   ├── libxshmfence.so.1
  61. │   └── libXxf86vm.so.1
  62. ├── plugins
  63. │   ├── bearer
  64. │   │   ├── libqconnmanbearer.so
  65. │   │   ├── libqgenericbearer.so
  66. │   │   └── libqnmbearer.so
  67. │   ├── iconengines
  68. │   │   └── libqsvgicon.so
  69. │   ├── imageformats
  70. │   │   ├── libqgif.so
  71. │   │   ├── libqicns.so
  72. │   │   ├── libqico.so
  73. │   │   ├── libqjpeg.so
  74. │   │   ├── libqsvg.so
  75. │   │   ├── libqtga.so
  76. │   │   ├── libqtiff.so
  77. │   │   ├── libqwbmp.so
  78. │   │   └── libqwebp.so
  79. │   ├── platforminputcontexts
  80. │   │   ├── libcomposeplatforminputcontextplugin.so
  81. │   │   └── libibusplatforminputcontextplugin.so
  82. │   ├── platforms
  83. │   │   └── libqxcb.so
  84. │   ├── sqldrivers
  85. │   │   └── libqsqlite.so
  86. │   └── xcbglintegrations
  87. │   ├── libqxcb-egl-integration.so
  88. │   └── libqxcb-glx-integration.so
  89. ├── qml
  90. │   ├── Qt
  91. │   │   └── labs
  92. │   │   ├── platform
  93. │   │   │   ├── libqtlabsplatformplugin.so
  94. │   │   │   ├── plugins.qmltypes
  95. │   │   │   └── qmldir
  96. │   │   └── settings
  97. │   │   ├── libqmlsettingsplugin.so
  98. │   │   ├── plugins.qmltypes
  99. │   │   └── qmldir
  100. │   ├── QtGraphicalEffects
  101. │   │   ├── Blend.qml
  102. │   │   ├── BrightnessContrast.qml
  103. │   │   ├── Colorize.qml
  104. │   │   ├── ColorOverlay.qml
  105. │   │   ├── ConicalGradient.qml
  106. │   │   ├── Desaturate.qml
  107. │   │   ├── DirectionalBlur.qml
  108. │   │   ├── Displace.qml
  109. │   │   ├── DropShadow.qml
  110. │   │   ├── FastBlur.qml
  111. │   │   ├── GammaAdjust.qml
  112. │   │   ├── GaussianBlur.qml
  113. │   │   ├── Glow.qml
  114. │   │   ├── HueSaturation.qml
  115. │   │   ├── InnerShadow.qml
  116. │   │   ├── LevelAdjust.qml
  117. │   │   ├── libqtgraphicaleffectsplugin.so
  118. │   │   ├── LinearGradient.qml
  119. │   │   ├── MaskedBlur.qml
  120. │   │   ├── OpacityMask.qml
  121. │   │   ├── plugins.qmltypes
  122. │   │   ├── private
  123. │   │   │   ├── DropShadowBase.qml
  124. │   │   │   ├── DropShadowBase.qmlc
  125. │   │   │   ├── FastGlow.qml
  126. │   │   │   ├── FastGlow.qmlc
  127. │   │   │   ├── FastInnerShadow.qml
  128. │   │   │   ├── FastInnerShadow.qmlc
  129. │   │   │   ├── FastMaskedBlur.qml
  130. │   │   │   ├── FastMaskedBlur.qmlc
  131. │   │   │   ├── GaussianDirectionalBlur.qml
  132. │   │   │   ├── GaussianDirectionalBlur.qmlc
  133. │   │   │   ├── GaussianGlow.qml
  134. │   │   │   ├── GaussianGlow.qmlc
  135. │   │   │   ├── GaussianInnerShadow.qml
  136. │   │   │   ├── GaussianInnerShadow.qmlc
  137. │   │   │   ├── GaussianMaskedBlur.qml
  138. │   │   │   ├── GaussianMaskedBlur.qmlc
  139. │   │   │   ├── libqtgraphicaleffectsprivate.so
  140. │   │   │   └── qmldir
  141. │   │   ├── qmldir
  142. │   │   ├── RadialBlur.qml
  143. │   │   ├── RadialGradient.qml
  144. │   │   ├── RectangularGlow.qml
  145. │   │   ├── RecursiveBlur.qml
  146. │   │   ├── ThresholdMask.qml
  147. │   │   └── ZoomBlur.qml
  148. │   ├── QtQuick
  149. │   │   ├── Controls
  150. │   │   │   ├── Fusion
  151. │   │   │   │   ├── ApplicationWindow.qml
  152. │   │   │   │   ├── BusyIndicator.qml
  153. │   │   │   │   ├── ButtonPanel.qml
  154. │   │   │   │   ├── Button.qml
  155. │   │   │   │   ├── CheckBox.qml
  156. │   │   │   │   ├── CheckDelegate.qml
  157. │   │   │   │   ├── CheckIndicator.qml
  158. │   │   │   │   ├── ComboBox.qml
  159. │   │   │   │   ├── DelayButton.qml
  160. │   │   │   │   ├── DialogButtonBox.qml
  161. │   │   │   │   ├── Dialog.qml
  162. │   │   │   │   ├── Dial.qml
  163. │   │   │   │   ├── Drawer.qml
  164. │   │   │   │   ├── Frame.qml
  165. │   │   │   │   ├── GroupBox.qml
  166. │   │   │   │   ├── ItemDelegate.qml
  167. │   │   │   │   ├── Label.qml
  168. │   │   │   │   ├── libqtquickcontrols2fusionstyleplugin.so
  169. │   │   │   │   ├── MenuBarItem.qml
  170. │   │   │   │   ├── MenuBar.qml
  171. │   │   │   │   ├── MenuItem.qml
  172. │   │   │   │   ├── Menu.qml
  173. │   │   │   │   ├── MenuSeparator.qml
  174. │   │   │   │   ├── PageIndicator.qml
  175. │   │   │   │   ├── Page.qml
  176. │   │   │   │   ├── Pane.qml
  177. │   │   │   │   ├── plugins.qmltypes
  178. │   │   │   │   ├── Popup.qml
  179. │   │   │   │   ├── ProgressBar.qml
  180. │   │   │   │   ├── qmldir
  181. │   │   │   │   ├── RadioButton.qml
  182. │   │   │   │   ├── RadioDelegate.qml
  183. │   │   │   │   ├── RadioIndicator.qml
  184. │   │   │   │   ├── RangeSlider.qml
  185. │   │   │   │   ├── RoundButton.qml
  186. │   │   │   │   ├── ScrollBar.qml
  187. │   │   │   │   ├── ScrollIndicator.qml
  188. │   │   │   │   ├── SliderGroove.qml
  189. │   │   │   │   ├── SliderHandle.qml
  190. │   │   │   │   ├── Slider.qml
  191. │   │   │   │   ├── SpinBox.qml
  192. │   │   │   │   ├── SwipeDelegate.qml
  193. │   │   │   │   ├── SwitchDelegate.qml
  194. │   │   │   │   ├── SwitchIndicator.qml
  195. │   │   │   │   ├── Switch.qml
  196. │   │   │   │   ├── TabBar.qml
  197. │   │   │   │   ├── TabButton.qml
  198. │   │   │   │   ├── TextArea.qml
  199. │   │   │   │   ├── TextField.qml
  200. │   │   │   │   ├── ToolBar.qml
  201. │   │   │   │   ├── ToolButton.qml
  202. │   │   │   │   ├── ToolSeparator.qml
  203. │   │   │   │   ├── ToolTip.qml
  204. │   │   │   │   └── Tumbler.qml
  205. │   │   │   ├── Imagine
  206. │   │   │   │   ├── ApplicationWindow.qml
  207. │   │   │   │   ├── BusyIndicator.qml
  208. │   │   │   │   ├── Button.qml
  209. │   │   │   │   ├── CheckBox.qml
  210. │   │   │   │   ├── CheckDelegate.qml
  211. │   │   │   │   ├── ComboBox.qml
  212. │   │   │   │   ├── DelayButton.qml
  213. │   │   │   │   ├── DialogButtonBox.qml
  214. │   │   │   │   ├── Dialog.qml
  215. │   │   │   │   ├── Dial.qml
  216. │   │   │   │   ├── Drawer.qml
  217. │   │   │   │   ├── Frame.qml
  218. │   │   │   │   ├── GroupBox.qml
  219. │   │   │   │   ├── ItemDelegate.qml
  220. │   │   │   │   ├── Label.qml
  221. │   │   │   │   ├── libqtquickcontrols2imaginestyleplugin.so
  222. │   │   │   │   ├── MenuItem.qml
  223. │   │   │   │   ├── Menu.qml
  224. │   │   │   │   ├── MenuSeparator.qml
  225. │   │   │   │   ├── PageIndicator.qml
  226. │   │   │   │   ├── Page.qml
  227. │   │   │   │   ├── Pane.qml
  228. │   │   │   │   ├── plugins.qmltypes
  229. │   │   │   │   ├── Popup.qml
  230. │   │   │   │   ├── ProgressBar.qml
  231. │   │   │   │   ├── qmldir
  232. │   │   │   │   ├── RadioButton.qml
  233. │   │   │   │   ├── RadioDelegate.qml
  234. │   │   │   │   ├── RangeSlider.qml
  235. │   │   │   │   ├── RoundButton.qml
  236. │   │   │   │   ├── ScrollBar.qml
  237. │   │   │   │   ├── ScrollIndicator.qml
  238. │   │   │   │   ├── Slider.qml
  239. │   │   │   │   ├── SpinBox.qml
  240. │   │   │   │   ├── StackView.qml
  241. │   │   │   │   ├── SwipeDelegate.qml
  242. │   │   │   │   ├── SwipeView.qml
  243. │   │   │   │   ├── SwitchDelegate.qml
  244. │   │   │   │   ├── Switch.qml
  245. │   │   │   │   ├── TabBar.qml
  246. │   │   │   │   ├── TabButton.qml
  247. │   │   │   │   ├── TextArea.qml
  248. │   │   │   │   ├── TextField.qml
  249. │   │   │   │   ├── ToolBar.qml
  250. │   │   │   │   ├── ToolButton.qml
  251. │   │   │   │   ├── ToolSeparator.qml
  252. │   │   │   │   ├── ToolTip.qml
  253. │   │   │   │   └── Tumbler.qml
  254. │   │   │   ├── Material
  255. │   │   │   │   ├── ApplicationWindow.qml
  256. │   │   │   │   ├── BoxShadow.qml
  257. │   │   │   │   ├── BusyIndicator.qml
  258. │   │   │   │   ├── Button.qml
  259. │   │   │   │   ├── CheckBox.qml
  260. │   │   │   │   ├── CheckDelegate.qml
  261. │   │   │   │   ├── CheckIndicator.qml
  262. │   │   │   │   ├── ComboBox.qml
  263. │   │   │   │   ├── CursorDelegate.qml
  264. │   │   │   │   ├── DelayButton.qml
  265. │   │   │   │   ├── DialogButtonBox.qml
  266. │   │   │   │   ├── Dialog.qml
  267. │   │   │   │   ├── Dial.qml
  268. │   │   │   │   ├── Drawer.qml
  269. │   │   │   │   ├── ElevationEffect.qml
  270. │   │   │   │   ├── Frame.qml
  271. │   │   │   │   ├── GroupBox.qml
  272. │   │   │   │   ├── ItemDelegate.qml
  273. │   │   │   │   ├── Label.qml
  274. │   │   │   │   ├── libqtquickcontrols2materialstyleplugin.so
  275. │   │   │   │   ├── MenuBarItem.qml
  276. │   │   │   │   ├── MenuBar.qml
  277. │   │   │   │   ├── MenuItem.qml
  278. │   │   │   │   ├── Menu.qml
  279. │   │   │   │   ├── MenuSeparator.qml
  280. │   │   │   │   ├── PageIndicator.qml
  281. │   │   │   │   ├── Page.qml
  282. │   │   │   │   ├── Pane.qml
  283. │   │   │   │   ├── plugins.qmltypes
  284. │   │   │   │   ├── Popup.qml
  285. │   │   │   │   ├── ProgressBar.qml
  286. │   │   │   │   ├── qmldir
  287. │   │   │   │   ├── RadioButton.qml
  288. │   │   │   │   ├── RadioDelegate.qml
  289. │   │   │   │   ├── RadioIndicator.qml
  290. │   │   │   │   ├── RangeSlider.qml
  291. │   │   │   │   ├── RectangularGlow.qml
  292. │   │   │   │   ├── RoundButton.qml
  293. │   │   │   │   ├── ScrollBar.qml
  294. │   │   │   │   ├── ScrollIndicator.qml
  295. │   │   │   │   ├── SliderHandle.qml
  296. │   │   │   │   ├── Slider.qml
  297. │   │   │   │   ├── SpinBox.qml
  298. │   │   │   │   ├── StackView.qml
  299. │   │   │   │   ├── SwipeDelegate.qml
  300. │   │   │   │   ├── SwipeView.qml
  301. │   │   │   │   ├── SwitchDelegate.qml
  302. │   │   │   │   ├── SwitchIndicator.qml
  303. │   │   │   │   ├── Switch.qml
  304. │   │   │   │   ├── TabBar.qml
  305. │   │   │   │   ├── TabButton.qml
  306. │   │   │   │   ├── TextArea.qml
  307. │   │   │   │   ├── TextField.qml
  308. │   │   │   │   ├── ToolBar.qml
  309. │   │   │   │   ├── ToolButton.qml
  310. │   │   │   │   ├── ToolSeparator.qml
  311. │   │   │   │   ├── ToolTip.qml
  312. │   │   │   │   └── Tumbler.qml
  313. │   │   │   └── Universal
  314. │   │   │   ├── ApplicationWindow.qml
  315. │   │   │   ├── BusyIndicator.qml
  316. │   │   │   ├── Button.qml
  317. │   │   │   ├── CheckBox.qml
  318. │   │   │   ├── CheckDelegate.qml
  319. │   │   │   ├── CheckIndicator.qml
  320. │   │   │   ├── ComboBox.qml
  321. │   │   │   ├── DelayButton.qml
  322. │   │   │   ├── DialogButtonBox.qml
  323. │   │   │   ├── Dialog.qml
  324. │   │   │   ├── Dial.qml
  325. │   │   │   ├── Drawer.qml
  326. │   │   │   ├── Frame.qml
  327. │   │   │   ├── GroupBox.qml
  328. │   │   │   ├── ItemDelegate.qml
  329. │   │   │   ├── Label.qml
  330. │   │   │   ├── libqtquickcontrols2universalstyleplugin.so
  331. │   │   │   ├── MenuBarItem.qml
  332. │   │   │   ├── MenuBar.qml
  333. │   │   │   ├── MenuItem.qml
  334. │   │   │   ├── Menu.qml
  335. │   │   │   ├── MenuSeparator.qml
  336. │   │   │   ├── PageIndicator.qml
  337. │   │   │   ├── Page.qml
  338. │   │   │   ├── Pane.qml
  339. │   │   │   ├── plugins.qmltypes
  340. │   │   │   ├── Popup.qml
  341. │   │   │   ├── ProgressBar.qml
  342. │   │   │   ├── qmldir
  343. │   │   │   ├── RadioButton.qml
  344. │   │   │   ├── RadioDelegate.qml
  345. │   │   │   ├── RadioIndicator.qml
  346. │   │   │   ├── RangeSlider.qml
  347. │   │   │   ├── RoundButton.qml
  348. │   │   │   ├── ScrollBar.qml
  349. │   │   │   ├── ScrollIndicator.qml
  350. │   │   │   ├── Slider.qml
  351. │   │   │   ├── SpinBox.qml
  352. │   │   │   ├── StackView.qml
  353. │   │   │   ├── SwipeDelegate.qml
  354. │   │   │   ├── SwitchDelegate.qml
  355. │   │   │   ├── SwitchIndicator.qml
  356. │   │   │   ├── Switch.qml
  357. │   │   │   ├── TabBar.qml
  358. │   │   │   ├── TabButton.qml
  359. │   │   │   ├── TextArea.qml
  360. │   │   │   ├── TextField.qml
  361. │   │   │   ├── ToolBar.qml
  362. │   │   │   ├── ToolButton.qml
  363. │   │   │   ├── ToolSeparator.qml
  364. │   │   │   ├── ToolTip.qml
  365. │   │   │   └── Tumbler.qml
  366. │   │   ├── Controls.2
  367. │   │   │   ├── AbstractButton.qml
  368. │   │   │   ├── ActionGroup.qml
  369. │   │   │   ├── Action.qml
  370. │   │   │   ├── ApplicationWindow.qml
  371. │   │   │   ├── BusyIndicator.qml
  372. │   │   │   ├── ButtonGroup.qml
  373. │   │   │   ├── Button.qml
  374. │   │   │   ├── CheckBox.qml
  375. │   │   │   ├── CheckDelegate.qml
  376. │   │   │   ├── ComboBox.qml
  377. │   │   │   ├── Container.qml
  378. │   │   │   ├── Control.qml
  379. │   │   │   ├── DelayButton.qml
  380. │   │   │   ├── designer
  381. │   │   │   │   ├── AbstractButtonSection.qml
  382. │   │   │   │   ├── BusyIndicatorSpecifics.qml
  383. │   │   │   │   ├── ButtonSection.qml
  384. │   │   │   │   ├── ButtonSpecifics.qml
  385. │   │   │   │   ├── CheckBoxSpecifics.qml
  386. │   │   │   │   ├── CheckDelegateSpecifics.qml
  387. │   │   │   │   ├── CheckSection.qml
  388. │   │   │   │   ├── ComboBoxSpecifics.qml
  389. │   │   │   │   ├── ContainerSection.qml
  390. │   │   │   │   ├── ControlSection.qml
  391. │   │   │   │   ├── ControlSpecifics.qml
  392. │   │   │   │   ├── DelayButtonSpecifics.qml
  393. │   │   │   │   ├── DialSpecifics.qml
  394. │   │   │   │   ├── FrameSpecifics.qml
  395. │   │   │   │   ├── GroupBoxSpecifics.qml
  396. │   │   │   │   ├── images
  397. │   │   │   │   │   ├── busyindicator-icon16.png
  398. │   │   │   │   │   ├── [email protected]
  399. │   │   │   │   │   ├── busyindicator-icon.png
  400. │   │   │   │   │   ├── button-icon16.png
  401. │   │   │   │   │   ├── [email protected]
  402. │   │   │   │   │   ├── button-icon.png
  403. │   │   │   │   │   ├── checkbox-icon16.png
  404. │   │   │   │   │   ├── [email protected]
  405. │   │   │   │   │   ├── checkbox-icon.png
  406. │   │   │   │   │   ├── combobox-icon16.png
  407. │   │   │   │   │   ├── [email protected]
  408. │   │   │   │   │   ├── combobox-icon.png
  409. │   │   │   │   │   ├── delaybutton-icon16.png
  410. │   │   │   │   │   ├── [email protected]
  411. │   │   │   │   │   ├── delaybutton-icon.png
  412. │   │   │   │   │   ├── dial-icon16.png
  413. │   │   │   │   │   ├── [email protected]
  414. │   │   │   │   │   ├── dial-icon.png
  415. │   │   │   │   │   ├── frame-icon16.png
  416. │   │   │   │   │   ├── [email protected]
  417. │   │   │   │   │   ├── frame-icon.png
  418. │   │   │   │   │   ├── groupbox-icon16.png
  419. │   │   │   │   │   ├── [email protected]
  420. │   │   │   │   │   ├── groupbox-icon.png
  421. │   │   │   │   │   ├── itemdelegate-icon16.png
  422. │   │   │   │   │   ├── [email protected]
  423. │   │   │   │   │   ├── itemdelegate-icon.png
  424. │   │   │   │   │   ├── label-icon16.png
  425. │   │   │   │   │   ├── [email protected]
  426. │   │   │   │   │   ├── label-icon.png
  427. │   │   │   │   │   ├── page-icon16.png
  428. │   │   │   │   │   ├── [email protected]
  429. │   │   │   │   │   ├── page-icon.png
  430. │   │   │   │   │   ├── pageindicator-icon16.png
  431. │   │   │   │   │   ├── [email protected]
  432. │   │   │   │   │   ├── pageindicator-icon.png
  433. │   │   │   │   │   ├── pane-icon16.png
  434. │   │   │   │   │   ├── [email protected]
  435. │   │   │   │   │   ├── pane-icon.png
  436. │   │   │   │   │   ├── progressbar-icon16.png
  437. │   │   │   │   │   ├── [email protected]
  438. │   │   │   │   │   ├── progressbar-icon.png
  439. │   │   │   │   │   ├── radiobutton-icon16.png
  440. │   │   │   │   │   ├── [email protected]
  441. │   │   │   │   │   ├── radiobutton-icon.png
  442. │   │   │   │   │   ├── rangeslider-icon16.png
  443. │   │   │   │   │   ├── [email protected]
  444. │   │   │   │   │   ├── rangeslider-icon.png
  445. │   │   │   │   │   ├── roundbutton-icon16.png
  446. │   │   │   │   │   ├── [email protected]
  447. │   │   │   │   │   ├── roundbutton-icon.png
  448. │   │   │   │   │   ├── scrollview-icon16.png
  449. │   │   │   │   │   ├── [email protected]
  450. │   │   │   │   │   ├── scrollview-icon.png
  451. │   │   │   │   │   ├── slider-icon16.png
  452. │   │   │   │   │   ├── [email protected]
  453. │   │   │   │   │   ├── slider-icon.png
  454. │   │   │   │   │   ├── spinbox-icon16.png
  455. │   │   │   │   │   ├── [email protected]
  456. │   │   │   │   │   ├── spinbox-icon.png
  457. │   │   │   │   │   ├── stackview-icon16.png
  458. │   │   │   │   │   ├── [email protected]
  459. │   │   │   │   │   ├── stackview-icon.png
  460. │   │   │   │   │   ├── swipeview-icon16.png
  461. │   │   │   │   │   ├── [email protected]
  462. │   │   │   │   │   ├── swipeview-icon.png
  463. │   │   │   │   │   ├── switch-icon16.png
  464. │   │   │   │   │   ├── [email protected]
  465. │   │   │   │   │   ├── switch-icon.png
  466. │   │   │   │   │   ├── textarea-icon16.png
  467. │   │   │   │   │   ├── [email protected]
  468. │   │   │   │   │   ├── textarea-icon.png
  469. │   │   │   │   │   ├── textfield-icon16.png
  470. │   │   │   │   │   ├── [email protected]
  471. │   │   │   │   │   ├── textfield-icon.png
  472. │   │   │   │   │   ├── toolbar-icon16.png
  473. │   │   │   │   │   ├── [email protected]
  474. │   │   │   │   │   ├── toolbar-icon.png
  475. │   │   │   │   │   ├── toolbutton-icon16.png
  476. │   │   │   │   │   ├── [email protected]
  477. │   │   │   │   │   ├── toolbutton-icon.png
  478. │   │   │   │   │   ├── toolseparator-icon16.png
  479. │   │   │   │   │   ├── [email protected]
  480. │   │   │   │   │   ├── toolseparator-icon.png
  481. │   │   │   │   │   ├── tumbler-icon16.png
  482. │   │   │   │   │   ├── [email protected]
  483. │   │   │   │   │   └── tumbler-icon.png
  484. │   │   │   │   ├── ItemDelegateSection.qml
  485. │   │   │   │   ├── ItemDelegateSpecifics.qml
  486. │   │   │   │   ├── LabelSpecifics.qml
  487. │   │   │   │   ├── PaddingSection.qml
  488. │   │   │   │   ├── PageIndicatorSpecifics.qml
  489. │   │   │   │   ├── PageSpecifics.qml
  490. │   │   │   │   ├── PaneSection.qml
  491. │   │   │   │   ├── PaneSpecifics.qml
  492. │   │   │   │   ├── ProgressBarSpecifics.qml
  493. │   │   │   │   ├── qtquickcontrols2.metainfo
  494. │   │   │   │   ├── RadioButtonSpecifics.qml
  495. │   │   │   │   ├── RadioDelegateSpecifics.qml
  496. │   │   │   │   ├── RangeSliderSpecifics.qml
  497. │   │   │   │   ├── RoundButtonSpecifics.qml
  498. │   │   │   │   ├── ScrollViewSpecifics.qml
  499. │   │   │   │   ├── SliderSpecifics.qml
  500. │   │   │   │   ├── SpinBoxSpecifics.qml
  501. │   │   │   │   ├── StackViewSpecifics.qml
  502. │   │   │   │   ├── SwipeDelegateSpecifics.qml
  503. │   │   │   │   ├── SwipeViewSpecifics.qml
  504. │   │   │   │   ├── SwitchDelegateSpecifics.qml
  505. │   │   │   │   ├── SwitchSpecifics.qml
  506. │   │   │   │   ├── TabBarSpecifics.qml
  507. │   │   │   │   ├── TabButtonSpecifics.qml
  508. │   │   │   │   ├── TextAreaSpecifics.qml
  509. │   │   │   │   ├── TextFieldSpecifics.qml
  510. │   │   │   │   ├── ToolBarSpecifics.qml
  511. │   │   │   │   ├── ToolButtonSpecifics.qml
  512. │   │   │   │   ├── ToolSeparatorSpecifics.qml
  513. │   │   │   │   └── TumblerSpecifics.qml
  514. │   │   │   ├── DialogButtonBox.qml
  515. │   │   │   ├── Dialog.qml
  516. │   │   │   ├── Dial.qml
  517. │   │   │   ├── Drawer.qml
  518. │   │   │   ├── Frame.qml
  519. │   │   │   ├── Fusion
  520. │   │   │   │   ├── ApplicationWindow.qml
  521. │   │   │   │   ├── BusyIndicator.qml
  522. │   │   │   │   ├── ButtonPanel.qml
  523. │   │   │   │   ├── Button.qml
  524. │   │   │   │   ├── CheckBox.qml
  525. │   │   │   │   ├── CheckDelegate.qml
  526. │   │   │   │   ├── CheckIndicator.qml
  527. │   │   │   │   ├── ComboBox.qml
  528. │   │   │   │   ├── DelayButton.qml
  529. │   │   │   │   ├── DialogButtonBox.qml
  530. │   │   │   │   ├── Dialog.qml
  531. │   │   │   │   ├── Dial.qml
  532. │   │   │   │   ├── Drawer.qml
  533. │   │   │   │   ├── Frame.qml
  534. │   │   │   │   ├── GroupBox.qml
  535. │   │   │   │   ├── ItemDelegate.qml
  536. │   │   │   │   ├── Label.qml
  537. │   │   │   │   ├── libqtquickcontrols2fusionstyleplugin.so
  538. │   │   │   │   ├── MenuBarItem.qml
  539. │   │   │   │   ├── MenuBar.qml
  540. │   │   │   │   ├── MenuItem.qml
  541. │   │   │   │   ├── Menu.qml
  542. │   │   │   │   ├── MenuSeparator.qml
  543. │   │   │   │   ├── PageIndicator.qml
  544. │   │   │   │   ├── Page.qml
  545. │   │   │   │   ├── Pane.qml
  546. │   │   │   │   ├── plugins.qmltypes
  547. │   │   │   │   ├── Popup.qml
  548. │   │   │   │   ├── ProgressBar.qml
  549. │   │   │   │   ├── qmldir
  550. │   │   │   │   ├── RadioButton.qml
  551. │   │   │   │   ├── RadioDelegate.qml
  552. │   │   │   │   ├── RadioIndicator.qml
  553. │   │   │   │   ├── RangeSlider.qml
  554. │   │   │   │   ├── RoundButton.qml
  555. │   │   │   │   ├── ScrollBar.qml
  556. │   │   │   │   ├── ScrollIndicator.qml
  557. │   │   │   │   ├── SliderGroove.qml
  558. │   │   │   │   ├── SliderHandle.qml
  559. │   │   │   │   ├── Slider.qml
  560. │   │   │   │   ├── SpinBox.qml
  561. │   │   │   │   ├── SwipeDelegate.qml
  562. │   │   │   │   ├── SwitchDelegate.qml
  563. │   │   │   │   ├── SwitchIndicator.qml
  564. │   │   │   │   ├── Switch.qml
  565. │   │   │   │   ├── TabBar.qml
  566. │   │   │   │   ├── TabButton.qml
  567. │   │   │   │   ├── TextArea.qml
  568. │   │   │   │   ├── TextField.qml
  569. │   │   │   │   ├── ToolBar.qml
  570. │   │   │   │   ├── ToolButton.qml
  571. │   │   │   │   ├── ToolSeparator.qml
  572. │   │   │   │   ├── ToolTip.qml
  573. │   │   │   │   └── Tumbler.qml
  574. │   │   │   ├── GroupBox.qml
  575. │   │   │   ├── Imagine
  576. │   │   │   │   ├── ApplicationWindow.qml
  577. │   │   │   │   ├── BusyIndicator.qml
  578. │   │   │   │   ├── Button.qml
  579. │   │   │   │   ├── CheckBox.qml
  580. │   │   │   │   ├── CheckDelegate.qml
  581. │   │   │   │   ├── ComboBox.qml
  582. │   │   │   │   ├── DelayButton.qml
  583. │   │   │   │   ├── DialogButtonBox.qml
  584. │   │   │   │   ├── Dialog.qml
  585. │   │   │   │   ├── Dial.qml
  586. │   │   │   │   ├── Drawer.qml
  587. │   │   │   │   ├── Frame.qml
  588. │   │   │   │   ├── GroupBox.qml
  589. │   │   │   │   ├── ItemDelegate.qml
  590. │   │   │   │   ├── Label.qml
  591. │   │   │   │   ├── libqtquickcontrols2imaginestyleplugin.so
  592. │   │   │   │   ├── MenuItem.qml
  593. │   │   │   │   ├── Menu.qml
  594. │   │   │   │   ├── MenuSeparator.qml
  595. │   │   │   │   ├── PageIndicator.qml
  596. │   │   │   │   ├── Page.qml
  597. │   │   │   │   ├── Pane.qml
  598. │   │   │   │   ├── plugins.qmltypes
  599. │   │   │   │   ├── Popup.qml
  600. │   │   │   │   ├── ProgressBar.qml
  601. │   │   │   │   ├── qmldir
  602. │   │   │   │   ├── RadioButton.qml
  603. │   │   │   │   ├── RadioDelegate.qml
  604. │   │   │   │   ├── RangeSlider.qml
  605. │   │   │   │   ├── RoundButton.qml
  606. │   │   │   │   ├── ScrollBar.qml
  607. │   │   │   │   ├── ScrollIndicator.qml
  608. │   │   │   │   ├── Slider.qml
  609. │   │   │   │   ├── SpinBox.qml
  610. │   │   │   │   ├── StackView.qml
  611. │   │   │   │   ├── SwipeDelegate.qml
  612. │   │   │   │   ├── SwipeView.qml
  613. │   │   │   │   ├── SwitchDelegate.qml
  614. │   │   │   │   ├── Switch.qml
  615. │   │   │   │   ├── TabBar.qml
  616. │   │   │   │   ├── TabButton.qml
  617. │   │   │   │   ├── TextArea.qml
  618. │   │   │   │   ├── TextField.qml
  619. │   │   │   │   ├── ToolBar.qml
  620. │   │   │   │   ├── ToolButton.qml
  621. │   │   │   │   ├── ToolSeparator.qml
  622. │   │   │   │   ├── ToolTip.qml
  623. │   │   │   │   └── Tumbler.qml
  624. │   │   │   ├── ItemDelegate.qml
  625. │   │   │   ├── Label.qml
  626. │   │   │   ├── libqtquickcontrols2plugin.so
  627. │   │   │   ├── Material
  628. │   │   │   │   ├── ApplicationWindow.qml
  629. │   │   │   │   ├── BoxShadow.qml
  630. │   │   │   │   ├── BusyIndicator.qml
  631. │   │   │   │   ├── Button.qml
  632. │   │   │   │   ├── CheckBox.qml
  633. │   │   │   │   ├── CheckDelegate.qml
  634. │   │   │   │   ├── CheckIndicator.qml
  635. │   │   │   │   ├── ComboBox.qml
  636. │   │   │   │   ├── CursorDelegate.qml
  637. │   │   │   │   ├── DelayButton.qml
  638. │   │   │   │   ├── DialogButtonBox.qml
  639. │   │   │   │   ├── Dialog.qml
  640. │   │   │   │   ├── Dial.qml
  641. │   │   │   │   ├── Drawer.qml
  642. │   │   │   │   ├── ElevationEffect.qml
  643. │   │   │   │   ├── Frame.qml
  644. │   │   │   │   ├── GroupBox.qml
  645. │   │   │   │   ├── ItemDelegate.qml
  646. │   │   │   │   ├── Label.qml
  647. │   │   │   │   ├── libqtquickcontrols2materialstyleplugin.so
  648. │   │   │   │   ├── MenuBarItem.qml
  649. │   │   │   │   ├── MenuBar.qml
  650. │   │   │   │   ├── MenuItem.qml
  651. │   │   │   │   ├── Menu.qml
  652. │   │   │   │   ├── MenuSeparator.qml
  653. │   │   │   │   ├── PageIndicator.qml
  654. │   │   │   │   ├── Page.qml
  655. │   │   │   │   ├── Pane.qml
  656. │   │   │   │   ├── plugins.qmltypes
  657. │   │   │   │   ├── Popup.qml
  658. │   │   │   │   ├── ProgressBar.qml
  659. │   │   │   │   ├── qmldir
  660. │   │   │   │   ├── RadioButton.qml
  661. │   │   │   │   ├── RadioDelegate.qml
  662. │   │   │   │   ├── RadioIndicator.qml
  663. │   │   │   │   ├── RangeSlider.qml
  664. │   │   │   │   ├── RectangularGlow.qml
  665. │   │   │   │   ├── RoundButton.qml
  666. │   │   │   │   ├── ScrollBar.qml
  667. │   │   │   │   ├── ScrollIndicator.qml
  668. │   │   │   │   ├── SliderHandle.qml
  669. │   │   │   │   ├── Slider.qml
  670. │   │   │   │   ├── SpinBox.qml
  671. │   │   │   │   ├── StackView.qml
  672. │   │   │   │   ├── SwipeDelegate.qml
  673. │   │   │   │   ├── SwipeView.qml
  674. │   │   │   │   ├── SwitchDelegate.qml
  675. │   │   │   │   ├── SwitchIndicator.qml
  676. │   │   │   │   ├── Switch.qml
  677. │   │   │   │   ├── TabBar.qml
  678. │   │   │   │   ├── TabButton.qml
  679. │   │   │   │   ├── TextArea.qml
  680. │   │   │   │   ├── TextField.qml
  681. │   │   │   │   ├── ToolBar.qml
  682. │   │   │   │   ├── ToolButton.qml
  683. │   │   │   │   ├── ToolSeparator.qml
  684. │   │   │   │   ├── ToolTip.qml
  685. │   │   │   │   └── Tumbler.qml
  686. │   │   │   ├── MenuBarItem.qml
  687. │   │   │   ├── MenuBar.qml
  688. │   │   │   ├── MenuItem.qml
  689. │   │   │   ├── Menu.qml
  690. │   │   │   ├── MenuSeparator.qml
  691. │   │   │   ├── PageIndicator.qml
  692. │   │   │   ├── Page.qml
  693. │   │   │   ├── Pane.qml
  694. │   │   │   ├── plugins.qmltypes
  695. │   │   │   ├── Popup.qml
  696. │   │   │   ├── ProgressBar.qml
  697. │   │   │   ├── qmldir
  698. │   │   │   ├── RadioButton.qml
  699. │   │   │   ├── RadioDelegate.qml
  700. │   │   │   ├── RangeSlider.qml
  701. │   │   │   ├── RoundButton.qml
  702. │   │   │   ├── ScrollBar.qml
  703. │   │   │   ├── ScrollIndicator.qml
  704. │   │   │   ├── ScrollView.qml
  705. │   │   │   ├── Slider.qml
  706. │   │   │   ├── SpinBox.qml
  707. │   │   │   ├── StackView.qml
  708. │   │   │   ├── SwipeDelegate.qml
  709. │   │   │   ├── SwipeView.qml
  710. │   │   │   ├── SwitchDelegate.qml
  711. │   │   │   ├── Switch.qml
  712. │   │   │   ├── TabBar.qml
  713. │   │   │   ├── TabButton.qml
  714. │   │   │   ├── TextArea.qml
  715. │   │   │   ├── TextField.qml
  716. │   │   │   ├── ToolBar.qml
  717. │   │   │   ├── ToolButton.qml
  718. │   │   │   ├── ToolSeparator.qml
  719. │   │   │   ├── ToolTip.qml
  720. │   │   │   ├── Tumbler.qml
  721. │   │   │   └── Universal
  722. │   │   │   ├── ApplicationWindow.qml
  723. │   │   │   ├── BusyIndicator.qml
  724. │   │   │   ├── Button.qml
  725. │   │   │   ├── CheckBox.qml
  726. │   │   │   ├── CheckDelegate.qml
  727. │   │   │   ├── CheckIndicator.qml
  728. │   │   │   ├── ComboBox.qml
  729. │   │   │   ├── DelayButton.qml
  730. │   │   │   ├── DialogButtonBox.qml
  731. │   │   │   ├── Dialog.qml
  732. │   │   │   ├── Dial.qml
  733. │   │   │   ├── Drawer.qml
  734. │   │   │   ├── Frame.qml
  735. │   │   │   ├── GroupBox.qml
  736. │   │   │   ├── ItemDelegate.qml
  737. │   │   │   ├── Label.qml
  738. │   │   │   ├── libqtquickcontrols2universalstyleplugin.so
  739. │   │   │   ├── MenuBarItem.qml
  740. │   │   │   ├── MenuBar.qml
  741. │   │   │   ├── MenuItem.qml
  742. │   │   │   ├── Menu.qml
  743. │   │   │   ├── MenuSeparator.qml
  744. │   │   │   ├── PageIndicator.qml
  745. │   │   │   ├── Page.qml
  746. │   │   │   ├── Pane.qml
  747. │   │   │   ├── plugins.qmltypes
  748. │   │   │   ├── Popup.qml
  749. │   │   │   ├── ProgressBar.qml
  750. │   │   │   ├── qmldir
  751. │   │   │   ├── RadioButton.qml
  752. │   │   │   ├── RadioDelegate.qml
  753. │   │   │   ├── RadioIndicator.qml
  754. │   │   │   ├── RangeSlider.qml
  755. │   │   │   ├── RoundButton.qml
  756. │   │   │   ├── ScrollBar.qml
  757. │   │   │   ├── ScrollIndicator.qml
  758. │   │   │   ├── Slider.qml
  759. │   │   │   ├── SpinBox.qml
  760. │   │   │   ├── StackView.qml
  761. │   │   │   ├── SwipeDelegate.qml
  762. │   │   │   ├── SwitchDelegate.qml
  763. │   │   │   ├── SwitchIndicator.qml
  764. │   │   │   ├── Switch.qml
  765. │   │   │   ├── TabBar.qml
  766. │   │   │   ├── TabButton.qml
  767. │   │   │   ├── TextArea.qml
  768. │   │   │   ├── TextField.qml
  769. │   │   │   ├── ToolBar.qml
  770. │   │   │   ├── ToolButton.qml
  771. │   │   │   ├── ToolSeparator.qml
  772. │   │   │   ├── ToolTip.qml
  773. │   │   │   └── Tumbler.qml
  774. │   │   ├── Layouts
  775. │   │   │   ├── libqquicklayoutsplugin.so
  776. │   │   │   ├── plugins.qmltypes
  777. │   │   │   └── qmldir
  778. │   │   ├── PrivateWidgets
  779. │   │   │   ├── libwidgetsplugin.so
  780. │   │   │   ├── plugins.qmltypes
  781. │   │   │   └── qmldir
  782. │   │   ├── Templates.2
  783. │   │   │   ├── libqtquicktemplates2plugin.so
  784. │   │   │   ├── plugins.qmltypes
  785. │   │   │   └── qmldir
  786. │   │   └── Window.2
  787. │   │   ├── libwindowplugin.so
  788. │   │   ├── plugins.qmltypes
  789. │   │   └── qmldir
  790. │   └── QtQuick.2
  791. │   ├── libqtquick2plugin.so
  792. │   ├── plugins.qmltypes
  793. │   └── qmldir
  794. ├── share
  795. │   ├── applications
  796. │   │   └── admin.desktop
  797. │   ├── doc
  798. │   │   ├── libboost-filesystem1.58.0
  799. │   │   │   └── copyright
  800. │   │   ├── libboost-system1.58.0
  801. │   │   │   └── copyright
  802. │   │   ├── libcapnp-0.5.3
  803. │   │   │   └── copyright
  804. │   │   ├── libdbus-1-3
  805. │   │   │   └── copyright
  806. │   │   ├── libffi6
  807. │   │   │   └── copyright
  808. │   │   ├── libgcrypt20
  809. │   │   │   └── copyright
  810. │   │   ├── libglib2.0-0
  811. │   │   │   └── copyright
  812. │   │   ├── liblzma5
  813. │   │   │   └── copyright
  814. │   │   ├── libmirclient9
  815. │   │   │   └── copyright
  816. │   │   ├── libmircommon7
  817. │   │   │   └── copyright
  818. │   │   ├── libmircore1
  819. │   │   │   └── copyright
  820. │   │   ├── libmirprotobuf3
  821. │   │   │   └── copyright
  822. │   │   ├── libpcre32-3
  823. │   │   │   └── copyright
  824. │   │   ├── libpng12-0
  825. │   │   │   └── copyright
  826. │   │   ├── libprotobuf-lite9v5
  827. │   │   │   └── copyright
  828. │   │   ├── libselinux1
  829. │   │   │   └── copyright
  830. │   │   ├── libsystemd0
  831. │   │   │   └── copyright
  832. │   │   ├── libwayland-client0
  833. │   │   │   └── copyright
  834. │   │   ├── libwayland-server0
  835. │   │   │   └── copyright
  836. │   │   ├── libx11-xcb1
  837. │   │   │   └── copyright
  838. │   │   ├── libxau6
  839. │   │   │   └── copyright
  840. │   │   ├── libxcb-glx0
  841. │   │   │   └── copyright
  842. │   │   ├── libxcb-present0
  843. │   │   │   └── copyright
  844. │   │   ├── libxcb-sync1
  845. │   │   │   └── copyright
  846. │   │   ├── libxcb-xfixes0
  847. │   │   │   └── copyright
  848. │   │   ├── libxcb-xkb1
  849. │   │   │   └── copyright
  850. │   │   ├── libxdamage1
  851. │   │   │   └── copyright
  852. │   │   ├── libxdmcp6
  853. │   │   │   └── copyright
  854. │   │   ├── libxext6
  855. │   │   │   └── copyright
  856. │   │   ├── libxfixes3
  857. │   │   │   └── copyright
  858. │   │   ├── libxkbcommon0
  859. │   │   │   └── copyright
  860. │   │   ├── libxkbcommon-x11-0
  861. │   │   │   └── copyright
  862. │   │   ├── libxrender1
  863. │   │   │   └── copyright
  864. │   │   ├── libxshmfence1
  865. │   │   │   └── copyright
  866. │   │   └── libxxf86vm1
  867. │   │   └── copyright
  868. │   └── icons
  869. │   └── hicolor
  870. │   └── 256x256
  871. │   └── apps
  872. │   └── admin.png
  873. └── translations
  874. ├── qt_ar.qm
  875. ├── qt_bg.qm
  876. ├── qt_ca.qm
  877. ├── qt_cs.qm
  878. ├── qt_da.qm
  879. ├── qt_de.qm
  880. ├── qt_en.qm
  881. ├── qt_es.qm
  882. ├── qt_fi.qm
  883. ├── qt_fr.qm
  884. ├── qt_gd.qm
  885. ├── qt_he.qm
  886. ├── qt_hu.qm
  887. ├── qt_it.qm
  888. ├── qt_ja.qm
  889. ├── qt_ko.qm
  890. ├── qt_lv.qm
  891. ├── qt_pl.qm
  892. ├── qt_ru.qm
  893. ├── qt_sk.qm
  894. ├── qt_uk.qm
  895. └── qt_zh_TW.qm
  896.  
  897. 79 directories, 815 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement