123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>IncCameraClass</class>
- <widget class="QMainWindow" name="IncCameraClass">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>600</width>
- <height>400</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>IncCamera</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <layout class="QVBoxLayout" name="verticalLayout" stretch="8,2">
- <item>
- <layout class="QFormLayout" name="formLayout">
- <property name="verticalSpacing">
- <number>18</number>
- </property>
- <item row="0" column="0">
- <widget class="QLabel" name="label">
- <property name="text">
- <string>IP</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QtLineEditor" name="PortEdit"/>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>端口</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="label_3">
- <property name="text">
- <string>是否鉴权</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="label_4">
- <property name="text">
- <string>用户名</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="QtLineEditor" name="UserNameEdit"/>
- </item>
- <item row="5" column="0">
- <widget class="QLabel" name="label_5">
- <property name="text">
- <string>通道</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QtLineEditor" name="IPEdit_1"/>
- </item>
- <item>
- <widget class="QtLineEditor" name="IPEdit_2"/>
- </item>
- <item>
- <widget class="QtLineEditor" name="IPEdit_3"/>
- </item>
- <item>
- <widget class="QtLineEditor" name="IPEdit_4"/>
- </item>
- </layout>
- </item>
- <item row="5" column="1">
- <widget class="QtLineEditor" name="ChannelEdit"/>
- </item>
- <item row="2" column="1">
- <widget class="QCheckBox" name="IsCheckRightCheck">
- <property name="text">
- <string>CheckBox</string>
- </property>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QtLineEditor" name="PasswordEdit"/>
- </item>
- <item row="4" column="0">
- <widget class="QLabel" name="label_6">
- <property name="text">
- <string>密码</string>
- </property>
- </widget>
- </item>
- <item row="6" column="0">
- <widget class="QLabel" name="label_7">
- <property name="text">
- <string>码流</string>
- </property>
- </widget>
- </item>
- <item row="6" column="1">
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QRadioButton" name="MainSteamSelectRadio">
- <property name="text">
- <string>主码流</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="SubMainRadio">
- <property name="text">
- <string>辅码流</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QPushButton" name="OkButton">
- <property name="text">
- <string>添加相机</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="CancelButton">
- <property name="text">
- <string>取消操作</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>600</width>
- <height>23</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="mainToolBar">
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <customwidgets>
- <customwidget>
- <class>QtLineEditor</class>
- <extends>QLineEdit</extends>
- <header location="global">QtLineEditor.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|