1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ReportTabChart</class>
4 <widget class="QWidget" name="ReportTabChart">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>600</width>
10    <height>234</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Chart Tab</string>
15  </property>
16  <property name="toolTip">
17   <string/>
18  </property>
19  <property name="whatsThis">
20   <string>&lt;p&gt;On this tab, you configure the chart drawn for this report.&lt;/p&gt;</string>
21  </property>
22  <layout class="QVBoxLayout">
23   <item>
24    <layout class="QHBoxLayout">
25     <item>
26      <widget class="QLabel" name="textLabel1">
27       <property name="sizePolicy">
28        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
29         <horstretch>0</horstretch>
30         <verstretch>0</verstretch>
31        </sizepolicy>
32       </property>
33       <property name="toolTip">
34        <string>&lt;p&gt;Select what form you would like the chart to be drawn as.&lt;/p&gt;</string>
35       </property>
36       <property name="text">
37        <string>Chart Type</string>
38       </property>
39       <property name="wordWrap">
40        <bool>false</bool>
41       </property>
42      </widget>
43     </item>
44     <item>
45      <widget class="KMyMoneyGeneralCombo" name="m_comboType" native="true"/>
46     </item>
47     <item>
48      <spacer name="spacer1">
49       <property name="orientation">
50        <enum>Qt::Horizontal</enum>
51       </property>
52       <property name="sizeType">
53        <enum>QSizePolicy::Expanding</enum>
54       </property>
55       <property name="sizeHint" stdset="0">
56        <size>
57         <width>121</width>
58         <height>20</height>
59        </size>
60       </property>
61      </spacer>
62     </item>
63    </layout>
64   </item>
65   <item>
66    <layout class="QHBoxLayout" name="_2">
67     <item>
68      <widget class="QLabel" name="textLabel1_2">
69       <property name="sizePolicy">
70        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
71         <horstretch>0</horstretch>
72         <verstretch>0</verstretch>
73        </sizepolicy>
74       </property>
75       <property name="toolTip">
76        <string>&lt;p&gt;Select what form you would like the chart to be drawn as.&lt;/p&gt;</string>
77       </property>
78       <property name="text">
79        <string>Chart Palette</string>
80       </property>
81       <property name="wordWrap">
82        <bool>false</bool>
83       </property>
84      </widget>
85     </item>
86     <item>
87      <widget class="KMyMoneyGeneralCombo" name="m_comboPalette" native="true"/>
88     </item>
89     <item>
90      <spacer name="spacer1_2">
91       <property name="orientation">
92        <enum>Qt::Horizontal</enum>
93       </property>
94       <property name="sizeType">
95        <enum>QSizePolicy::Expanding</enum>
96       </property>
97       <property name="sizeHint" stdset="0">
98        <size>
99         <width>121</width>
100         <height>20</height>
101        </size>
102       </property>
103      </spacer>
104     </item>
105    </layout>
106   </item>
107   <item>
108    <layout class="QGridLayout" name="gridLayout">
109     <item row="2" column="0">
110      <widget class="QCheckBox" name="m_checkValues">
111       <property name="toolTip">
112        <string>&lt;p&gt;Select this option to draw the numeric values for data points next to their plot location.&lt;/p&gt;</string>
113       </property>
114       <property name="text">
115        <string>Draw values on chart</string>
116       </property>
117      </widget>
118     </item>
119     <item row="3" column="0">
120      <widget class="QCheckBox" name="m_checkShowChart">
121       <property name="toolTip">
122        <string>&lt;p&gt;Select this option to cause the report to be shown as a chart when you first open the report.  Otherwise, it will come up as a text report.&lt;/p&gt;</string>
123       </property>
124       <property name="text">
125        <string>Show as chart by default</string>
126       </property>
127      </widget>
128     </item>
129     <item row="1" column="0">
130      <widget class="QCheckBox" name="m_checkSVGridLines">
131       <property name="text">
132        <string notr="true">SV grid lines</string>
133       </property>
134      </widget>
135     </item>
136     <item row="0" column="0">
137      <widget class="QCheckBox" name="m_checkCHGridLines">
138       <property name="toolTip">
139        <string>&lt;p&gt;Select this option to show horizontal and vertical grid lines on the chart.&lt;/p&gt;</string>
140       </property>
141       <property name="text">
142        <string notr="true">CH grid lines</string>
143       </property>
144      </widget>
145     </item>
146     <item row="4" column="0">
147      <widget class="QCheckBox" name="m_logYaxis">
148       <property name="text">
149        <string>Logarithmic vertical axis</string>
150       </property>
151      </widget>
152     </item>
153     <item row="5" column="0">
154      <widget class="QCheckBox" name="m_negExpenses">
155       <property name="text">
156        <string>Plot expenses downwards</string>
157       </property>
158      </widget>
159     </item>
160    </layout>
161   </item>
162   <item>
163    <layout class="QHBoxLayout">
164     <item>
165      <widget class="QLabel" name="textLabel6">
166       <property name="sizePolicy">
167        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
168         <horstretch>0</horstretch>
169         <verstretch>0</verstretch>
170        </sizepolicy>
171       </property>
172       <property name="toolTip">
173        <string>&lt;p&gt;Select what width should be used to draw the line on the chart&lt;/p&gt;</string>
174       </property>
175       <property name="text">
176        <string>Line width</string>
177       </property>
178       <property name="wordWrap">
179        <bool>false</bool>
180       </property>
181      </widget>
182     </item>
183     <item>
184      <widget class="QSpinBox" name="m_lineWidth">
185       <property name="minimum">
186        <number>1</number>
187       </property>
188       <property name="maximum">
189        <number>10</number>
190       </property>
191      </widget>
192     </item>
193     <item>
194      <spacer name="spacer2">
195       <property name="orientation">
196        <enum>Qt::Horizontal</enum>
197       </property>
198       <property name="sizeType">
199        <enum>QSizePolicy::Expanding</enum>
200       </property>
201       <property name="sizeHint" stdset="0">
202        <size>
203         <width>121</width>
204         <height>20</height>
205        </size>
206       </property>
207      </spacer>
208     </item>
209    </layout>
210   </item>
211   <item>
212    <spacer name="spacer15">
213     <property name="orientation">
214      <enum>Qt::Vertical</enum>
215     </property>
216     <property name="sizeType">
217      <enum>QSizePolicy::Expanding</enum>
218     </property>
219     <property name="sizeHint" stdset="0">
220      <size>
221       <width>20</width>
222       <height>20</height>
223      </size>
224     </property>
225    </spacer>
226   </item>
227  </layout>
228 </widget>
229 <layoutdefault spacing="6" margin="11"/>
230 <customwidgets>
231  <customwidget>
232   <class>KMyMoneyGeneralCombo</class>
233   <extends>QWidget</extends>
234   <header>kmymoneygeneralcombo.h</header>
235   <container>1</container>
236  </customwidget>
237 </customwidgets>
238 <tabstops>
239  <tabstop>m_checkCHGridLines</tabstop>
240  <tabstop>m_checkSVGridLines</tabstop>
241  <tabstop>m_checkValues</tabstop>
242  <tabstop>m_checkShowChart</tabstop>
243  <tabstop>m_logYaxis</tabstop>
244  <tabstop>m_negExpenses</tabstop>
245  <tabstop>m_lineWidth</tabstop>
246 </tabstops>
247 <resources/>
248 <connections/>
249</ui>
250