plugins.qmltypes 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. import QtQuick.tooling 1.2
  2. // This file describes the plugin-supplied types contained in the library.
  3. // It is used for QML tooling purposes only.
  4. //
  5. // This file was auto-generated by qmltyperegistrar.
  6. Module {
  7. dependencies: ["QtQuick 2.0"]
  8. Component {
  9. file: "qquicklinearlayout_p.h"
  10. name: "QQuickColumnLayout"
  11. prototype: "QQuickLinearLayout"
  12. exports: [
  13. "QtQuick.Layouts/ColumnLayout 1.0",
  14. "QtQuick.Layouts/ColumnLayout 1.1",
  15. "QtQuick.Layouts/ColumnLayout 1.11",
  16. "QtQuick.Layouts/ColumnLayout 1.4",
  17. "QtQuick.Layouts/ColumnLayout 1.7"
  18. ]
  19. exportMetaObjectRevisions: [0, 1, 11, 4, 7]
  20. }
  21. Component {
  22. file: "qquicklinearlayout_p.h"
  23. name: "QQuickGridLayout"
  24. prototype: "QQuickGridLayoutBase"
  25. exports: [
  26. "QtQuick.Layouts/GridLayout 1.0",
  27. "QtQuick.Layouts/GridLayout 1.1",
  28. "QtQuick.Layouts/GridLayout 1.11",
  29. "QtQuick.Layouts/GridLayout 1.4",
  30. "QtQuick.Layouts/GridLayout 1.7"
  31. ]
  32. exportMetaObjectRevisions: [0, 1, 11, 4, 7]
  33. Enum {
  34. name: "Flow"
  35. values: ["LeftToRight", "TopToBottom"]
  36. }
  37. Property { name: "columnSpacing"; type: "double" }
  38. Property { name: "rowSpacing"; type: "double" }
  39. Property { name: "columns"; type: "int" }
  40. Property { name: "rows"; type: "int" }
  41. Property { name: "flow"; type: "Flow" }
  42. }
  43. Component {
  44. file: "qquicklinearlayout_p.h"
  45. name: "QQuickGridLayoutBase"
  46. prototype: "QQuickLayout"
  47. Property { name: "layoutDirection"; revision: 1; type: "Qt::LayoutDirection" }
  48. Signal { name: "layoutDirectionChanged"; revision: 1 }
  49. }
  50. Component {
  51. file: "qquicklayout_p.h"
  52. name: "QQuickLayout"
  53. defaultProperty: "data"
  54. prototype: "QQuickItem"
  55. exports: [
  56. "QtQuick.Layouts/Layout 1.0",
  57. "QtQuick.Layouts/Layout 1.1",
  58. "QtQuick.Layouts/Layout 1.11",
  59. "QtQuick.Layouts/Layout 1.4",
  60. "QtQuick.Layouts/Layout 1.7"
  61. ]
  62. isCreatable: false
  63. exportMetaObjectRevisions: [0, 1, 11, 4, 7]
  64. attachedType: "QQuickLayoutAttached"
  65. Method { name: "invalidateSenderItem" }
  66. Method { name: "_q_dumpLayoutTree" }
  67. }
  68. Component {
  69. name: "QQuickLayoutAttached"
  70. prototype: "QObject"
  71. Property { name: "minimumWidth"; type: "double" }
  72. Property { name: "minimumHeight"; type: "double" }
  73. Property { name: "preferredWidth"; type: "double" }
  74. Property { name: "preferredHeight"; type: "double" }
  75. Property { name: "maximumWidth"; type: "double" }
  76. Property { name: "maximumHeight"; type: "double" }
  77. Property { name: "fillHeight"; type: "bool" }
  78. Property { name: "fillWidth"; type: "bool" }
  79. Property { name: "row"; type: "int" }
  80. Property { name: "column"; type: "int" }
  81. Property { name: "rowSpan"; type: "int" }
  82. Property { name: "columnSpan"; type: "int" }
  83. Property { name: "alignment"; type: "Qt::Alignment" }
  84. Property { name: "margins"; type: "double" }
  85. Property { name: "leftMargin"; type: "double" }
  86. Property { name: "topMargin"; type: "double" }
  87. Property { name: "rightMargin"; type: "double" }
  88. Property { name: "bottomMargin"; type: "double" }
  89. }
  90. Component {
  91. file: "qquicklinearlayout_p.h"
  92. name: "QQuickLinearLayout"
  93. prototype: "QQuickGridLayoutBase"
  94. Property { name: "spacing"; type: "double" }
  95. }
  96. Component {
  97. file: "qquicklinearlayout_p.h"
  98. name: "QQuickRowLayout"
  99. prototype: "QQuickLinearLayout"
  100. exports: [
  101. "QtQuick.Layouts/RowLayout 1.0",
  102. "QtQuick.Layouts/RowLayout 1.1",
  103. "QtQuick.Layouts/RowLayout 1.11",
  104. "QtQuick.Layouts/RowLayout 1.4",
  105. "QtQuick.Layouts/RowLayout 1.7"
  106. ]
  107. exportMetaObjectRevisions: [0, 1, 11, 4, 7]
  108. }
  109. Component {
  110. file: "qquickstacklayout_p.h"
  111. name: "QQuickStackLayout"
  112. prototype: "QQuickLayout"
  113. exports: [
  114. "QtQuick.Layouts/StackLayout 1.11",
  115. "QtQuick.Layouts/StackLayout 1.3",
  116. "QtQuick.Layouts/StackLayout 1.4",
  117. "QtQuick.Layouts/StackLayout 1.7"
  118. ]
  119. exportMetaObjectRevisions: [11, 3, 4, 7]
  120. Property { name: "count"; type: "int"; isReadonly: true }
  121. Property { name: "currentIndex"; type: "int" }
  122. Method {
  123. name: "itemAt"
  124. type: "QQuickItem*"
  125. Parameter { name: "index"; type: "int" }
  126. }
  127. }
  128. }