IncCamera.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>IncCameraClass</class>
  4. <widget class="QMainWindow" name="IncCameraClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>600</width>
  10. <height>400</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>IncCamera</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QVBoxLayout" name="verticalLayout" stretch="8,2">
  18. <item>
  19. <layout class="QFormLayout" name="formLayout">
  20. <property name="verticalSpacing">
  21. <number>18</number>
  22. </property>
  23. <item row="0" column="0">
  24. <widget class="QLabel" name="label">
  25. <property name="text">
  26. <string>IP</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="1" column="1">
  31. <widget class="QtLineEditor" name="PortEdit"/>
  32. </item>
  33. <item row="1" column="0">
  34. <widget class="QLabel" name="label_2">
  35. <property name="text">
  36. <string>端口</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="2" column="0">
  41. <widget class="QLabel" name="label_3">
  42. <property name="text">
  43. <string>是否鉴权</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item row="3" column="0">
  48. <widget class="QLabel" name="label_4">
  49. <property name="text">
  50. <string>用户名</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="3" column="1">
  55. <widget class="QtLineEditor" name="UserNameEdit"/>
  56. </item>
  57. <item row="5" column="0">
  58. <widget class="QLabel" name="label_5">
  59. <property name="text">
  60. <string>通道</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="0" column="1">
  65. <layout class="QHBoxLayout" name="horizontalLayout">
  66. <item>
  67. <widget class="QtLineEditor" name="IPEdit_1"/>
  68. </item>
  69. <item>
  70. <widget class="QtLineEditor" name="IPEdit_2"/>
  71. </item>
  72. <item>
  73. <widget class="QtLineEditor" name="IPEdit_3"/>
  74. </item>
  75. <item>
  76. <widget class="QtLineEditor" name="IPEdit_4"/>
  77. </item>
  78. </layout>
  79. </item>
  80. <item row="5" column="1">
  81. <widget class="QtLineEditor" name="ChannelEdit"/>
  82. </item>
  83. <item row="2" column="1">
  84. <widget class="QCheckBox" name="IsCheckRightCheck">
  85. <property name="text">
  86. <string>CheckBox</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item row="4" column="1">
  91. <widget class="QtLineEditor" name="PasswordEdit"/>
  92. </item>
  93. <item row="4" column="0">
  94. <widget class="QLabel" name="label_6">
  95. <property name="text">
  96. <string>密码</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="6" column="0">
  101. <widget class="QLabel" name="label_7">
  102. <property name="text">
  103. <string>码流</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="6" column="1">
  108. <layout class="QHBoxLayout" name="horizontalLayout_2">
  109. <item>
  110. <widget class="QRadioButton" name="MainSteamSelectRadio">
  111. <property name="text">
  112. <string>主码流</string>
  113. </property>
  114. </widget>
  115. </item>
  116. <item>
  117. <widget class="QRadioButton" name="SubMainRadio">
  118. <property name="text">
  119. <string>辅码流</string>
  120. </property>
  121. </widget>
  122. </item>
  123. </layout>
  124. </item>
  125. </layout>
  126. </item>
  127. <item>
  128. <layout class="QVBoxLayout" name="verticalLayout_2">
  129. <item>
  130. <widget class="QPushButton" name="OkButton">
  131. <property name="text">
  132. <string>添加相机</string>
  133. </property>
  134. </widget>
  135. </item>
  136. <item>
  137. <widget class="QPushButton" name="CancelButton">
  138. <property name="text">
  139. <string>取消操作</string>
  140. </property>
  141. </widget>
  142. </item>
  143. </layout>
  144. </item>
  145. </layout>
  146. </widget>
  147. <widget class="QMenuBar" name="menuBar">
  148. <property name="geometry">
  149. <rect>
  150. <x>0</x>
  151. <y>0</y>
  152. <width>600</width>
  153. <height>23</height>
  154. </rect>
  155. </property>
  156. </widget>
  157. <widget class="QToolBar" name="mainToolBar">
  158. <attribute name="toolBarArea">
  159. <enum>TopToolBarArea</enum>
  160. </attribute>
  161. <attribute name="toolBarBreak">
  162. <bool>false</bool>
  163. </attribute>
  164. </widget>
  165. <widget class="QStatusBar" name="statusBar"/>
  166. </widget>
  167. <layoutdefault spacing="6" margin="11"/>
  168. <customwidgets>
  169. <customwidget>
  170. <class>QtLineEditor</class>
  171. <extends>QLineEdit</extends>
  172. <header location="global">QtLineEditor.h</header>
  173. </customwidget>
  174. </customwidgets>
  175. <resources/>
  176. <connections/>
  177. </ui>