1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CommonData</class>
4 <widget class="QWidget" name="CommonData">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>566</width>
10    <height>318</height>
11   </rect>
12  </property>
13  <layout class="QGridLayout" name="gridLayout">
14   <item row="0" column="1">
15    <layout class="QFormLayout" name="formLayout_7">
16     <property name="fieldGrowthPolicy">
17      <enum>QFormLayout::ExpandingFieldsGrow</enum>
18     </property>
19     <item row="0" column="0">
20      <widget class="QLabel" name="label">
21       <property name="text">
22        <string>Identity</string>
23       </property>
24      </widget>
25     </item>
26     <item row="0" column="1">
27      <widget class="KLineEdit" name="identity"/>
28     </item>
29     <item row="1" column="0">
30      <widget class="QLabel" name="label_7">
31       <property name="text">
32        <string>Description:</string>
33       </property>
34      </widget>
35     </item>
36     <item row="1" column="1">
37      <widget class="KLineEdit" name="description">
38       <property name="showClearButton" stdset="0">
39        <bool>true</bool>
40       </property>
41      </widget>
42     </item>
43     <item row="2" column="0">
44      <widget class="QLabel" name="label_2">
45       <property name="text">
46        <string>Version:</string>
47       </property>
48      </widget>
49     </item>
50     <item row="2" column="1">
51      <widget class="KLineEdit" name="version"/>
52     </item>
53     <item row="3" column="0">
54      <widget class="QLabel" name="label_12">
55       <property name="text">
56        <string>Logo:</string>
57       </property>
58      </widget>
59     </item>
60     <item row="3" column="1">
61      <widget class="KLineEdit" name="logo">
62       <property name="placeholderText">
63        <string>URL to the logo</string>
64       </property>
65       <property name="showClearButton" stdset="0">
66        <bool>true</bool>
67       </property>
68      </widget>
69     </item>
70     <item row="4" column="0">
71      <widget class="QLabel" name="label_13">
72       <property name="toolTip">
73        <string>The language of the file</string>
74       </property>
75       <property name="text">
76        <string>Language:</string>
77       </property>
78      </widget>
79     </item>
80     <item row="4" column="1">
81      <widget class="KComboBox" name="language"/>
82     </item>
83     <item row="5" column="0">
84      <widget class="QLabel" name="label_14">
85       <property name="text">
86        <string>Operating systems:</string>
87       </property>
88      </widget>
89     </item>
90     <item row="5" column="1">
91      <widget class="KLineEdit" name="os">
92       <property name="placeholderText">
93        <string>Supported OSes, separated with commas</string>
94       </property>
95       <property name="showClearButton" stdset="0">
96        <bool>true</bool>
97       </property>
98      </widget>
99     </item>
100     <item row="6" column="0">
101      <widget class="QLabel" name="label_18">
102       <property name="text">
103        <string>Copyright:</string>
104       </property>
105      </widget>
106     </item>
107     <item row="6" column="1">
108      <widget class="KLineEdit" name="copyright">
109       <property name="showClearButton" stdset="0">
110        <bool>true</bool>
111       </property>
112      </widget>
113     </item>
114    </layout>
115   </item>
116   <item row="1" column="0">
117    <spacer name="verticalSpacer_4">
118     <property name="orientation">
119      <enum>Qt::Vertical</enum>
120     </property>
121     <property name="sizeType">
122      <enum>QSizePolicy::Fixed</enum>
123     </property>
124     <property name="sizeHint" stdset="0">
125      <size>
126       <width>40</width>
127       <height>5</height>
128      </size>
129     </property>
130    </spacer>
131   </item>
132   <item row="2" column="0" colspan="2">
133    <widget class="QLabel" name="label_20">
134     <property name="sizePolicy">
135      <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
136       <horstretch>0</horstretch>
137       <verstretch>0</verstretch>
138      </sizepolicy>
139     </property>
140     <property name="text">
141      <string>Publisher:</string>
142     </property>
143    </widget>
144   </item>
145   <item row="3" column="1">
146    <layout class="QFormLayout" name="formLayout_2">
147     <item row="0" column="0">
148      <widget class="QLabel" name="label_8">
149       <property name="text">
150        <string>Name:</string>
151       </property>
152      </widget>
153     </item>
154     <item row="0" column="1">
155      <widget class="KLineEdit" name="pub_name">
156       <property name="toolTip">
157        <string>publisher</string>
158       </property>
159       <property name="placeholderText">
160        <string>Name of the publisher</string>
161       </property>
162       <property name="showClearButton" stdset="0">
163        <bool>true</bool>
164       </property>
165      </widget>
166     </item>
167     <item row="1" column="0">
168      <widget class="QLabel" name="label_21">
169       <property name="text">
170        <string>URL:</string>
171       </property>
172      </widget>
173     </item>
174     <item row="1" column="1">
175      <widget class="KLineEdit" name="pub_url">
176       <property name="toolTip">
177        <string>publisher</string>
178       </property>
179       <property name="placeholderText">
180        <string>URL to the publisher</string>
181       </property>
182       <property name="showClearButton" stdset="0">
183        <bool>true</bool>
184       </property>
185      </widget>
186     </item>
187    </layout>
188   </item>
189  </layout>
190 </widget>
191 <customwidgets>
192  <customwidget>
193   <class>KLineEdit</class>
194   <extends>QLineEdit</extends>
195   <header>klineedit.h</header>
196  </customwidget>
197  <customwidget>
198   <class>KComboBox</class>
199   <extends>QComboBox</extends>
200   <header>kcombobox.h</header>
201  </customwidget>
202 </customwidgets>
203 <resources/>
204 <connections/>
205</ui>
206