UpgradeHelper.ui 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>UpgradeHelper</class>
  4. <widget class="QWidget" name="UpgradeHelper">
  5. <property name="windowModality">
  6. <enum>Qt::NonModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>747</width>
  13. <height>687</height>
  14. </rect>
  15. </property>
  16. <property name="sizePolicy">
  17. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  18. <horstretch>0</horstretch>
  19. <verstretch>0</verstretch>
  20. </sizepolicy>
  21. </property>
  22. <property name="minimumSize">
  23. <size>
  24. <width>240</width>
  25. <height>180</height>
  26. </size>
  27. </property>
  28. <property name="windowTitle">
  29. <string>Script Canvas Upgrade</string>
  30. </property>
  31. <layout class="QHBoxLayout" name="horizontalLayout_2">
  32. <property name="spacing">
  33. <number>5</number>
  34. </property>
  35. <property name="leftMargin">
  36. <number>5</number>
  37. </property>
  38. <property name="topMargin">
  39. <number>5</number>
  40. </property>
  41. <property name="rightMargin">
  42. <number>5</number>
  43. </property>
  44. <property name="bottomMargin">
  45. <number>5</number>
  46. </property>
  47. <item>
  48. <layout class="QHBoxLayout" name="horizontalLayout">
  49. <item>
  50. <layout class="QVBoxLayout" name="verticalLayout_3">
  51. <item>
  52. <widget class="QLabel" name="label">
  53. <property name="text">
  54. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The following graphs have been determined to need manual inspection. This means there is an error that could not be fixed automatically. Open the graph and review and correct the errors then save the graph.&lt;/p&gt;&lt;p&gt;Once you have opened the graph, it is recommended that you open the Graph Validation window and click on the &lt;img src=&quot;:/ScriptCanvasEditorResources/Resources/validate_icon.png&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt; button. This will display the issues that need to be fixed in the graph.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  55. </property>
  56. <property name="wordWrap">
  57. <bool>true</bool>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QTableWidget" name="tableWidget">
  63. <property name="sizePolicy">
  64. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  65. <horstretch>0</horstretch>
  66. <verstretch>0</verstretch>
  67. </sizepolicy>
  68. </property>
  69. <property name="minimumSize">
  70. <size>
  71. <width>0</width>
  72. <height>32</height>
  73. </size>
  74. </property>
  75. <property name="verticalScrollBarPolicy">
  76. <enum>Qt::ScrollBarAsNeeded</enum>
  77. </property>
  78. <property name="horizontalScrollBarPolicy">
  79. <enum>Qt::ScrollBarAsNeeded</enum>
  80. </property>
  81. <property name="sizeAdjustPolicy">
  82. <enum>QAbstractScrollArea::AdjustToContents</enum>
  83. </property>
  84. <property name="editTriggers">
  85. <set>QAbstractItemView::NoEditTriggers</set>
  86. </property>
  87. <property name="showDropIndicator" stdset="0">
  88. <bool>false</bool>
  89. </property>
  90. <property name="dragDropOverwriteMode">
  91. <bool>false</bool>
  92. </property>
  93. <property name="alternatingRowColors">
  94. <bool>true</bool>
  95. </property>
  96. <property name="selectionMode">
  97. <enum>QAbstractItemView::SingleSelection</enum>
  98. </property>
  99. <property name="showGrid">
  100. <bool>true</bool>
  101. </property>
  102. <property name="rowCount">
  103. <number>0</number>
  104. </property>
  105. <property name="columnCount">
  106. <number>2</number>
  107. </property>
  108. <attribute name="horizontalHeaderVisible">
  109. <bool>true</bool>
  110. </attribute>
  111. <attribute name="horizontalHeaderCascadingSectionResizes">
  112. <bool>true</bool>
  113. </attribute>
  114. <attribute name="horizontalHeaderDefaultSectionSize">
  115. <number>100</number>
  116. </attribute>
  117. <attribute name="horizontalHeaderMinimumSectionSize">
  118. <number>100</number>
  119. </attribute>
  120. <attribute name="horizontalHeaderStretchLastSection">
  121. <bool>false</bool>
  122. </attribute>
  123. <attribute name="verticalHeaderVisible">
  124. <bool>false</bool>
  125. </attribute>
  126. <attribute name="verticalHeaderMinimumSectionSize">
  127. <number>30</number>
  128. </attribute>
  129. <attribute name="verticalHeaderStretchLastSection">
  130. <bool>false</bool>
  131. </attribute>
  132. <column>
  133. <property name="text">
  134. <string>Graph</string>
  135. </property>
  136. </column>
  137. <column>
  138. <property name="text">
  139. <string>Action</string>
  140. </property>
  141. </column>
  142. </widget>
  143. </item>
  144. <item>
  145. <layout class="QVBoxLayout" name="verticalLayout_6">
  146. <item>
  147. <layout class="QGridLayout" name="gridLayout">
  148. <item row="6" column="1">
  149. <widget class="QPushButton" name="closeButton">
  150. <property name="sizePolicy">
  151. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  152. <horstretch>0</horstretch>
  153. <verstretch>0</verstretch>
  154. </sizepolicy>
  155. </property>
  156. <property name="layoutDirection">
  157. <enum>Qt::LeftToRight</enum>
  158. </property>
  159. <property name="text">
  160. <string>Close</string>
  161. </property>
  162. </widget>
  163. </item>
  164. <item row="6" column="0">
  165. <spacer name="horizontalSpacer">
  166. <property name="orientation">
  167. <enum>Qt::Horizontal</enum>
  168. </property>
  169. <property name="sizeHint" stdset="0">
  170. <size>
  171. <width>40</width>
  172. <height>20</height>
  173. </size>
  174. </property>
  175. </spacer>
  176. </item>
  177. </layout>
  178. </item>
  179. </layout>
  180. </item>
  181. </layout>
  182. </item>
  183. </layout>
  184. </item>
  185. </layout>
  186. </widget>
  187. <connections/>
  188. </ui>