| <?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>400</width> |
| <height>150</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Dialog</string> |
| </property> |
| <widget class="QWidget" name=""> |
| <property name="geometry"> |
| <rect> |
| <x>10</x> |
| <y>13</y> |
| <width>381</width> |
| <height>133</height> |
| </rect> |
| </property> |
| <layout class="QVBoxLayout" name="verticalLayout"> |
| <item> |
| <layout class="QHBoxLayout" name="identityLayout" stretch="3,7"> |
| <item> |
| <widget class="QLabel" name="identityLabel"> |
| <property name="font"> |
| <font> |
| <weight>75</weight> |
| <bold>true</bold> |
| </font> |
| </property> |
| <property name="text"> |
| <string>Identity:</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QLineEdit" name="identityLine"/> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="nickLayout" stretch="3,7"> |
| <item> |
| <widget class="QLabel" name="nickLabel"> |
| <property name="font"> |
| <font> |
| <weight>75</weight> |
| <bold>true</bold> |
| </font> |
| </property> |
| <property name="text"> |
| <string>nick:</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QLineEdit" name="nickLine"/> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="prefixLayout" stretch="3,7"> |
| <item> |
| <widget class="QLabel" name="prefixLabel"> |
| <property name="font"> |
| <font> |
| <weight>75</weight> |
| <bold>true</bold> |
| </font> |
| </property> |
| <property name="text"> |
| <string>routbale prefix:</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QLineEdit" name="prefixLine"/> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="buttonLayout"> |
| <item> |
| <widget class="QPushButton" name="cancelButton"> |
| <property name="text"> |
| <string>Cancel</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="saveButton"> |
| <property name="text"> |
| <string>Save</string> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |