emsApplication/applications/emsConfigurer/mainwindow.ui

226 lines
5.1 KiB
XML

<?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>362</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>183</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Host IP</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>160</x>
<y>50</y>
<width>240</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>Configurer</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="serverIp">
<property name="geometry">
<rect>
<x>250</x>
<y>180</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="inputMask">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>400</x>
<y>120</y>
<width>171</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>宋体</family>
<italic>false</italic>
<bold>false</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>380</x>
<y>180</y>
<width>51</width>
<height>21</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>WWW.HJ-NET.COM</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>170</x>
<y>287</y>
<width>251</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="pb_Logon">
<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>240</y>
<width>181</width>
<height>23</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>240</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>181</width>
<height>23</height>
</rect>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>