You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

200 lines
4.6 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1269</width>
  10. <height>787</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QTextBrowser" name="logbrowser">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>420</y>
  22. <width>951</width>
  23. <height>191</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QPushButton" name="ClearLogButton">
  28. <property name="geometry">
  29. <rect>
  30. <x>10</x>
  31. <y>380</y>
  32. <width>91</width>
  33. <height>31</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>ClearLog</string>
  38. </property>
  39. </widget>
  40. <widget class="QPushButton" name="Connect2XsyncButton">
  41. <property name="geometry">
  42. <rect>
  43. <x>0</x>
  44. <y>10</y>
  45. <width>91</width>
  46. <height>31</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>Connect2Xsync</string>
  51. </property>
  52. </widget>
  53. <widget class="QLineEdit" name="IpInput">
  54. <property name="geometry">
  55. <rect>
  56. <x>100</x>
  57. <y>10</y>
  58. <width>111</width>
  59. <height>31</height>
  60. </rect>
  61. </property>
  62. <property name="font">
  63. <font>
  64. <weight>75</weight>
  65. <bold>true</bold>
  66. </font>
  67. </property>
  68. <property name="text">
  69. <string>192.168.8.10</string>
  70. </property>
  71. <property name="readOnly">
  72. <bool>false</bool>
  73. </property>
  74. </widget>
  75. <widget class="QPushButton" name="RefreshRegsButton">
  76. <property name="geometry">
  77. <rect>
  78. <x>0</x>
  79. <y>50</y>
  80. <width>91</width>
  81. <height>31</height>
  82. </rect>
  83. </property>
  84. <property name="text">
  85. <string>RefreshRegs</string>
  86. </property>
  87. </widget>
  88. <widget class="QScrollArea" name="scrollArea">
  89. <property name="geometry">
  90. <rect>
  91. <x>100</x>
  92. <y>50</y>
  93. <width>671</width>
  94. <height>311</height>
  95. </rect>
  96. </property>
  97. <property name="minimumSize">
  98. <size>
  99. <width>0</width>
  100. <height>0</height>
  101. </size>
  102. </property>
  103. <property name="sizeIncrement">
  104. <size>
  105. <width>0</width>
  106. <height>0</height>
  107. </size>
  108. </property>
  109. <property name="baseSize">
  110. <size>
  111. <width>0</width>
  112. <height>0</height>
  113. </size>
  114. </property>
  115. <property name="verticalScrollBarPolicy">
  116. <enum>Qt::ScrollBarAlwaysOn</enum>
  117. </property>
  118. <property name="horizontalScrollBarPolicy">
  119. <enum>Qt::ScrollBarAlwaysOn</enum>
  120. </property>
  121. <property name="sizeAdjustPolicy">
  122. <enum>QAbstractScrollArea::AdjustIgnored</enum>
  123. </property>
  124. <property name="widgetResizable">
  125. <bool>true</bool>
  126. </property>
  127. <widget class="QWidget" name="scrollAreaWidgetContents">
  128. <property name="geometry">
  129. <rect>
  130. <x>0</x>
  131. <y>0</y>
  132. <width>652</width>
  133. <height>1000</height>
  134. </rect>
  135. </property>
  136. <property name="minimumSize">
  137. <size>
  138. <width>0</width>
  139. <height>1000</height>
  140. </size>
  141. </property>
  142. <widget class="QWidget" name="gridLayoutWidget">
  143. <property name="geometry">
  144. <rect>
  145. <x>20</x>
  146. <y>10</y>
  147. <width>581</width>
  148. <height>91</height>
  149. </rect>
  150. </property>
  151. <layout class="QGridLayout" name="reg_table">
  152. <property name="sizeConstraint">
  153. <enum>QLayout::SetNoConstraint</enum>
  154. </property>
  155. </layout>
  156. </widget>
  157. </widget>
  158. </widget>
  159. <widget class="QTextBrowser" name="TimecodeDisplayer">
  160. <property name="geometry">
  161. <rect>
  162. <x>470</x>
  163. <y>10</y>
  164. <width>141</width>
  165. <height>31</height>
  166. </rect>
  167. </property>
  168. </widget>
  169. <widget class="QTextBrowser" name="CameraSyncIndex">
  170. <property name="geometry">
  171. <rect>
  172. <x>620</x>
  173. <y>10</y>
  174. <width>141</width>
  175. <height>31</height>
  176. </rect>
  177. </property>
  178. </widget>
  179. </widget>
  180. <widget class="QMenuBar" name="menubar">
  181. <property name="geometry">
  182. <rect>
  183. <x>0</x>
  184. <y>0</y>
  185. <width>1269</width>
  186. <height>23</height>
  187. </rect>
  188. </property>
  189. <widget class="QMenu" name="menu123">
  190. <property name="title">
  191. <string>123</string>
  192. </property>
  193. </widget>
  194. <addaction name="menu123"/>
  195. </widget>
  196. <widget class="QStatusBar" name="statusbar"/>
  197. </widget>
  198. <resources/>
  199. <connections/>
  200. </ui>