1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>KPreferencePage</class>
4 <widget class="QWidget" name="KPreferencePage">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>600</width>
10    <height>288</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout">
14   <item>
15    <widget class="QLabel" name="qLabel1">
16     <property name="focusPolicy">
17      <enum>Qt::NoFocus</enum>
18     </property>
19     <property name="text">
20      <string>If you would like to review or change any preference settings for KMyMoney after finishing this wizard, you can do so by checking this box. If not just click &lt;b&gt;Next&lt;/b&gt;.</string>
21     </property>
22     <property name="wordWrap">
23      <bool>true</bool>
24     </property>
25    </widget>
26   </item>
27   <item>
28    <layout class="QHBoxLayout">
29     <item>
30      <widget class="QCheckBox" name="m_openConfigAfterFinished">
31       <property name="text">
32        <string>Configure preferences after finishing the wizard.</string>
33       </property>
34      </widget>
35     </item>
36    </layout>
37   </item>
38   <item>
39    <spacer name="spacer2">
40     <property name="orientation">
41      <enum>Qt::Vertical</enum>
42     </property>
43     <property name="sizeType">
44      <enum>QSizePolicy::Expanding</enum>
45     </property>
46     <property name="sizeHint" stdset="0">
47      <size>
48       <width>20</width>
49       <height>31</height>
50      </size>
51     </property>
52    </spacer>
53   </item>
54   <item>
55    <widget class="QLabel" name="qLabel2">
56     <property name="focusPolicy">
57      <enum>Qt::NoFocus</enum>
58     </property>
59     <property name="text">
60      <string>You can change the configuration options at any time using the configuration dialog. Just select the &lt;b&gt;Configure KMyMoney...&lt;/b&gt; option in the &lt;b&gt;Settings&lt;/b&gt; menu.</string>
61     </property>
62     <property name="wordWrap">
63      <bool>true</bool>
64     </property>
65    </widget>
66   </item>
67  </layout>
68 </widget>
69 <layoutdefault spacing="6" margin="11"/>
70 <resources/>
71 <connections/>
72</ui>
73