qtquickcontrols2.metainfo 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. MetaInfo {
  2. Type {
  3. name: "QtQuick.Controls.BusyIndicator"
  4. icon: "images/busyindicator-icon16.png"
  5. ItemLibraryEntry {
  6. name: "Busy Indicator"
  7. category: "Qt Quick - Controls 2"
  8. libraryIcon: "images/busyindicator-icon.png"
  9. version: "2.0"
  10. requiredImport: "QtQuick.Controls"
  11. }
  12. }
  13. Type {
  14. name: "QtQuick.Controls.Button"
  15. icon: "images/button-icon16.png"
  16. ItemLibraryEntry {
  17. name: "Button"
  18. category: "Qt Quick - Controls 2"
  19. libraryIcon: "images/button-icon.png"
  20. version: "2.0"
  21. requiredImport: "QtQuick.Controls"
  22. Property { name: "text"; type: "binding"; value: "qsTr(\"Button\")" }
  23. }
  24. }
  25. Type {
  26. name: "QtQuick.Controls.CheckBox"
  27. icon: "images/checkbox-icon16.png"
  28. ItemLibraryEntry {
  29. name: "Check Box"
  30. category: "Qt Quick - Controls 2"
  31. libraryIcon: "images/checkbox-icon.png"
  32. version: "2.0"
  33. requiredImport: "QtQuick.Controls"
  34. Property { name: "text"; type: "binding"; value: "qsTr(\"Check Box\")" }
  35. }
  36. }
  37. Type {
  38. name: "QtQuick.Controls.CheckDelegate"
  39. icon: "images/checkbox-icon16.png"
  40. ItemLibraryEntry {
  41. name: "Check Delegate"
  42. category: "Qt Quick - Controls 2"
  43. libraryIcon: "images/checkbox-icon.png"
  44. version: "2.0"
  45. requiredImport: "QtQuick.Controls"
  46. Property { name: "text"; type: "binding"; value: "qsTr(\"Check Delegate\")" }
  47. }
  48. }
  49. Type {
  50. name: "QtQuick.Controls.ComboBox"
  51. icon: "images/combobox-icon16.png"
  52. ItemLibraryEntry {
  53. name: "Combo Box"
  54. category: "Qt Quick - Controls 2"
  55. libraryIcon: "images/combobox-icon.png"
  56. version: "2.0"
  57. requiredImport: "QtQuick.Controls"
  58. }
  59. }
  60. Type {
  61. name: "QtQuick.Controls.DelayButton"
  62. icon: "images/button-icon16.png"
  63. ItemLibraryEntry {
  64. name: "Delay Button"
  65. category: "Qt Quick - Controls 2"
  66. libraryIcon: "images/delaybutton-icon.png"
  67. version: "2.2"
  68. requiredImport: "QtQuick.Controls"
  69. Property { name: "text"; type: "binding"; value: "qsTr(\"Delay Button\")" }
  70. }
  71. }
  72. Type {
  73. name: "QtQuick.Controls.Dial"
  74. icon: "images/dial-icon16.png"
  75. ItemLibraryEntry {
  76. name: "Dial"
  77. category: "Qt Quick - Controls 2"
  78. libraryIcon: "images/dial-icon.png"
  79. version: "2.0"
  80. requiredImport: "QtQuick.Controls"
  81. }
  82. }
  83. Type {
  84. name: "QtQuick.Controls.Frame"
  85. icon: "images/frame-icon16.png"
  86. ItemLibraryEntry {
  87. name: "Frame"
  88. category: "Qt Quick - Controls 2"
  89. libraryIcon: "images/frame-icon.png"
  90. version: "2.0"
  91. requiredImport: "QtQuick.Controls"
  92. Property { name: "width"; type: "int"; value: 200 }
  93. Property { name: "height"; type: "int"; value: 200 }
  94. }
  95. }
  96. Type {
  97. name: "QtQuick.Controls.GroupBox"
  98. icon: "images/groupbox-icon16.png"
  99. ItemLibraryEntry {
  100. name: "Group Box"
  101. category: "Qt Quick - Controls 2"
  102. libraryIcon: "images/groupbox-icon.png"
  103. version: "2.0"
  104. requiredImport: "QtQuick.Controls"
  105. Property { name: "width"; type: "int"; value: 200 }
  106. Property { name: "height"; type: "int"; value: 200 }
  107. Property { name: "title"; type: "binding"; value: "qsTr(\"Group Box\")" }
  108. }
  109. }
  110. Type {
  111. name: "QtQuick.Controls.ItemDelegate"
  112. icon: "images/itemdelegate-icon16.png"
  113. ItemLibraryEntry {
  114. name: "Item Delegate"
  115. category: "Qt Quick - Controls 2"
  116. libraryIcon: "images/itemdelegate-icon.png"
  117. version: "2.0"
  118. requiredImport: "QtQuick.Controls"
  119. Property { name: "text"; type: "binding"; value: "qsTr(\"Item Delegate\")" }
  120. }
  121. }
  122. Type {
  123. name: "QtQuick.Controls.Label"
  124. icon: "images/label-icon16.png"
  125. ItemLibraryEntry {
  126. name: "Label"
  127. category: "Qt Quick - Controls 2"
  128. libraryIcon: "images/label-icon.png"
  129. version: "2.0"
  130. requiredImport: "QtQuick.Controls"
  131. Property { name: "text"; type: "binding"; value: "qsTr(\"Label\")" }
  132. }
  133. }
  134. Type {
  135. name: "QtQuick.Controls.Page"
  136. icon: "images/page-icon16.png"
  137. ItemLibraryEntry {
  138. name: "Page"
  139. category: "Qt Quick - Controls 2"
  140. libraryIcon: "images/page-icon.png"
  141. version: "2.0"
  142. requiredImport: "QtQuick.Controls"
  143. Property { name: "width"; type: "int"; value: 200 }
  144. Property { name: "height"; type: "int"; value: 200 }
  145. }
  146. }
  147. Type {
  148. name: "QtQuick.Controls.PageIndicator"
  149. icon: "images/pageindicator-icon16.png"
  150. ItemLibraryEntry {
  151. name: "Page Indicator"
  152. category: "Qt Quick - Controls 2"
  153. libraryIcon: "images/pageindicator-icon.png"
  154. version: "2.0"
  155. requiredImport: "QtQuick.Controls"
  156. Property { name: "count"; type: "int"; value: 3 }
  157. }
  158. }
  159. Type {
  160. name: "QtQuick.Controls.Pane"
  161. icon: "images/pane-icon16.png"
  162. ItemLibraryEntry {
  163. name: "Pane"
  164. category: "Qt Quick - Controls 2"
  165. libraryIcon: "images/pane-icon.png"
  166. version: "2.0"
  167. requiredImport: "QtQuick.Controls"
  168. Property { name: "width"; type: "int"; value: 200 }
  169. Property { name: "height"; type: "int"; value: 200 }
  170. }
  171. }
  172. Type {
  173. name: "QtQuick.Controls.ProgressBar"
  174. icon: "images/progressbar-icon16.png"
  175. ItemLibraryEntry {
  176. name: "Progress Bar"
  177. category: "Qt Quick - Controls 2"
  178. libraryIcon: "images/progressbar-icon.png"
  179. version: "2.0"
  180. requiredImport: "QtQuick.Controls"
  181. Property { name: "value"; type: "real"; value: 0.5 }
  182. }
  183. }
  184. Type {
  185. name: "QtQuick.Controls.RadioButton"
  186. icon: "images/radiobutton-icon16.png"
  187. ItemLibraryEntry {
  188. name: "Radio Button"
  189. category: "Qt Quick - Controls 2"
  190. libraryIcon: "images/radiobutton-icon.png"
  191. version: "2.0"
  192. requiredImport: "QtQuick.Controls"
  193. Property { name: "text"; type: "binding"; value: "qsTr(\"Radio Button\")" }
  194. }
  195. }
  196. Type {
  197. name: "QtQuick.Controls.RadioDelegate"
  198. icon: "images/radiobutton-icon16.png"
  199. ItemLibraryEntry {
  200. name: "Radio Delegate"
  201. category: "Qt Quick - Controls 2"
  202. libraryIcon: "images/radiobutton-icon.png"
  203. version: "2.0"
  204. requiredImport: "QtQuick.Controls"
  205. Property { name: "text"; type: "binding"; value: "qsTr(\"Radio Delegate\")" }
  206. }
  207. }
  208. Type {
  209. name: "QtQuick.Controls.RangeSlider"
  210. icon: "images/rangeslider-icon16.png"
  211. ItemLibraryEntry {
  212. name: "Range Slider"
  213. category: "Qt Quick - Controls 2"
  214. libraryIcon: "images/rangeslider-icon.png"
  215. version: "2.0"
  216. requiredImport: "QtQuick.Controls"
  217. Property { name: "first.value"; type: "real"; value: 0.25 }
  218. Property { name: "second.value"; type: "real"; value: 0.75 }
  219. }
  220. }
  221. Type {
  222. name: "QtQuick.Controls.RoundButton"
  223. icon: "images/roundbutton-icon16.png"
  224. ItemLibraryEntry {
  225. name: "Round Button"
  226. category: "Qt Quick - Controls 2"
  227. libraryIcon: "images/roundbutton-icon.png"
  228. version: "2.1"
  229. requiredImport: "QtQuick.Controls"
  230. Property { name: "text"; type: "string"; value: "+" }
  231. }
  232. }
  233. Type {
  234. name: "QtQuick.Controls.Slider"
  235. icon: "images/slider-icon16.png"
  236. ItemLibraryEntry {
  237. name: "Slider"
  238. category: "Qt Quick - Controls 2"
  239. libraryIcon: "images/slider-icon.png"
  240. version: "2.0"
  241. requiredImport: "QtQuick.Controls"
  242. Property { name: "value"; type: "real"; value: 0.5 }
  243. }
  244. }
  245. Type {
  246. name: "QtQuick.Controls.SpinBox"
  247. icon: "images/spinbox-icon16.png"
  248. ItemLibraryEntry {
  249. name: "Spin Box"
  250. category: "Qt Quick - Controls 2"
  251. libraryIcon: "images/spinbox-icon.png"
  252. version: "2.0"
  253. requiredImport: "QtQuick.Controls"
  254. }
  255. }
  256. Type {
  257. name: "QtQuick.Controls.ScrollView"
  258. icon: "images/scrollview-icon16.png"
  259. ItemLibraryEntry {
  260. name: "Scroll View"
  261. category: "Qt Quick - Controls 2"
  262. libraryIcon: "images/scrollview-icon.png"
  263. version: "2.2"
  264. requiredImport: "QtQuick.Controls"
  265. Property { name: "width"; type: "int"; value: 200 }
  266. Property { name: "height"; type: "int"; value: 200 }
  267. }
  268. }
  269. Type {
  270. name: "QtQuick.Controls.StackView"
  271. icon: "images/stackview-icon16.png"
  272. ItemLibraryEntry {
  273. name: "Stack View"
  274. category: "Qt Quick - Controls 2"
  275. libraryIcon: "images/stackview-icon.png"
  276. version: "2.0"
  277. requiredImport: "QtQuick.Controls"
  278. Property { name: "width"; type: "int"; value: 200 }
  279. Property { name: "height"; type: "int"; value: 200 }
  280. }
  281. }
  282. Type {
  283. name: "QtQuick.Controls.SwipeDelegate"
  284. icon: "images/itemdelegate-icon16.png"
  285. ItemLibraryEntry {
  286. name: "Swipe Delegate"
  287. category: "Qt Quick - Controls 2"
  288. libraryIcon: "images/itemdelegate-icon.png"
  289. version: "2.0"
  290. requiredImport: "QtQuick.Controls"
  291. Property { name: "text"; type: "binding"; value: "qsTr(\"Swipe Delegate\")" }
  292. }
  293. }
  294. Type {
  295. name: "QtQuick.Controls.SwipeView"
  296. icon: "images/swipeview-icon16.png"
  297. ItemLibraryEntry {
  298. name: "Swipe View"
  299. category: "Qt Quick - Controls 2"
  300. libraryIcon: "images/swipeview-icon.png"
  301. version: "2.0"
  302. requiredImport: "QtQuick.Controls"
  303. Property { name: "width"; type: "int"; value: 200 }
  304. Property { name: "height"; type: "int"; value: 200 }
  305. }
  306. }
  307. Type {
  308. name: "QtQuick.Controls.Switch"
  309. icon: "images/switch-icon16.png"
  310. ItemLibraryEntry {
  311. name: "Switch"
  312. category: "Qt Quick - Controls 2"
  313. libraryIcon: "images/switch-icon.png"
  314. version: "2.0"
  315. requiredImport: "QtQuick.Controls"
  316. Property { name: "text"; type: "binding"; value: "qsTr(\"Switch\")" }
  317. }
  318. }
  319. Type {
  320. name: "QtQuick.Controls.SwitchDelegate"
  321. icon: "images/switch-icon16.png"
  322. ItemLibraryEntry {
  323. name: "Switch Delegate"
  324. category: "Qt Quick - Controls 2"
  325. libraryIcon: "images/switch-icon.png"
  326. version: "2.0"
  327. requiredImport: "QtQuick.Controls"
  328. Property { name: "text"; type: "binding"; value: "qsTr(\"Switch Delegate\")" }
  329. }
  330. }
  331. Type {
  332. name: "QtQuick.Controls.TabBar"
  333. icon: "images/toolbar-icon16.png"
  334. ItemLibraryEntry {
  335. name: "Tab Bar"
  336. category: "Qt Quick - Controls 2"
  337. libraryIcon: "images/toolbar-icon.png"
  338. version: "2.0"
  339. requiredImport: "QtQuick.Controls"
  340. Property { name: "width"; type: "int"; value: 240 }
  341. }
  342. }
  343. Type {
  344. name: "QtQuick.Controls.TabButton"
  345. icon: "images/toolbutton-icon16.png"
  346. ItemLibraryEntry {
  347. name: "Tab Button"
  348. category: "Qt Quick - Controls 2"
  349. libraryIcon: "images/toolbutton-icon.png"
  350. version: "2.0"
  351. requiredImport: "QtQuick.Controls"
  352. Property { name: "text"; type: "binding"; value: "qsTr(\"Tab Button\")" }
  353. }
  354. }
  355. Type {
  356. name: "QtQuick.Controls.TextArea"
  357. icon: "images/textarea-icon16.png"
  358. ItemLibraryEntry {
  359. name: "Text Area"
  360. category: "Qt Quick - Controls 2"
  361. libraryIcon: "images/textarea-icon.png"
  362. version: "2.0"
  363. requiredImport: "QtQuick.Controls"
  364. Property { name: "placeholderText"; type: "binding"; value: "qsTr(\"Text Area\")" }
  365. }
  366. }
  367. Type {
  368. name: "QtQuick.Controls.TextField"
  369. icon: "images/textfield-icon16.png"
  370. ItemLibraryEntry {
  371. name: "Text Field"
  372. category: "Qt Quick - Controls 2"
  373. libraryIcon: "images/textfield-icon.png"
  374. version: "2.0"
  375. requiredImport: "QtQuick.Controls"
  376. Property { name: "placeholderText"; type: "binding"; value: "qsTr(\"Text Field\")" }
  377. }
  378. }
  379. Type {
  380. name: "QtQuick.Controls.ToolBar"
  381. icon: "images/toolbar-icon16.png"
  382. ItemLibraryEntry {
  383. name: "Tool Bar"
  384. category: "Qt Quick - Controls 2"
  385. libraryIcon: "images/toolbar-icon.png"
  386. version: "2.0"
  387. requiredImport: "QtQuick.Controls"
  388. Property { name: "width"; type: "int"; value: 360 }
  389. }
  390. }
  391. Type {
  392. name: "QtQuick.Controls.ToolButton"
  393. icon: "images/toolbutton-icon16.png"
  394. ItemLibraryEntry {
  395. name: "Tool Button"
  396. category: "Qt Quick - Controls 2"
  397. libraryIcon: "images/toolbutton-icon.png"
  398. version: "2.0"
  399. requiredImport: "QtQuick.Controls"
  400. Property { name: "text"; type: "binding"; value: "qsTr(\"Tool Button\")" }
  401. }
  402. }
  403. Type {
  404. name: "QtQuick.Controls.ToolSeparator"
  405. icon: "images/toolseparator-icon16.png"
  406. ItemLibraryEntry {
  407. name: "Tool Separator"
  408. category: "Qt Quick - Controls 2"
  409. libraryIcon: "images/toolseparator-icon.png"
  410. version: "2.1"
  411. requiredImport: "QtQuick.Controls"
  412. }
  413. }
  414. Type {
  415. name: "QtQuick.Controls.Tumbler"
  416. icon: "images/tumbler-icon16.png"
  417. ItemLibraryEntry {
  418. name: "Tumbler"
  419. category: "Qt Quick - Controls 2"
  420. libraryIcon: "images/tumbler-icon.png"
  421. version: "2.0"
  422. requiredImport: "QtQuick.Controls"
  423. Property { name: "model"; type: "int"; value: "10" }
  424. }
  425. }
  426. }