NetworkDialog.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>NetworkDialog</class>
  4. <widget class="QWidget" name="NetworkDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>524</width>
  10. <height>606</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>kNet Network</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <item row="0" column="0">
  18. <layout class="QGridLayout" name="gridLayout">
  19. <item row="0" column="0">
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>Hostname:</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item row="0" column="1">
  27. <widget class="QLabel" name="machineIP">
  28. <property name="text">
  29. <string>Machine IP text.</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="2" column="0">
  34. <widget class="QLabel" name="label_4">
  35. <property name="text">
  36. <string>Connections:</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="2" column="1">
  41. <widget class="QTreeWidget" name="connectionsTree">
  42. <column>
  43. <property name="text">
  44. <string>Item</string>
  45. </property>
  46. </column>
  47. </widget>
  48. </item>
  49. <item row="1" column="0">
  50. <widget class="QLabel" name="label_2">
  51. <property name="text">
  52. <string># of threads:</string>
  53. </property>
  54. </widget>
  55. </item>
  56. <item row="1" column="1">
  57. <widget class="QLabel" name="numRunningThreads">
  58. <property name="text">
  59. <string># threads text.</string>
  60. </property>
  61. </widget>
  62. </item>
  63. </layout>
  64. </item>
  65. <item row="3" column="0">
  66. <widget class="QTreeWidget" name="treeStats">
  67. <column>
  68. <property name="text">
  69. <string>Name</string>
  70. </property>
  71. </column>
  72. <column>
  73. <property name="text">
  74. <string>Count</string>
  75. </property>
  76. </column>
  77. <column>
  78. <property name="text">
  79. <string>Value</string>
  80. </property>
  81. </column>
  82. <column>
  83. <property name="text">
  84. <string>Count/sec</string>
  85. </property>
  86. </column>
  87. <column>
  88. <property name="text">
  89. <string>Value/sec</string>
  90. </property>
  91. </column>
  92. <column>
  93. <property name="text">
  94. <string>Avg. value</string>
  95. </property>
  96. </column>
  97. <column>
  98. <property name="text">
  99. <string>Latest value</string>
  100. </property>
  101. </column>
  102. </widget>
  103. </item>
  104. <item row="1" column="0">
  105. <layout class="QHBoxLayout" name="horizontalLayout">
  106. <item>
  107. <widget class="QLabel" name="label_3">
  108. <property name="text">
  109. <string>Show most recent events from:</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item>
  114. <widget class="QComboBox" name="comboTimePeriod">
  115. <property name="sizePolicy">
  116. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  117. <horstretch>0</horstretch>
  118. <verstretch>0</verstretch>
  119. </sizepolicy>
  120. </property>
  121. <property name="minimumSize">
  122. <size>
  123. <width>100</width>
  124. <height>0</height>
  125. </size>
  126. </property>
  127. <property name="maximumSize">
  128. <size>
  129. <width>100</width>
  130. <height>16777215</height>
  131. </size>
  132. </property>
  133. <item>
  134. <property name="text">
  135. <string>5 seconds</string>
  136. </property>
  137. </item>
  138. <item>
  139. <property name="text">
  140. <string>15 seconds</string>
  141. </property>
  142. </item>
  143. <item>
  144. <property name="text">
  145. <string>30 seconds</string>
  146. </property>
  147. </item>
  148. <item>
  149. <property name="text">
  150. <string>1 minute</string>
  151. </property>
  152. </item>
  153. </widget>
  154. </item>
  155. <item>
  156. <spacer name="horizontalSpacer">
  157. <property name="orientation">
  158. <enum>Qt::Horizontal</enum>
  159. </property>
  160. <property name="sizeType">
  161. <enum>QSizePolicy::Expanding</enum>
  162. </property>
  163. <property name="sizeHint" stdset="0">
  164. <size>
  165. <width>70</width>
  166. <height>20</height>
  167. </size>
  168. </property>
  169. </spacer>
  170. </item>
  171. </layout>
  172. </item>
  173. </layout>
  174. </widget>
  175. <resources/>
  176. <connections/>
  177. </ui>