<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>ServerInfoBase</class> <widget class="QWidget"> <property name="name"> <cstring>ServerInfoBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>272</width> <height>282</height> </rect> </property> <property name="caption"> <string>Info Server</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel"> <property name="name"> <cstring>TextLabel1</cstring> </property> <property name="text"> <string>This is a small Information Server. Accepting client requests...</string> </property> <property name="alignment"> <set>AlignCenter</set> </property> </widget> <widget class="QTextEdit"> <property name="name"> <cstring>infoText</cstring> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>Layout1</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <property name="spacing"> <number>6</number> </property> <spacer> <property name="name" stdset="0"> <cstring>Spacer2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>btnQuit</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>&Quit</string> </property> </widget> <spacer> <property name="name" stdset="0"> <cstring>Spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> </vbox> </widget> <layoutdefaults spacing="6" margin="11"/> </UI>