| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>CDevInitDlg</class>
- <widget class="QDialog" name="CDevInitDlg">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>600</width>
- <height>500</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>600</width>
- <height>500</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>600</width>
- <height>500</height>
- </size>
- </property>
- <property name="baseSize">
- <size>
- <width>600</width>
- <height>500</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>DevInit</string>
- </property>
- <widget class="QGroupBox" name="SearchDevice">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>350</y>
- <width>271</width>
- <height>141</height>
- </rect>
- </property>
- <property name="title">
- <string>Search Device</string>
- </property>
- <widget class="QPushButton" name="Broadcast_Button">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>251</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Search by Multicast and Broadcast</string>
- </property>
- </widget>
- <widget class="QPushButton" name="ByIPSearchButton">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>100</y>
- <width>181</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Search by Point to Point</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="OperateDevice">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>350</y>
- <width>281</width>
- <height>141</height>
- </rect>
- </property>
- <property name="title">
- <string>Operate Device</string>
- </property>
- <widget class="QPushButton" name="InitializeDevice_Button">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>40</y>
- <width>161</width>
- <height>23</height>
- </rect>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="text">
- <string>Initialize Device</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="DeviceList">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>571</width>
- <height>331</height>
- </rect>
- </property>
- <property name="title">
- <string>Device List</string>
- </property>
- <widget class="QTableView" name="tableView">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>551</width>
- <height>301</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|