<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DEV9DnsHostDialog</class> <widget class="QWidget" name="DEV9DnsHostDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Network DNS Hosts Import/Export</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Select Hosts</string> </property> </widget> </item> <item> <widget class="QTableView" name="hostList"> <attribute name="horizontalHeaderHighlightSections"> <bool>false</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btnOK"> <property name="text"> <string>OK</string> </property> </widget> </item> <item> <widget class="QPushButton" name="btnCancel"> <property name="text"> <string>Cancel</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>