particles3d.metainfo 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. MetaInfo {
  2. Type {
  3. name: "QtQuick3D.Particles3D.Attractor3D"
  4. icon: "images/attractor-16px.png"
  5. Hints {
  6. visibleInNavigator: true
  7. canBeDroppedInNavigator: true
  8. canBeDroppedInFormEditor: false
  9. canBeDroppedInView3D: true
  10. }
  11. ItemLibraryEntry {
  12. name: "Attractor"
  13. category: "Qt Quick 3D Particles 3D"
  14. libraryIcon: "images/attractor-24px.png"
  15. version: "6.2"
  16. requiredImport: "QtQuick3D.Particles3D"
  17. }
  18. }
  19. Type {
  20. name: "QtQuick3D.Particles3D.DynamicBurst3D"
  21. icon: "images/emit-burst-16px.png"
  22. Hints {
  23. visibleInNavigator: true
  24. canBeDroppedInNavigator: true
  25. canBeDroppedInFormEditor: false
  26. canBeDroppedInView3D: true
  27. }
  28. ItemLibraryEntry {
  29. name: "Dynamic Burst"
  30. category: "Qt Quick 3D Particles 3D"
  31. libraryIcon: "images/emit-burst-24px.png"
  32. version: "6.3"
  33. requiredImport: "QtQuick3D.Particles3D"
  34. }
  35. }
  36. Type {
  37. name: "QtQuick3D.Particles3D.EmitBurst3D"
  38. icon: "images/emit-burst-16px.png"
  39. Hints {
  40. visibleInNavigator: true
  41. canBeDroppedInNavigator: true
  42. canBeDroppedInFormEditor: false
  43. canBeDroppedInView3D: true
  44. }
  45. ItemLibraryEntry {
  46. name: "Emit Burst"
  47. category: "Qt Quick 3D Particles 3D"
  48. libraryIcon: "images/emit-burst-24px.png"
  49. version: "6.2"
  50. requiredImport: "QtQuick3D.Particles3D"
  51. }
  52. }
  53. Type {
  54. name: "QtQuick3D.Particles3D.ParticleEmitter3D"
  55. icon: "images/emitter-16px.png"
  56. Hints {
  57. visibleInNavigator: true
  58. canBeDroppedInNavigator: true
  59. canBeDroppedInFormEditor: false
  60. canBeDroppedInView3D: true
  61. }
  62. ItemLibraryEntry {
  63. name: "Emitter"
  64. category: "Qt Quick 3D Particles 3D"
  65. libraryIcon: "images/emitter-24px.png"
  66. version: "6.2"
  67. requiredImport: "QtQuick3D.Particles3D"
  68. }
  69. }
  70. Type {
  71. name: "QtQuick3D.Particles3D.Gravity3D"
  72. icon: "images/gravity-16px.png"
  73. Hints {
  74. visibleInNavigator: true
  75. canBeDroppedInNavigator: true
  76. canBeDroppedInFormEditor: false
  77. canBeDroppedInView3D: true
  78. }
  79. ItemLibraryEntry {
  80. name: "Gravity"
  81. category: "Qt Quick 3D Particles 3D"
  82. libraryIcon: "images/gravity-24px.png"
  83. version: "6.2"
  84. requiredImport: "QtQuick3D.Particles3D"
  85. }
  86. }
  87. Type {
  88. name: "QtQuick3D.Particles3D.ModelBlendParticle3D"
  89. icon: "images/model-blend-particle-16px.png"
  90. Hints {
  91. visibleInNavigator: true
  92. canBeDroppedInNavigator: true
  93. canBeDroppedInFormEditor: false
  94. canBeDroppedInView3D: true
  95. }
  96. ItemLibraryEntry {
  97. name: "Model Blend Particle"
  98. category: "Qt Quick 3D Particles 3D"
  99. libraryIcon: "images/model-blend-particle-24px.png"
  100. version: "6.2"
  101. requiredImport: "QtQuick3D.Particles3D"
  102. }
  103. }
  104. Type {
  105. name: "QtQuick3D.Particles3D.ModelParticle3D"
  106. icon: "images/model-particle-16px.png"
  107. Hints {
  108. visibleInNavigator: true
  109. canBeDroppedInNavigator: true
  110. canBeDroppedInFormEditor: false
  111. canBeDroppedInView3D: true
  112. }
  113. ItemLibraryEntry {
  114. name: "Model Particle"
  115. category: "Qt Quick 3D Particles 3D"
  116. libraryIcon: "images/model-particle-24px.png"
  117. version: "6.2"
  118. requiredImport: "QtQuick3D.Particles3D"
  119. }
  120. }
  121. Type {
  122. name: "QtQuick3D.Particles3D.ParticleCustomShape3D"
  123. icon: "images/particle-custom-shape-16px.png"
  124. Hints {
  125. visibleInNavigator: true
  126. canBeDroppedInNavigator: true
  127. canBeDroppedInFormEditor: false
  128. canBeDroppedInView3D: true
  129. }
  130. ItemLibraryEntry {
  131. name: "Custom Shape"
  132. category: "Qt Quick 3D Particles 3D"
  133. libraryIcon: "images/particle-custom-shape-24px.png"
  134. version: "6.3"
  135. requiredImport: "QtQuick3D.Particles3D"
  136. }
  137. }
  138. Type {
  139. name: "QtQuick3D.Particles3D.ParticleModelShape3D"
  140. icon: "images/model-shape-16px.png"
  141. Hints {
  142. visibleInNavigator: true
  143. canBeDroppedInNavigator: true
  144. canBeDroppedInFormEditor: false
  145. canBeDroppedInView3D: true
  146. }
  147. ItemLibraryEntry {
  148. name: "Model Shape"
  149. category: "Qt Quick 3D Particles 3D"
  150. libraryIcon: "images/model-shape-24px.png"
  151. version: "6.2"
  152. requiredImport: "QtQuick3D.Particles3D"
  153. }
  154. }
  155. Type {
  156. name: "QtQuick3D.Particles3D.PointRotator3D"
  157. icon: "images/point-rotator-16px.png"
  158. Hints {
  159. visibleInNavigator: true
  160. canBeDroppedInNavigator: true
  161. canBeDroppedInFormEditor: false
  162. canBeDroppedInView3D: true
  163. }
  164. ItemLibraryEntry {
  165. name: "Point Rotator"
  166. category: "Qt Quick 3D Particles 3D"
  167. libraryIcon: "images/point-rotator-24px.png"
  168. version: "6.2"
  169. requiredImport: "QtQuick3D.Particles3D"
  170. }
  171. }
  172. Type {
  173. name: "QtQuick3D.Particles3D.ParticleShape3D"
  174. icon: "images/particle-shape-16px.png"
  175. Hints {
  176. visibleInNavigator: true
  177. canBeDroppedInNavigator: true
  178. canBeDroppedInFormEditor: false
  179. canBeDroppedInView3D: true
  180. }
  181. ItemLibraryEntry {
  182. name: "Particle Shape"
  183. category: "Qt Quick 3D Particles 3D"
  184. libraryIcon: "images/particle-shape-24px.png"
  185. version: "6.2"
  186. requiredImport: "QtQuick3D.Particles3D"
  187. }
  188. }
  189. Type {
  190. name: "QtQuick3D.Particles3D.SpriteParticle3D"
  191. icon: "images/sprite-particle-16px.png"
  192. Hints {
  193. visibleInNavigator: true
  194. canBeDroppedInNavigator: true
  195. canBeDroppedInFormEditor: false
  196. canBeDroppedInView3D: true
  197. }
  198. ItemLibraryEntry {
  199. name: "Sprite Particle"
  200. category: "Qt Quick 3D Particles 3D"
  201. libraryIcon: "images/sprite-particle-24px.png"
  202. version: "6.2"
  203. requiredImport: "QtQuick3D.Particles3D"
  204. }
  205. }
  206. Type {
  207. name: "QtQuick3D.Particles3D.SpriteSequence3D"
  208. icon: "images/sprite-sequence-16px.png"
  209. Hints {
  210. visibleInNavigator: true
  211. canBeDroppedInNavigator: true
  212. canBeDroppedInFormEditor: false
  213. canBeDroppedInView3D: true
  214. }
  215. ItemLibraryEntry {
  216. name: "Sprite Sequence"
  217. category: "Qt Quick 3D Particles 3D"
  218. libraryIcon: "images/sprite-sequence-24px.png"
  219. version: "6.2"
  220. requiredImport: "QtQuick3D.Particles3D"
  221. }
  222. }
  223. Type {
  224. name: "QtQuick3D.Particles3D.ParticleSystem3D"
  225. icon: "images/particle-system-16px.png"
  226. Hints {
  227. visibleInNavigator: true
  228. canBeDroppedInNavigator: true
  229. canBeDroppedInFormEditor: false
  230. canBeDroppedInView3D: true
  231. }
  232. ItemLibraryEntry {
  233. name: "Particle System"
  234. category: "Qt Quick 3D Particles 3D"
  235. libraryIcon: "images/particle-system-24px.png"
  236. version: "6.2"
  237. requiredImport: "QtQuick3D.Particles3D"
  238. QmlSource { source: "./source/particlesystem_template.qml" }
  239. }
  240. }
  241. Type {
  242. name: "QtQuick3D.Particles3D.TargetDirection3D"
  243. icon: "images/target-direction-16px.png"
  244. Hints {
  245. visibleInNavigator: true
  246. canBeDroppedInNavigator: true
  247. canBeDroppedInFormEditor: false
  248. canBeDroppedInView3D: true
  249. }
  250. ItemLibraryEntry {
  251. name: "Target Direction"
  252. category: "Qt Quick 3D Particles 3D"
  253. libraryIcon: "images/target-direction-24px.png"
  254. version: "6.2"
  255. requiredImport: "QtQuick3D.Particles3D"
  256. }
  257. }
  258. Type {
  259. name: "QtQuick3D.Particles3D.TrailEmitter3D"
  260. icon: "images/trail-emitter-16px.png"
  261. Hints {
  262. visibleInNavigator: true
  263. canBeDroppedInNavigator: true
  264. canBeDroppedInFormEditor: false
  265. canBeDroppedInView3D: true
  266. }
  267. ItemLibraryEntry {
  268. name: "Trail Emitter"
  269. category: "Qt Quick 3D Particles 3D"
  270. libraryIcon: "images/trail-emitter-24px.png"
  271. version: "6.2"
  272. requiredImport: "QtQuick3D.Particles3D"
  273. }
  274. }
  275. Type {
  276. name: "QtQuick3D.Particles3D.VectorDirection3D"
  277. icon: "images/vector-direction-16px.png"
  278. Hints {
  279. visibleInNavigator: true
  280. canBeDroppedInNavigator: true
  281. canBeDroppedInFormEditor: false
  282. canBeDroppedInView3D: true
  283. }
  284. ItemLibraryEntry {
  285. name: "Vector Direction"
  286. category: "Qt Quick 3D Particles 3D"
  287. libraryIcon: "images/vector-direction-24px.png"
  288. version: "6.2"
  289. requiredImport: "QtQuick3D.Particles3D"
  290. }
  291. }
  292. Type {
  293. name: "QtQuick3D.Particles3D.Wander3D"
  294. icon: "images/wander-16px.png"
  295. Hints {
  296. visibleInNavigator: true
  297. canBeDroppedInNavigator: true
  298. canBeDroppedInFormEditor: false
  299. canBeDroppedInView3D: true
  300. }
  301. ItemLibraryEntry {
  302. name: "Wander"
  303. category: "Qt Quick 3D Particles 3D"
  304. libraryIcon: "images/wander-24px.png"
  305. version: "6.2"
  306. requiredImport: "QtQuick3D.Particles3D"
  307. }
  308. }
  309. Type {
  310. name: "QtQuick3D.Particles3D.ParticleSystem3D"
  311. icon: "images/particle-system-16px.png"
  312. Hints {
  313. visibleInNavigator: true
  314. canBeDroppedInNavigator: true
  315. canBeDroppedInFormEditor: false
  316. canBeDroppedInView3D: true
  317. }
  318. ItemLibraryEntry {
  319. name: "Animated Sprite"
  320. category: "Qt Quick 3D Particle System Templates"
  321. libraryIcon: "images/particle-system-24px.png"
  322. version: "6.2"
  323. requiredImport: "QtQuick3D.Particles3D"
  324. QmlSource { source: "./source/particlesystem_animatedsprite_template.qml" }
  325. }
  326. }
  327. Type {
  328. name: "QtQuick3D.Particles3D.ParticleSystem3D"
  329. icon: "images/particle-system-16px.png"
  330. Hints {
  331. visibleInNavigator: true
  332. canBeDroppedInNavigator: true
  333. canBeDroppedInFormEditor: false
  334. canBeDroppedInView3D: true
  335. }
  336. ItemLibraryEntry {
  337. name: "Attractor System"
  338. category: "Qt Quick 3D Particle System Templates"
  339. libraryIcon: "images/particle-system-24px.png"
  340. version: "6.2"
  341. requiredImport: "QtQuick3D.Particles3D"
  342. QmlSource { source: "./source/particlesystem_attractor_template.qml" }
  343. }
  344. }
  345. Type {
  346. name: "QtQuick3D.Particles3D.ParticleSystem3D"
  347. icon: "images/particle-system-16px.png"
  348. Hints {
  349. visibleInNavigator: true
  350. canBeDroppedInNavigator: true
  351. canBeDroppedInFormEditor: false
  352. canBeDroppedInView3D: true
  353. }
  354. ItemLibraryEntry {
  355. name: "Burst"
  356. category: "Qt Quick 3D Particle System Templates"
  357. libraryIcon: "images/particle-system-24px.png"
  358. version: "6.2"
  359. requiredImport: "QtQuick3D.Particles3D"
  360. QmlSource { source: "./source/particlesystem_burst_template.qml" }
  361. }
  362. }
  363. Type {
  364. name: "QtQuick3D.Particles3D.ParticleSystem3D"
  365. icon: "images/particle-system-16px.png"
  366. Hints {
  367. visibleInNavigator: true
  368. canBeDroppedInNavigator: true
  369. canBeDroppedInFormEditor: false
  370. canBeDroppedInView3D: true
  371. }
  372. ItemLibraryEntry {
  373. name: "Model Blend"
  374. category: "Qt Quick 3D Particle System Templates"
  375. libraryIcon: "images/particle-system-24px.png"
  376. version: "6.2"
  377. requiredImport: "QtQuick3D.Particles3D"
  378. QmlSource { source: "./source/particlesystem_modelblend_template.qml" }
  379. }
  380. }
  381. Type {
  382. name: "QtQuick3D.Particles3D.ParticleSystem3D"
  383. icon: "images/particle-system-16px.png"
  384. Hints {
  385. visibleInNavigator: true
  386. canBeDroppedInNavigator: true
  387. canBeDroppedInFormEditor: false
  388. canBeDroppedInView3D: true
  389. }
  390. ItemLibraryEntry {
  391. name: "Model Shape"
  392. category: "Qt Quick 3D Particle System Templates"
  393. libraryIcon: "images/particle-system-24px.png"
  394. version: "6.2"
  395. requiredImport: "QtQuick3D.Particles3D"
  396. QmlSource { source: "./source/particlesystem_modelshape_template.qml" }
  397. }
  398. }
  399. Type {
  400. name: "QtQuick3D.Particles3D.ParticleSystem3D"
  401. icon: "images/particle-system-16px.png"
  402. Hints {
  403. visibleInNavigator: true
  404. canBeDroppedInNavigator: true
  405. canBeDroppedInFormEditor: false
  406. canBeDroppedInView3D: true
  407. }
  408. ItemLibraryEntry {
  409. name: "Particle Trail"
  410. category: "Qt Quick 3D Particle System Templates"
  411. libraryIcon: "images/particle-system-24px.png"
  412. version: "6.2"
  413. requiredImport: "QtQuick3D.Particles3D"
  414. QmlSource { source: "./source/particlesystem_particletrail_template.qml" }
  415. }
  416. }
  417. Type {
  418. name: "QtQuick3D.Particles3D.ParticleSystem3D"
  419. icon: "images/particle-system-16px.png"
  420. Hints {
  421. visibleInNavigator: true
  422. canBeDroppedInNavigator: true
  423. canBeDroppedInFormEditor: false
  424. canBeDroppedInView3D: true
  425. }
  426. ItemLibraryEntry {
  427. name: "Sprite"
  428. category: "Qt Quick 3D Particle System Templates"
  429. libraryIcon: "images/particle-system-24px.png"
  430. version: "6.2"
  431. requiredImport: "QtQuick3D.Particles3D"
  432. QmlSource { source: "./source/particlesystem_sprite_template.qml" }
  433. }
  434. }
  435. Type {
  436. name: "QtQuick3D.Particles3D.ParticleSystem3D"
  437. icon: "images/particle-system-16px.png"
  438. Hints {
  439. visibleInNavigator: true
  440. canBeDroppedInNavigator: true
  441. canBeDroppedInFormEditor: false
  442. canBeDroppedInView3D: true
  443. }
  444. ItemLibraryEntry {
  445. name: "Wander"
  446. category: "Qt Quick 3D Particle System Templates"
  447. libraryIcon: "images/particle-system-24px.png"
  448. version: "6.2"
  449. requiredImport: "QtQuick3D.Particles3D"
  450. QmlSource { source: "./source/particlesystem_wander_template.qml" }
  451. }
  452. }
  453. Type {
  454. name: "QtQuick3D.Particles3D.LineParticle3D"
  455. icon: "images/line-particle-16px.png"
  456. Hints {
  457. visibleInNavigator: true
  458. canBeDroppedInNavigator: true
  459. canBeDroppedInFormEditor: false
  460. canBeDroppedInView3D: true
  461. }
  462. ItemLibraryEntry {
  463. name: "Line Particle"
  464. category: "Qt Quick 3D Particles 3D"
  465. libraryIcon: "images/line-particle-24px.png"
  466. version: "6.4"
  467. requiredImport: "QtQuick3D.Particles3D"
  468. }
  469. }
  470. Type {
  471. name: "QtQuick3D.Particles3D.Repeller3D"
  472. icon: "images/repeller-16px.png"
  473. Hints {
  474. visibleInNavigator: true
  475. canBeDroppedInNavigator: true
  476. canBeDroppedInFormEditor: false
  477. canBeDroppedInView3D: true
  478. }
  479. ItemLibraryEntry {
  480. name: "Repeller"
  481. category: "Qt Quick 3D Particles 3D"
  482. libraryIcon: "images/repeller-24px.png"
  483. version: "6.4"
  484. requiredImport: "QtQuick3D.Particles3D"
  485. }
  486. }
  487. Type {
  488. name: "QtQuick3D.Particles3D.ScaleAffector3D"
  489. icon: "images/scale-affector-16px.png"
  490. Hints {
  491. visibleInNavigator: true
  492. canBeDroppedInNavigator: true
  493. canBeDroppedInFormEditor: false
  494. canBeDroppedInView3D: true
  495. }
  496. ItemLibraryEntry {
  497. name: "Scale Affector"
  498. category: "Qt Quick 3D Particles 3D"
  499. libraryIcon: "images/scale-affector-24px.png"
  500. version: "6.4"
  501. requiredImport: "QtQuick3D.Particles3D"
  502. }
  503. }
  504. }