1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>RowsPage</class>
4 <widget class="QWidget" name="RowsPage">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>477</width>
10    <height>239</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Rows Wizard Page</string>
21  </property>
22  <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,10,1">
23   <item>
24    <spacer name="leftSpacer">
25     <property name="orientation">
26      <enum>Qt::Horizontal</enum>
27     </property>
28     <property name="sizeHint" stdset="0">
29      <size>
30       <width>40</width>
31       <height>20</height>
32      </size>
33     </property>
34    </spacer>
35   </item>
36   <item>
37    <layout class="QVBoxLayout" name="verticalLayout" stretch="30,1,1,1,1,2">
38     <item>
39      <widget class="QLabel" name="label">
40       <property name="text">
41        <string>Please set your data range.
42Ensure that statement header and footer is excluded.</string>
43       </property>
44       <property name="alignment">
45        <set>Qt::AlignCenter</set>
46       </property>
47       <property name="wordWrap">
48        <bool>true</bool>
49       </property>
50      </widget>
51     </item>
52     <item>
53      <spacer name="verticalSpacer_2">
54       <property name="orientation">
55        <enum>Qt::Vertical</enum>
56       </property>
57       <property name="sizeHint" stdset="0">
58        <size>
59         <width>371</width>
60         <height>3</height>
61        </size>
62       </property>
63      </spacer>
64     </item>
65     <item>
66      <widget class="Line" name="line">
67       <property name="orientation">
68        <enum>Qt::Horizontal</enum>
69       </property>
70      </widget>
71     </item>
72     <item>
73      <spacer name="verticalSpacer_3">
74       <property name="orientation">
75        <enum>Qt::Vertical</enum>
76       </property>
77       <property name="sizeHint" stdset="0">
78        <size>
79         <width>371</width>
80         <height>3</height>
81        </size>
82       </property>
83      </spacer>
84     </item>
85     <item>
86      <layout class="QHBoxLayout" name="horizontalLayout" stretch="20,50,35">
87       <item>
88        <spacer name="horizontalSpacer">
89         <property name="orientation">
90          <enum>Qt::Horizontal</enum>
91         </property>
92         <property name="sizeHint" stdset="0">
93          <size>
94           <width>13</width>
95           <height>13</height>
96          </size>
97         </property>
98        </spacer>
99       </item>
100       <item>
101        <layout class="QGridLayout" name="gridLayout" columnstretch="10,0">
102         <item row="0" column="0">
103          <widget class="QLabel" name="lblStartLine">
104           <property name="text">
105            <string>Start line</string>
106           </property>
107           <property name="alignment">
108            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
109           </property>
110          </widget>
111         </item>
112         <item row="1" column="0">
113          <widget class="QLabel" name="lblEndLine">
114           <property name="text">
115            <string>End line</string>
116           </property>
117           <property name="alignment">
118            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
119           </property>
120          </widget>
121         </item>
122         <item row="0" column="1">
123          <widget class="QSpinBox" name="m_startLine">
124           <property name="sizePolicy">
125            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
126             <horstretch>0</horstretch>
127             <verstretch>0</verstretch>
128            </sizepolicy>
129           </property>
130           <property name="toolTip">
131            <string>Enter the number of the first transaction line.
132Will not accept value greater than the End Line value.</string>
133           </property>
134           <property name="minimum">
135            <number>1</number>
136           </property>
137          </widget>
138         </item>
139         <item row="1" column="1">
140          <widget class="QSpinBox" name="m_endLine">
141           <property name="sizePolicy">
142            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
143             <horstretch>0</horstretch>
144             <verstretch>0</verstretch>
145            </sizepolicy>
146           </property>
147           <property name="toolTip">
148            <string>Enter the number of the last transaction line.
149Will not accept value less than Start Line value.</string>
150           </property>
151           <property name="minimum">
152            <number>1</number>
153           </property>
154          </widget>
155         </item>
156        </layout>
157       </item>
158       <item>
159        <spacer name="horizontalSpacer_2">
160         <property name="orientation">
161          <enum>Qt::Horizontal</enum>
162         </property>
163         <property name="sizeHint" stdset="0">
164          <size>
165           <width>13</width>
166           <height>13</height>
167          </size>
168         </property>
169        </spacer>
170       </item>
171      </layout>
172     </item>
173     <item>
174      <spacer name="verticalSpacer_low">
175       <property name="orientation">
176        <enum>Qt::Vertical</enum>
177       </property>
178       <property name="sizeHint" stdset="0">
179        <size>
180         <width>20</width>
181         <height>40</height>
182        </size>
183       </property>
184      </spacer>
185     </item>
186    </layout>
187   </item>
188   <item>
189    <spacer name="rightSpacer">
190     <property name="orientation">
191      <enum>Qt::Horizontal</enum>
192     </property>
193     <property name="sizeHint" stdset="0">
194      <size>
195       <width>40</width>
196       <height>20</height>
197      </size>
198     </property>
199    </spacer>
200   </item>
201  </layout>
202 </widget>
203 <resources/>
204 <connections/>
205</ui>
206