1<ui version="4.0" >
2 <class>KsirkNationalityDefinition</class>
3 <widget class="QDockWidget" name="KsirkNationalityDefinition" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>288</width>
9    <height>550</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Nationality</string>
14  </property>
15  <widget class="QWidget" name="dockWidgetContents" >
16   <layout class="QGridLayout" name="gridLayout" >
17    <item row="0" column="0" colspan="2" >
18     <widget class="QLabel" name="label" >
19      <property name="text" >
20       <string>Name:</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="2" >
25     <widget class="QLineEdit" name="name" >
26      <property name="toolTip" >
27       <string>Nationality name</string>
28      </property>
29      <property name="whatsThis" >
30       <string>&lt;p>Nationality name. The name of the player country. Can be the name of an existing country in case of a &lt;i>realistic&lt;/i> world.&lt;/p>&lt;p>This string should be unique in the skin.&lt;/p></string>
31      </property>
32      <property name="text" >
33       <string/>
34      </property>
35      <property name="alignment" >
36       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
37      </property>
38     </widget>
39    </item>
40    <item row="1" column="0" >
41     <widget class="QLabel" name="label_2" >
42      <property name="text" >
43       <string>Leader name:</string>
44      </property>
45     </widget>
46    </item>
47    <item row="1" column="2" >
48     <widget class="QLineEdit" name="leader" >
49      <property name="toolTip" >
50       <string>Leader name</string>
51      </property>
52      <property name="whatsThis" >
53       <string>&lt;p>Name of this nationality leader. In the case of a &lt;i>realistic&lt;/i> skin, this could be the name of a well known king, president, etc.&lt;/p></string>
54      </property>
55     </widget>
56    </item>
57    <item row="2" column="0" colspan="2" >
58     <widget class="QLabel" name="label_3" >
59      <property name="text" >
60       <string>Flag ID in pool:</string>
61      </property>
62     </widget>
63    </item>
64    <item row="2" column="2" >
65     <widget class="KComboBox" name="flag" >
66      <property name="toolTip" >
67       <string>Flag sprite id in the pool SVG</string>
68      </property>
69      <property name="whatsThis" >
70       <string>Flag sprite id in the pool SVG (pool.svg).</string>
71      </property>
72     </widget>
73    </item>
74    <item row="3" column="1" colspan="2" >
75     <spacer name="verticalSpacer" >
76      <property name="orientation" >
77       <enum>Qt::Vertical</enum>
78      </property>
79      <property name="sizeHint" stdset="0" >
80       <size>
81        <width>20</width>
82        <height>384</height>
83       </size>
84      </property>
85     </spacer>
86    </item>
87   </layout>
88  </widget>
89 </widget>
90 <customwidgets>
91  <customwidget>
92   <class>KComboBox</class>
93   <extends>QComboBox</extends>
94   <header>kcombobox.h</header>
95  </customwidget>
96 </customwidgets>
97 <resources/>
98 <connections/>
99</ui>
100