3
0

LoggingWindowSession.ui 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LoggingWindowSession</class>
  4. <widget class="QWidget" name="LoggingWindowSession">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>897</width>
  10. <height>112</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="spacing">
  18. <number>5</number>
  19. </property>
  20. <property name="leftMargin">
  21. <number>5</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>5</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>5</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>5</number>
  31. </property>
  32. <item>
  33. <widget class="QFrame" name="frame">
  34. <property name="frameShape">
  35. <enum>QFrame::NoFrame</enum>
  36. </property>
  37. <property name="frameShadow">
  38. <enum>QFrame::Raised</enum>
  39. </property>
  40. <layout class="QHBoxLayout" name="horizontalLayout">
  41. <property name="spacing">
  42. <number>5</number>
  43. </property>
  44. <property name="leftMargin">
  45. <number>10</number>
  46. </property>
  47. <property name="topMargin">
  48. <number>0</number>
  49. </property>
  50. <property name="rightMargin">
  51. <number>0</number>
  52. </property>
  53. <property name="bottomMargin">
  54. <number>0</number>
  55. </property>
  56. <item>
  57. <widget class="QComboBox" name="targetSelector">
  58. <property name="minimumSize">
  59. <size>
  60. <width>250</width>
  61. <height>0</height>
  62. </size>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="Line" name="line_3">
  68. <property name="orientation">
  69. <enum>Qt::Vertical</enum>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QToolButton" name="captureButton">
  75. <property name="toolTip">
  76. <string>Starts or stops the current logging session.</string>
  77. </property>
  78. <property name="text">
  79. <string>...</string>
  80. </property>
  81. <property name="icon">
  82. <iconset resource="../../Windows/ScriptCanvasEditorResources.qrc">
  83. <normaloff>:/ScriptCanvasEditorResources/Resources/capture_offline.png</normaloff>:/ScriptCanvasEditorResources/Resources/capture_offline.png</iconset>
  84. </property>
  85. <property name="iconSize">
  86. <size>
  87. <width>20</width>
  88. <height>20</height>
  89. </size>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="Line" name="line_4">
  95. <property name="orientation">
  96. <enum>Qt::Vertical</enum>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QToolButton" name="autoCaptureToggle">
  102. <property name="toolTip">
  103. <string>Controls whether or not capture will enable as soon as the desired target connects.</string>
  104. </property>
  105. <property name="text">
  106. <string>...</string>
  107. </property>
  108. <property name="icon">
  109. <iconset resource="../../Windows/ScriptCanvasEditorResources.qrc">
  110. <normaloff>:/ScriptCanvasEditorResources/Resources/auto_record.png</normaloff>:/ScriptCanvasEditorResources/Resources/auto_record.png</iconset>
  111. </property>
  112. <property name="iconSize">
  113. <size>
  114. <width>20</width>
  115. <height>20</height>
  116. </size>
  117. </property>
  118. <property name="checkable">
  119. <bool>true</bool>
  120. </property>
  121. <property name="checked">
  122. <bool>true</bool>
  123. </property>
  124. </widget>
  125. </item>
  126. <item>
  127. <widget class="QToolButton" name="liveUpdatesToggle">
  128. <property name="toolTip">
  129. <string>Controls whether or not the Logging View live updates with the Captured Data (Usually want to disable for performance reasons)</string>
  130. </property>
  131. <property name="text">
  132. <string>...</string>
  133. </property>
  134. <property name="icon">
  135. <iconset resource="../../Windows/ScriptCanvasEditorResources.qrc">
  136. <normaloff>:/ScriptCanvasEditorResources/Resources/live_update.png</normaloff>:/ScriptCanvasEditorResources/Resources/live_update.png</iconset>
  137. </property>
  138. <property name="iconSize">
  139. <size>
  140. <width>20</width>
  141. <height>20</height>
  142. </size>
  143. </property>
  144. <property name="checkable">
  145. <bool>true</bool>
  146. </property>
  147. <property name="checked">
  148. <bool>true</bool>
  149. </property>
  150. </widget>
  151. </item>
  152. <item>
  153. <widget class="Line" name="line_2">
  154. <property name="orientation">
  155. <enum>Qt::Vertical</enum>
  156. </property>
  157. </widget>
  158. </item>
  159. <item>
  160. <widget class="QToolButton" name="expandAll">
  161. <property name="toolTip">
  162. <string>Expands all of the elements in the log</string>
  163. </property>
  164. <property name="text">
  165. <string>...</string>
  166. </property>
  167. <property name="icon">
  168. <iconset resource="../../Windows/ScriptCanvasEditorResources.qrc">
  169. <normaloff>:/ScriptCanvasEditorResources/Resources/ExpandAll_Icon.png</normaloff>:/ScriptCanvasEditorResources/Resources/ExpandAll_Icon.png</iconset>
  170. </property>
  171. <property name="iconSize">
  172. <size>
  173. <width>20</width>
  174. <height>20</height>
  175. </size>
  176. </property>
  177. </widget>
  178. </item>
  179. <item>
  180. <widget class="QToolButton" name="collapseAll">
  181. <property name="toolTip">
  182. <string>Collapses all of the elements in the log</string>
  183. </property>
  184. <property name="text">
  185. <string>...</string>
  186. </property>
  187. <property name="icon">
  188. <iconset resource="../../Windows/ScriptCanvasEditorResources.qrc">
  189. <normaloff>:/ScriptCanvasEditorResources/Resources/CollapseAll_Icon.png</normaloff>:/ScriptCanvasEditorResources/Resources/CollapseAll_Icon.png</iconset>
  190. </property>
  191. <property name="iconSize">
  192. <size>
  193. <width>20</width>
  194. <height>20</height>
  195. </size>
  196. </property>
  197. </widget>
  198. </item>
  199. <item>
  200. <spacer name="horizontalSpacer">
  201. <property name="orientation">
  202. <enum>Qt::Horizontal</enum>
  203. </property>
  204. <property name="sizeHint" stdset="0">
  205. <size>
  206. <width>40</width>
  207. <height>20</height>
  208. </size>
  209. </property>
  210. </spacer>
  211. </item>
  212. <item>
  213. <widget class="AzQtComponents::FilteredSearchWidget" name="filterWidget" native="true">
  214. <property name="sizePolicy">
  215. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  216. <horstretch>0</horstretch>
  217. <verstretch>0</verstretch>
  218. </sizepolicy>
  219. </property>
  220. <property name="minimumSize">
  221. <size>
  222. <width>0</width>
  223. <height>20</height>
  224. </size>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QToolButton" name="openIcon">
  230. <property name="text">
  231. <string>...</string>
  232. </property>
  233. </widget>
  234. </item>
  235. </layout>
  236. </widget>
  237. </item>
  238. <item>
  239. <widget class="QTreeView" name="logTree">
  240. <property name="showDropIndicator" stdset="0">
  241. <bool>false</bool>
  242. </property>
  243. <property name="alternatingRowColors">
  244. <bool>true</bool>
  245. </property>
  246. <property name="uniformRowHeights">
  247. <bool>true</bool>
  248. </property>
  249. <property name="headerHidden">
  250. <bool>true</bool>
  251. </property>
  252. <property name="expandsOnDoubleClick">
  253. <bool>false</bool>
  254. </property>
  255. </widget>
  256. </item>
  257. </layout>
  258. </widget>
  259. <customwidgets>
  260. <customwidget>
  261. <class>AzQtComponents::FilteredSearchWidget</class>
  262. <extends>QWidget</extends>
  263. <header location="global">AzQtComponents/Components/FilteredSearchWidget.h</header>
  264. <container>1</container>
  265. </customwidget>
  266. </customwidgets>
  267. <resources>
  268. <include location="../../Windows/ScriptCanvasEditorResources.qrc"/>
  269. </resources>
  270. <connections/>
  271. </ui>