UnitTestDockWidget.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>UnitTestDockWidget</class>
  4. <widget class="QDockWidget" name="UnitTestDockWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>603</width>
  10. <height>698</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>182</width>
  22. <height>332</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Test Manager</string>
  27. </property>
  28. <widget class="QWidget" name="dockWidgetContents">
  29. <layout class="QVBoxLayout" name="verticalLayout">
  30. <item>
  31. <widget class="QPushButton" name="runButton">
  32. <property name="sizePolicy">
  33. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  34. <horstretch>0</horstretch>
  35. <verstretch>0</verstretch>
  36. </sizepolicy>
  37. </property>
  38. <property name="text">
  39. <string>Run Selected Tests</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item>
  44. <widget class ="QCheckBox" name ="graphTraversalExecutionEnabled">
  45. <property name = "text">
  46. <string>Graph Traversal Execution</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class ="QCheckBox" name ="executionInterpretedEnabled">
  52. <property name = "text">
  53. <string>Interpreted Execution</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item>
  58. <widget class ="QCheckBox" name ="executionNativeEnabled">
  59. <property name = "text">
  60. <string>Native Execution</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="Line" name="line">
  66. <property name="orientation">
  67. <enum>Qt::Horizontal</enum>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <layout class="QHBoxLayout" name="horizontalLayout">
  73. <item>
  74. <widget class="AzQtComponents::SearchLineEdit" name="searchFilter">
  75. <property name="placeholderText">
  76. <string>Search...</string>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </item>
  82. <item>
  83. <widget class="QFrame" name="unitTestFrame">
  84. <property name="frameShape">
  85. <enum>QFrame::StyledPanel</enum>
  86. </property>
  87. <property name="frameShadow">
  88. <enum>QFrame::Raised</enum>
  89. </property>
  90. <layout class="QVBoxLayout" name="verticalLayout_4">
  91. <property name="spacing">
  92. <number>4</number>
  93. </property>
  94. <property name="leftMargin">
  95. <number>0</number>
  96. </property>
  97. <property name="topMargin">
  98. <number>0</number>
  99. </property>
  100. <property name="rightMargin">
  101. <number>0</number>
  102. </property>
  103. <property name="bottomMargin">
  104. <number>0</number>
  105. </property>
  106. <item>
  107. <widget class="ScriptCanvasEditor::UnitTestTreeView" name="testsTree">
  108. <property name="verticalScrollBarPolicy">
  109. <enum>Qt::ScrollBarAlwaysOn</enum>
  110. </property>
  111. <property name="dragEnabled">
  112. <bool>false</bool>
  113. </property>
  114. <property name="alternatingRowColors">
  115. <bool>false</bool>
  116. </property>
  117. <property name="selectionMode">
  118. <enum>QAbstractItemView::SingleSelection</enum>
  119. </property>
  120. <property name="selectionBehavior">
  121. <enum>QAbstractItemView::SelectRows</enum>
  122. </property>
  123. <attribute name="headerVisible">
  124. <bool>false</bool>
  125. </attribute>
  126. </widget>
  127. </item>
  128. </layout>
  129. </widget>
  130. </item>
  131. <item>
  132. <widget class="QFrame" name="consoleOutput">
  133. <property name="frameShape">
  134. <enum>QFrame::StyledPanel</enum>
  135. </property>
  136. <property name="frameShadow">
  137. <enum>QFrame::Raised</enum>
  138. </property>
  139. <layout class="QVBoxLayout" name="verticalLayout_2">
  140. <item>
  141. <layout class="QVBoxLayout" name="verticalLayout_3">
  142. <property name="spacing">
  143. <number>0</number>
  144. </property>
  145. <item>
  146. <layout class="QHBoxLayout" name="horizontalLayout_2">
  147. <property name="spacing">
  148. <number>0</number>
  149. </property>
  150. <item>
  151. <widget class="QLabel" name="testResultsLabel">
  152. <property name="text">
  153. <string>Test Results</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item alignment="Qt::AlignRight">
  158. <widget class="QPushButton" name="closeResults">
  159. <property name="toolTip">
  160. <string>Close Frame</string>
  161. </property>
  162. <property name="text">
  163. <string/>
  164. </property>
  165. <property name="icon">
  166. <iconset resource="../../Windows/ScriptCanvasEditorResources.qrc">
  167. <normaloff>:/ScriptCanvasEditorResources/Resources/lineedit_clear.png</normaloff>:/ScriptCanvasEditorResources/Resources/lineedit_clear.png
  168. </iconset>
  169. </property>
  170. <property name="flat">
  171. <bool>true</bool>
  172. </property>
  173. </widget>
  174. </item>
  175. </layout>
  176. </item>
  177. <item>
  178. <widget class="QPlainTextEdit" name="testResultsOutput">
  179. <property name="sizePolicy">
  180. <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
  181. <horstretch>0</horstretch>
  182. <verstretch>0</verstretch>
  183. </sizepolicy>
  184. </property>
  185. <property name="maximumSize">
  186. <size>
  187. <width>16777215</width>
  188. <height>100</height>
  189. </size>
  190. </property>
  191. <property name="verticalScrollBarPolicy">
  192. <enum>Qt::ScrollBarAlwaysOn</enum>
  193. </property>
  194. <property name="textInteractionFlags">
  195. <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
  196. </property>
  197. </widget>
  198. </item>
  199. </layout>
  200. </item>
  201. </layout>
  202. </widget>
  203. </item>
  204. <item>
  205. <widget class="QFrame" name="labelFrame">
  206. <property name="minimumSize">
  207. <size>
  208. <width>0</width>
  209. <height>20</height>
  210. </size>
  211. </property>
  212. <property name="frameShape">
  213. <enum>QFrame::StyledPanel</enum>
  214. </property>
  215. <property name="frameShadow">
  216. <enum>QFrame::Raised</enum>
  217. </property>
  218. <widget class="QLabel" name="label">
  219. <property name="geometry">
  220. <rect>
  221. <x>0</x>
  222. <y>0</y>
  223. <width>640</width>
  224. <height>20</height>
  225. </rect>
  226. </property>
  227. <property name="text">
  228. <string>Selected 0 test(s).</string>
  229. </property>
  230. </widget>
  231. </widget>
  232. </item>
  233. <item>
  234. <widget class="QFrame" name="labelGraphTraversalFrame">
  235. <property name="minimumSize">
  236. <size>
  237. <width>0</width>
  238. <height>20</height>
  239. </size>
  240. </property>
  241. <property name="frameShape">
  242. <enum>QFrame::StyledPanel</enum>
  243. </property>
  244. <property name="frameShadow">
  245. <enum>QFrame::Raised</enum>
  246. </property>
  247. <widget class="QLabel" name="labelGraphTraversalStatus">
  248. <property name="geometry">
  249. <rect>
  250. <x>0</x>
  251. <y>0</y>
  252. <width>640</width>
  253. <height>20</height>
  254. </rect>
  255. </property>
  256. <property name="text">
  257. <string>Graph Traversal Tests</string>
  258. </property>
  259. </widget>
  260. </widget>
  261. </item>
  262. <item>
  263. <widget class="QFrame" name="labelInterpretedFrame">
  264. <property name="minimumSize">
  265. <size>
  266. <width>0</width>
  267. <height>20</height>
  268. </size>
  269. </property>
  270. <property name="frameShape">
  271. <enum>QFrame::StyledPanel</enum>
  272. </property>
  273. <property name="frameShadow">
  274. <enum>QFrame::Raised</enum>
  275. </property>
  276. <widget class="QLabel" name="labelInterpretedStatus">
  277. <property name="geometry">
  278. <rect>
  279. <x>0</x>
  280. <y>0</y>
  281. <width>640</width>
  282. <height>20</height>
  283. </rect>
  284. </property>
  285. <property name="text">
  286. <string>Interpreted Tests</string>
  287. </property>
  288. </widget>
  289. </widget>
  290. </item>
  291. <item>
  292. <widget class="QFrame" name="labelNativeFrame">
  293. <property name="minimumSize">
  294. <size>
  295. <width>0</width>
  296. <height>20</height>
  297. </size>
  298. </property>
  299. <property name="frameShape">
  300. <enum>QFrame::StyledPanel</enum>
  301. </property>
  302. <property name="frameShadow">
  303. <enum>QFrame::Raised</enum>
  304. </property>
  305. <widget class="QLabel" name="labelNativeStatus">
  306. <property name="geometry">
  307. <rect>
  308. <x>0</x>
  309. <y>0</y>
  310. <width>640</width>
  311. <height>20</height>
  312. </rect>
  313. </property>
  314. <property name="text">
  315. <string>Native Tests</string>
  316. </property>
  317. </widget>
  318. </widget>
  319. </item>
  320. </layout>
  321. </widget>
  322. </widget>
  323. <customwidgets>
  324. <customwidget>
  325. <class>ScriptCanvasEditor::UnitTestTreeView</class>
  326. <extends>QTreeView</extends>
  327. <header location="global">Editor/View/Widgets/UnitTestPanel/UnitTestTreeView.h</header>
  328. </customwidget>
  329. <customwidget>
  330. <class>AzQtComponents::SearchLineEdit</class>
  331. <extends>QLineEdit</extends>
  332. <header location="global">AzQtComponents/Components/SearchLineEdit.h</header>
  333. </customwidget>
  334. </customwidgets>
  335. <resources>
  336. <include location="../../Windows/ScriptCanvasEditorResources.qrc"/>
  337. </resources>
  338. <connections/>
  339. </ui>