| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>SettingDialog</class> |
| <widget class="QDialog" name="SettingDialog"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>300</width> |
| <height>150</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Dialog</string> |
| </property> |
| <widget class="QPushButton" name="okButton"> |
| <property name="geometry"> |
| <rect> |
| <x>100</x> |
| <y>110</y> |
| <width>100</width> |
| <height>32</height> |
| </rect> |
| </property> |
| <property name="text"> |
| <string>OK</string> |
| </property> |
| </widget> |
| <widget class="QLabel" name="msgLabel"> |
| <property name="geometry"> |
| <rect> |
| <x>10</x> |
| <y>10</y> |
| <width>150</width> |
| <height>16</height> |
| </rect> |
| </property> |
| <property name="font"> |
| <font> |
| <weight>75</weight> |
| <bold>true</bold> |
| </font> |
| </property> |
| <property name="text"> |
| <string>Current Identity:</string> |
| </property> |
| </widget> |
| <widget class="QLineEdit" name="identityLine"> |
| <property name="geometry"> |
| <rect> |
| <x>10</x> |
| <y>30</y> |
| <width>280</width> |
| <height>21</height> |
| </rect> |
| </property> |
| </widget> |
| <widget class="QLabel" name="nickLabel"> |
| <property name="geometry"> |
| <rect> |
| <x>10</x> |
| <y>60</y> |
| <width>150</width> |
| <height>16</height> |
| </rect> |
| </property> |
| <property name="font"> |
| <font> |
| <weight>75</weight> |
| <bold>true</bold> |
| </font> |
| </property> |
| <property name="text"> |
| <string>Nick Name:</string> |
| </property> |
| </widget> |
| <widget class="QLineEdit" name="nickLine"> |
| <property name="geometry"> |
| <rect> |
| <x>10</x> |
| <y>80</y> |
| <width>280</width> |
| <height>21</height> |
| </rect> |
| </property> |
| </widget> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |