|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment></comment> |
|
5 <exportmacro></exportmacro> |
|
6 <class>CreditFormBase</class> |
|
7 <widget class="QDialog" name="CreditFormBase"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>276</width> |
|
13 <height>224</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="windowTitle"> |
|
17 <string>Credit Rating</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout"> |
|
20 <property name="margin"> |
|
21 <number>11</number> |
|
22 </property> |
|
23 <property name="spacing"> |
|
24 <number>6</number> |
|
25 </property> |
|
26 <item> |
|
27 <widget class="Q3ButtonGroup" name="creditButtonGroup"> |
|
28 <property name="title"> |
|
29 <string>Credit Rating</string> |
|
30 </property> |
|
31 <layout class="QVBoxLayout"> |
|
32 <property name="margin"> |
|
33 <number>11</number> |
|
34 </property> |
|
35 <property name="spacing"> |
|
36 <number>6</number> |
|
37 </property> |
|
38 <item> |
|
39 <widget class="QRadioButton" name="stdRadioButton"> |
|
40 <property name="text"> |
|
41 <string>&Standard</string> |
|
42 </property> |
|
43 <property name="checked"> |
|
44 <bool>true</bool> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item> |
|
49 <widget class="QRadioButton" name="noneRadioButton"> |
|
50 <property name="text"> |
|
51 <string>&None</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item> |
|
56 <widget class="QRadioButton" name="specialRadioButton"> |
|
57 <property name="text"> |
|
58 <string>Sp&ecial</string> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
|
62 </layout> |
|
63 </widget> |
|
64 </item> |
|
65 <item> |
|
66 <widget class="QSpinBox" name="amountSpinBox"> |
|
67 <property name="enabled"> |
|
68 <bool>false</bool> |
|
69 </property> |
|
70 <property name="prefix"> |
|
71 <string>$ </string> |
|
72 </property> |
|
73 <property name="buttonSymbols"> |
|
74 <enum>QAbstractSpinBox::UpDownArrows</enum> |
|
75 </property> |
|
76 <property name="maximum"> |
|
77 <number>100000</number> |
|
78 </property> |
|
79 <property name="singleStep"> |
|
80 <number>10000</number> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <layout class="QHBoxLayout"> |
|
86 <property name="margin"> |
|
87 <number>0</number> |
|
88 </property> |
|
89 <property name="spacing"> |
|
90 <number>6</number> |
|
91 </property> |
|
92 <item> |
|
93 <spacer name="Spacer1"> |
|
94 <property name="sizeHint"> |
|
95 <size> |
|
96 <width>20</width> |
|
97 <height>20</height> |
|
98 </size> |
|
99 </property> |
|
100 <property name="sizeType"> |
|
101 <enum>QSizePolicy::Expanding</enum> |
|
102 </property> |
|
103 <property name="orientation"> |
|
104 <enum>Qt::Horizontal</enum> |
|
105 </property> |
|
106 </spacer> |
|
107 </item> |
|
108 <item> |
|
109 <widget class="QPushButton" name="okPushButton"> |
|
110 <property name="text"> |
|
111 <string>OK</string> |
|
112 </property> |
|
113 <property name="default"> |
|
114 <bool>true</bool> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 <item> |
|
119 <spacer name="Spacer1_2"> |
|
120 <property name="sizeHint"> |
|
121 <size> |
|
122 <width>20</width> |
|
123 <height>20</height> |
|
124 </size> |
|
125 </property> |
|
126 <property name="sizeType"> |
|
127 <enum>QSizePolicy::Expanding</enum> |
|
128 </property> |
|
129 <property name="orientation"> |
|
130 <enum>Qt::Horizontal</enum> |
|
131 </property> |
|
132 </spacer> |
|
133 </item> |
|
134 <item> |
|
135 <widget class="QPushButton" name="cancelPushButton"> |
|
136 <property name="text"> |
|
137 <string>Cancel</string> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item> |
|
142 <spacer name="Spacer1_3"> |
|
143 <property name="sizeHint"> |
|
144 <size> |
|
145 <width>20</width> |
|
146 <height>20</height> |
|
147 </size> |
|
148 </property> |
|
149 <property name="sizeType"> |
|
150 <enum>QSizePolicy::Expanding</enum> |
|
151 </property> |
|
152 <property name="orientation"> |
|
153 <enum>Qt::Horizontal</enum> |
|
154 </property> |
|
155 </spacer> |
|
156 </item> |
|
157 </layout> |
|
158 </item> |
|
159 </layout> |
|
160 </widget> |
|
161 <layoutdefault spacing="6" margin="11"/> |
|
162 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
163 <connections> |
|
164 <connection> |
|
165 <sender>okPushButton</sender> |
|
166 <signal>clicked()</signal> |
|
167 <receiver>CreditFormBase</receiver> |
|
168 <slot>accept()</slot> |
|
169 </connection> |
|
170 <connection> |
|
171 <sender>cancelPushButton</sender> |
|
172 <signal>clicked()</signal> |
|
173 <receiver>CreditFormBase</receiver> |
|
174 <slot>reject()</slot> |
|
175 </connection> |
|
176 <connection> |
|
177 <sender>creditButtonGroup</sender> |
|
178 <signal>clicked(int)</signal> |
|
179 <receiver>CreditFormBase</receiver> |
|
180 <slot>setAmount()</slot> |
|
181 </connection> |
|
182 <connection> |
|
183 <sender>specialRadioButton</sender> |
|
184 <signal>toggled(bool)</signal> |
|
185 <receiver>amountSpinBox</receiver> |
|
186 <slot>setEnabled(bool)</slot> |
|
187 </connection> |
|
188 </connections> |
|
189 </ui> |