0
|
1 |
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
|
2 |
<class>CreditFormBase</class>
|
|
3 |
<include location="local" implDecl="in declaration">creditformbase.ui.h</include>
|
|
4 |
<pixmapinproject/>
|
|
5 |
<layoutdefaults spacing="6" margin="11"/>
|
|
6 |
<widget class="QDialog">
|
|
7 |
<property name="name">
|
|
8 |
<cstring>CreditFormBase</cstring>
|
|
9 |
</property>
|
|
10 |
<property name="geometry">
|
|
11 |
<rect>
|
|
12 |
<x>0</x>
|
|
13 |
<y>0</y>
|
|
14 |
<width>276</width>
|
|
15 |
<height>224</height>
|
|
16 |
</rect>
|
|
17 |
</property>
|
|
18 |
<property name="caption">
|
|
19 |
<string>Credit Rating</string>
|
|
20 |
</property>
|
|
21 |
<vbox>
|
|
22 |
<property name="name">
|
|
23 |
<cstring>unnamed</cstring>
|
|
24 |
</property>
|
|
25 |
<property name="margin">
|
|
26 |
<number>11</number>
|
|
27 |
</property>
|
|
28 |
<property name="spacing">
|
|
29 |
<number>6</number>
|
|
30 |
</property>
|
|
31 |
<widget class="QButtonGroup">
|
|
32 |
<property name="name">
|
|
33 |
<cstring>creditButtonGroup</cstring>
|
|
34 |
</property>
|
|
35 |
<property name="title">
|
|
36 |
<string>Credit Rating</string>
|
|
37 |
</property>
|
|
38 |
<vbox>
|
|
39 |
<property name="name">
|
|
40 |
<cstring>unnamed</cstring>
|
|
41 |
</property>
|
|
42 |
<property name="margin">
|
|
43 |
<number>11</number>
|
|
44 |
</property>
|
|
45 |
<property name="spacing">
|
|
46 |
<number>6</number>
|
|
47 |
</property>
|
|
48 |
<widget class="QRadioButton">
|
|
49 |
<property name="name">
|
|
50 |
<cstring>stdRadioButton</cstring>
|
|
51 |
</property>
|
|
52 |
<property name="text">
|
|
53 |
<string>&Standard</string>
|
|
54 |
</property>
|
|
55 |
<property name="checked">
|
|
56 |
<bool>true</bool>
|
|
57 |
</property>
|
|
58 |
</widget>
|
|
59 |
<widget class="QRadioButton">
|
|
60 |
<property name="name">
|
|
61 |
<cstring>noneRadioButton</cstring>
|
|
62 |
</property>
|
|
63 |
<property name="text">
|
|
64 |
<string>&None</string>
|
|
65 |
</property>
|
|
66 |
</widget>
|
|
67 |
<widget class="QRadioButton">
|
|
68 |
<property name="name">
|
|
69 |
<cstring>specialRadioButton</cstring>
|
|
70 |
</property>
|
|
71 |
<property name="text">
|
|
72 |
<string>Sp&ecial</string>
|
|
73 |
</property>
|
|
74 |
</widget>
|
|
75 |
</vbox>
|
|
76 |
</widget>
|
|
77 |
<widget class="QSpinBox">
|
|
78 |
<property name="name">
|
|
79 |
<cstring>amountSpinBox</cstring>
|
|
80 |
</property>
|
|
81 |
<property name="enabled">
|
|
82 |
<bool>false</bool>
|
|
83 |
</property>
|
|
84 |
<property name="prefix">
|
|
85 |
<string>$ </string>
|
|
86 |
</property>
|
|
87 |
<property name="buttonSymbols">
|
|
88 |
<enum>UpDownArrows</enum>
|
|
89 |
</property>
|
|
90 |
<property name="maxValue">
|
|
91 |
<number>100000</number>
|
|
92 |
</property>
|
|
93 |
<property name="lineStep">
|
|
94 |
<number>10000</number>
|
|
95 |
</property>
|
|
96 |
</widget>
|
|
97 |
<widget class="QLayoutWidget">
|
|
98 |
<property name="name">
|
|
99 |
<cstring>Layout4</cstring>
|
|
100 |
</property>
|
|
101 |
<hbox>
|
|
102 |
<property name="name">
|
|
103 |
<cstring>unnamed</cstring>
|
|
104 |
</property>
|
|
105 |
<property name="margin">
|
|
106 |
<number>0</number>
|
|
107 |
</property>
|
|
108 |
<property name="spacing">
|
|
109 |
<number>6</number>
|
|
110 |
</property>
|
|
111 |
<spacer>
|
|
112 |
<property name="name">
|
|
113 |
<cstring>Spacer1</cstring>
|
|
114 |
</property>
|
|
115 |
<property name="orientation">
|
|
116 |
<enum>Horizontal</enum>
|
|
117 |
</property>
|
|
118 |
<property name="sizeType">
|
|
119 |
<enum>Expanding</enum>
|
|
120 |
</property>
|
|
121 |
<property name="sizeHint">
|
|
122 |
<size>
|
|
123 |
<width>20</width>
|
|
124 |
<height>20</height>
|
|
125 |
</size>
|
|
126 |
</property>
|
|
127 |
</spacer>
|
|
128 |
<widget class="QPushButton">
|
|
129 |
<property name="name">
|
|
130 |
<cstring>okPushButton</cstring>
|
|
131 |
</property>
|
|
132 |
<property name="text">
|
|
133 |
<string>OK</string>
|
|
134 |
</property>
|
|
135 |
<property name="default">
|
|
136 |
<bool>true</bool>
|
|
137 |
</property>
|
|
138 |
</widget>
|
|
139 |
<spacer>
|
|
140 |
<property name="name">
|
|
141 |
<cstring>Spacer1_2</cstring>
|
|
142 |
</property>
|
|
143 |
<property name="orientation">
|
|
144 |
<enum>Horizontal</enum>
|
|
145 |
</property>
|
|
146 |
<property name="sizeType">
|
|
147 |
<enum>Expanding</enum>
|
|
148 |
</property>
|
|
149 |
<property name="sizeHint">
|
|
150 |
<size>
|
|
151 |
<width>20</width>
|
|
152 |
<height>20</height>
|
|
153 |
</size>
|
|
154 |
</property>
|
|
155 |
</spacer>
|
|
156 |
<widget class="QPushButton">
|
|
157 |
<property name="name">
|
|
158 |
<cstring>cancelPushButton</cstring>
|
|
159 |
</property>
|
|
160 |
<property name="text">
|
|
161 |
<string>Cancel</string>
|
|
162 |
</property>
|
|
163 |
</widget>
|
|
164 |
<spacer>
|
|
165 |
<property name="name">
|
|
166 |
<cstring>Spacer1_3</cstring>
|
|
167 |
</property>
|
|
168 |
<property name="orientation">
|
|
169 |
<enum>Horizontal</enum>
|
|
170 |
</property>
|
|
171 |
<property name="sizeType">
|
|
172 |
<enum>Expanding</enum>
|
|
173 |
</property>
|
|
174 |
<property name="sizeHint">
|
|
175 |
<size>
|
|
176 |
<width>20</width>
|
|
177 |
<height>20</height>
|
|
178 |
</size>
|
|
179 |
</property>
|
|
180 |
</spacer>
|
|
181 |
</hbox>
|
|
182 |
</widget>
|
|
183 |
</vbox>
|
|
184 |
</widget>
|
|
185 |
<connections>
|
|
186 |
<connection language="C++">
|
|
187 |
<sender>okPushButton</sender>
|
|
188 |
<signal>clicked()</signal>
|
|
189 |
<receiver>CreditFormBase</receiver>
|
|
190 |
<slot>accept()</slot>
|
|
191 |
</connection>
|
|
192 |
<connection language="C++">
|
|
193 |
<sender>cancelPushButton</sender>
|
|
194 |
<signal>clicked()</signal>
|
|
195 |
<receiver>CreditFormBase</receiver>
|
|
196 |
<slot>reject()</slot>
|
|
197 |
</connection>
|
|
198 |
<connection language="C++">
|
|
199 |
<sender>creditButtonGroup</sender>
|
|
200 |
<signal>clicked(int)</signal>
|
|
201 |
<receiver>CreditFormBase</receiver>
|
|
202 |
<slot>setAmount()</slot>
|
|
203 |
</connection>
|
|
204 |
<connection language="C++">
|
|
205 |
<sender>specialRadioButton</sender>
|
|
206 |
<signal>toggled(bool)</signal>
|
|
207 |
<receiver>amountSpinBox</receiver>
|
|
208 |
<slot>setEnabled(bool)</slot>
|
|
209 |
</connection>
|
|
210 |
<slot access="public" specifier="virtual" language="C++" returnType="void">setAmount()</slot>
|
|
211 |
</connections>
|
|
212 |
</UI>
|