]> ruin.nu Git - adress.git/blob - ui/mainwindowbase.ui
cfd266e2524e6fe9c3cd62b94f9964b5ce0eb0f0
[adress.git] / ui / mainwindowbase.ui
1 <!DOCTYPE UI><UI>
2 <class>CMainWindowBase</class>
3 <author>Michael Andreen</author>
4 <widget>
5     <class>QWidget</class>
6     <property stdset="1">
7         <name>name</name>
8         <cstring>unnamed</cstring>
9     </property>
10     <property stdset="1">
11         <name>geometry</name>
12         <rect>
13             <x>0</x>
14             <y>0</y>
15             <width>534</width>
16             <height>398</height>
17         </rect>
18     </property>
19     <property stdset="1">
20         <name>caption</name>
21         <string>Form1</string>
22     </property>
23     <grid>
24         <property stdset="1">
25             <name>margin</name>
26             <number>11</number>
27         </property>
28         <property stdset="1">
29             <name>spacing</name>
30             <number>6</number>
31         </property>
32         <widget row="0"  column="0" >
33             <class>QListView</class>
34             <column>
35                 <property>
36                     <name>text</name>
37                     <string>Num</string>
38                 </property>
39                 <property>
40                     <name>clickable</name>
41                     <bool>true</bool>
42                 </property>
43                 <property>
44                     <name>resizeable</name>
45                     <bool>true</bool>
46                 </property>
47             </column>
48             <column>
49                 <property>
50                     <name>text</name>
51                     <string>Efternamn</string>
52                 </property>
53                 <property>
54                     <name>clickable</name>
55                     <bool>true</bool>
56                 </property>
57                 <property>
58                     <name>resizeable</name>
59                     <bool>true</bool>
60                 </property>
61             </column>
62             <column>
63                 <property>
64                     <name>text</name>
65                     <string>Förnamn</string>
66                 </property>
67                 <property>
68                     <name>clickable</name>
69                     <bool>true</bool>
70                 </property>
71                 <property>
72                     <name>resizeable</name>
73                     <bool>true</bool>
74                 </property>
75             </column>
76             <column>
77                 <property>
78                     <name>text</name>
79                     <string>Adress</string>
80                 </property>
81                 <property>
82                     <name>clickable</name>
83                     <bool>true</bool>
84                 </property>
85                 <property>
86                     <name>resizeable</name>
87                     <bool>true</bool>
88                 </property>
89             </column>
90             <column>
91                 <property>
92                     <name>text</name>
93                     <string>Telefonnummer</string>
94                 </property>
95                 <property>
96                     <name>clickable</name>
97                     <bool>true</bool>
98                 </property>
99                 <property>
100                     <name>resizeable</name>
101                     <bool>true</bool>
102                 </property>
103             </column>
104             <property stdset="1">
105                 <name>name</name>
106                 <cstring>ContactView</cstring>
107             </property>
108             <property stdset="1">
109                 <name>frameShadow</name>
110                 <enum>Sunken</enum>
111             </property>
112             <property stdset="1">
113                 <name>frameShape</name>
114                 <enum>StyledPanel</enum>
115             </property>
116         </widget>
117         <widget row="1"  column="0"  rowspan="1"  colspan="2" >
118             <class>QGroupBox</class>
119             <property stdset="1">
120                 <name>name</name>
121                 <cstring>GroupBox1</cstring>
122             </property>
123             <property stdset="1">
124                 <name>title</name>
125                 <string>GroupBox1</string>
126             </property>
127             <grid>
128                 <property stdset="1">
129                     <name>margin</name>
130                     <number>11</number>
131                 </property>
132                 <property stdset="1">
133                     <name>spacing</name>
134                     <number>6</number>
135                 </property>
136                 <widget row="0"  column="0" >
137                     <class>QLayoutWidget</class>
138                     <property stdset="1">
139                         <name>name</name>
140                         <cstring>Layout1</cstring>
141                     </property>
142                     <hbox>
143                         <property stdset="1">
144                             <name>margin</name>
145                             <number>0</number>
146                         </property>
147                         <property stdset="1">
148                             <name>spacing</name>
149                             <number>6</number>
150                         </property>
151                         <widget>
152                             <class>QLabel</class>
153                             <property stdset="1">
154                                 <name>name</name>
155                                 <cstring>TextLabel1</cstring>
156                             </property>
157                             <property stdset="1">
158                                 <name>text</name>
159                                 <string>Sök &amp;kategori:</string>
160                             </property>
161                             <property>
162                                 <name>buddy</name>
163                                 <cstring>SearchCombo</cstring>
164                             </property>
165                         </widget>
166                         <widget>
167                             <class>QComboBox</class>
168                             <item>
169                                 <property>
170                                     <name>text</name>
171                                     <string>Förnamn</string>
172                                 </property>
173                             </item>
174                             <item>
175                                 <property>
176                                     <name>text</name>
177                                     <string>Efternamn</string>
178                                 </property>
179                             </item>
180                             <item>
181                                 <property>
182                                     <name>text</name>
183                                     <string>Adress</string>
184                                 </property>
185                             </item>
186                             <item>
187                                 <property>
188                                     <name>text</name>
189                                     <string>Telefonnummer</string>
190                                 </property>
191                             </item>
192                             <property stdset="1">
193                                 <name>name</name>
194                                 <cstring>SearchCombo</cstring>
195                             </property>
196                         </widget>
197                         <widget>
198                             <class>QPushButton</class>
199                             <property stdset="1">
200                                 <name>name</name>
201                                 <cstring>SearchButton</cstring>
202                             </property>
203                             <property stdset="1">
204                                 <name>text</name>
205                                 <string>S&amp;ök</string>
206                             </property>
207                             <property stdset="1">
208                                 <name>default</name>
209                                 <bool>true</bool>
210                             </property>
211                         </widget>
212                     </hbox>
213                 </widget>
214                 <widget row="1"  column="0" >
215                     <class>QLayoutWidget</class>
216                     <property stdset="1">
217                         <name>name</name>
218                         <cstring>Layout2</cstring>
219                     </property>
220                     <hbox>
221                         <property stdset="1">
222                             <name>margin</name>
223                             <number>0</number>
224                         </property>
225                         <property stdset="1">
226                             <name>spacing</name>
227                             <number>6</number>
228                         </property>
229                         <widget>
230                             <class>QLabel</class>
231                             <property stdset="1">
232                                 <name>name</name>
233                                 <cstring>TextLabel2</cstring>
234                             </property>
235                             <property stdset="1">
236                                 <name>text</name>
237                                 <string>Sök&amp;ord</string>
238                             </property>
239                             <property>
240                                 <name>buddy</name>
241                                 <cstring>SearchLine</cstring>
242                             </property>
243                         </widget>
244                         <widget>
245                             <class>QLineEdit</class>
246                             <property stdset="1">
247                                 <name>name</name>
248                                 <cstring>SearchLine</cstring>
249                             </property>
250                         </widget>
251                     </hbox>
252                 </widget>
253             </grid>
254         </widget>
255         <widget row="0"  column="1" >
256             <class>QLayoutWidget</class>
257             <property stdset="1">
258                 <name>name</name>
259                 <cstring>Layout13</cstring>
260             </property>
261             <vbox>
262                 <property stdset="1">
263                     <name>margin</name>
264                     <number>0</number>
265                 </property>
266                 <property stdset="1">
267                     <name>spacing</name>
268                     <number>6</number>
269                 </property>
270                 <widget>
271                     <class>QPushButton</class>
272                     <property stdset="1">
273                         <name>name</name>
274                         <cstring>LoadButton</cstring>
275                     </property>
276                     <property stdset="1">
277                         <name>text</name>
278                         <string>&amp;Ladda fil</string>
279                     </property>
280                 </widget>
281                 <widget>
282                     <class>QPushButton</class>
283                     <property stdset="1">
284                         <name>name</name>
285                         <cstring>SaveButton</cstring>
286                     </property>
287                     <property stdset="1">
288                         <name>text</name>
289                         <string>&amp;Spara</string>
290                     </property>
291                 </widget>
292                 <spacer>
293                     <property>
294                         <name>name</name>
295                         <cstring>Spacer1</cstring>
296                     </property>
297                     <property stdset="1">
298                         <name>orientation</name>
299                         <enum>Vertical</enum>
300                     </property>
301                     <property stdset="1">
302                         <name>sizeType</name>
303                         <enum>Expanding</enum>
304                     </property>
305                     <property>
306                         <name>sizeHint</name>
307                         <size>
308                             <width>20</width>
309                             <height>20</height>
310                         </size>
311                     </property>
312                 </spacer>
313                 <widget>
314                     <class>QPushButton</class>
315                     <property stdset="1">
316                         <name>name</name>
317                         <cstring>AddButton</cstring>
318                     </property>
319                     <property stdset="1">
320                         <name>text</name>
321                         <string>&amp;Ny kontakt</string>
322                     </property>
323                 </widget>
324                 <widget>
325                     <class>QPushButton</class>
326                     <property stdset="1">
327                         <name>name</name>
328                         <cstring>ModifyButton</cstring>
329                     </property>
330                     <property stdset="1">
331                         <name>text</name>
332                         <string>&amp;Modifera kontakt</string>
333                     </property>
334                 </widget>
335                 <widget>
336                     <class>QPushButton</class>
337                     <property stdset="1">
338                         <name>name</name>
339                         <cstring>DelButton</cstring>
340                     </property>
341                     <property stdset="1">
342                         <name>text</name>
343                         <string>&amp;Ta bort</string>
344                     </property>
345                 </widget>
346             </vbox>
347         </widget>
348     </grid>
349 </widget>
350 <connections>
351     <connection>
352         <sender>LoadButton</sender>
353         <signal>clicked()</signal>
354         <receiver>unnamed</receiver>
355         <slot>slotLoad()</slot>
356     </connection>
357     <connection>
358         <sender>SaveButton</sender>
359         <signal>clicked()</signal>
360         <receiver>unnamed</receiver>
361         <slot>slotSave()</slot>
362     </connection>
363     <connection>
364         <sender>AddButton</sender>
365         <signal>clicked()</signal>
366         <receiver>unnamed</receiver>
367         <slot>slotAdd()</slot>
368     </connection>
369     <connection>
370         <sender>DelButton</sender>
371         <signal>clicked()</signal>
372         <receiver>unnamed</receiver>
373         <slot>slotDel()</slot>
374     </connection>
375     <connection>
376         <sender>SearchButton</sender>
377         <signal>clicked()</signal>
378         <receiver>unnamed</receiver>
379         <slot>slotSearch()</slot>
380     </connection>
381     <connection>
382         <sender>ContactView</sender>
383         <signal>doubleClicked(QListViewItem*)</signal>
384         <receiver>unnamed</receiver>
385         <slot>slotModify(QListViewItem*)</slot>
386     </connection>
387     <connection>
388         <sender>ModifyButton</sender>
389         <signal>clicked()</signal>
390         <receiver>unnamed</receiver>
391         <slot>slotModify()</slot>
392     </connection>
393     <slot access="public">slotModify()</slot>
394     <slot access="public">slotAdd()</slot>
395     <slot access="public">slotDel()</slot>
396     <slot access="public">slotLoad()</slot>
397     <slot access="public">slotModify(QListViewItem*)</slot>
398     <slot access="public">slotSave()</slot>
399     <slot access="public">slotSearch()</slot>
400 </connections>
401 </UI>