<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="windowModality"> <enum>Qt::WindowModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>615</width> <height>375</height> </rect> </property> <property name="contextMenuPolicy"> <enum>Qt::NoContextMenu</enum> </property> <property name="windowTitle"> <string>EMS Configurer</string> </property> <property name="styleSheet"> <string notr="true"/> </property> <widget class="QWidget" name="centralwidget"> <widget class="QLabel" name="label_4"> <property name="geometry"> <rect> <x>120</x> <y>173</y> <width>101</width> <height>21</height> </rect> </property> <property name="text"> <string>Host IP</string> </property> </widget> <widget class="QLabel" name="productName1"> <property name="geometry"> <rect> <x>100</x> <y>70</y> <width>391</width> <height>61</height> </rect> </property> <property name="font"> <font> <pointsize>28</pointsize> <bold>true</bold> </font> </property> <property name="text"> <string>Configurer</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QLabel" name="productName2"> <property name="geometry"> <rect> <x>400</x> <y>120</y> <width>171</width> <height>41</height> </rect> </property> <property name="font"> <font> <pointsize>12</pointsize> <bold>true</bold> </font> </property> <property name="text"> <string>for EMU Host</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QPushButton" name="pb_Test"> <property name="geometry"> <rect> <x>440</x> <y>170</y> <width>51</width> <height>30</height> </rect> </property> <property name="text"> <string>Test</string> </property> </widget> <widget class="QLabel" name="label_logo"> <property name="geometry"> <rect> <x>7</x> <y>7</y> <width>261</width> <height>61</height> </rect> </property> <property name="text"> <string notr="true"/> </property> <property name="pixmap"> <pixmap resource="emscfgres.qrc">:/images/hj-net.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> </widget> <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> <x>170</x> <y>300</y> <width>251</width> <height>31</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="pb_Logon"> <property name="styleSheet"> <string notr="true"/> </property> <property name="text"> <string>Logon</string> </property> </widget> </item> <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="pb_Close"> <property name="text"> <string>Close</string> </property> </widget> </item> </layout> </widget> <widget class="QLineEdit" name="userToken"> <property name="geometry"> <rect> <x>250</x> <y>250</y> <width>180</width> <height>30</height> </rect> </property> <property name="contextMenuPolicy"> <enum>Qt::NoContextMenu</enum> </property> <property name="acceptDrops"> <bool>false</bool> </property> <property name="inputMethodHints"> <set>Qt::ImhHiddenText|Qt::ImhNoAutoUppercase|Qt::ImhNoEditMenu|Qt::ImhNoPredictiveText|Qt::ImhSensitiveData</set> </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>120</x> <y>207</y> <width>111</width> <height>30</height> </rect> </property> <property name="text"> <string>Login name</string> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>120</x> <y>250</y> <width>101</width> <height>21</height> </rect> </property> <property name="text"> <string>Password</string> </property> </widget> <widget class="QLineEdit" name="userName"> <property name="geometry"> <rect> <x>250</x> <y>210</y> <width>180</width> <height>30</height> </rect> </property> </widget> <widget class="IPAddress" name="serverIP" native="true"> <property name="geometry"> <rect> <x>250</x> <y>170</y> <width>181</width> <height>30</height> </rect> </property> </widget> <widget class="QPushButton" name="pb_Lang"> <property name="geometry"> <rect> <x>530</x> <y>20</y> <width>71</width> <height>29</height> </rect> </property> <property name="text"> <string>Lang</string> </property> </widget> </widget> </widget> <customwidgets> <customwidget> <class>IPAddress</class> <extends>QWidget</extends> <header>ipaddress.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>pb_Test</tabstop> <tabstop>userName</tabstop> <tabstop>userToken</tabstop> <tabstop>pb_Logon</tabstop> <tabstop>pb_Close</tabstop> </tabstops> <resources> <include location="emscfgres.qrc"/> </resources> <connections/> </ui>