ui/EditMisc.ui

changeset 292
b6ec2e275736
parent 94
380b1331ad2e
child 385
09af9f46518f
equal deleted inserted replaced
291:daa667c1ad6d 292:b6ec2e275736
113 </property> 113 </property>
114 </widget> 114 </widget>
115 <widget class="QLabel" name="thtLabel"> 115 <widget class="QLabel" name="thtLabel">
116 <property name="geometry"> 116 <property name="geometry">
117 <rect> 117 <rect>
118 <x>660</x> 118 <x>590</x>
119 <y>340</y> 119 <y>340</y>
120 <width>141</width> 120 <width>141</width>
121 <height>20</height> 121 <height>20</height>
122 </rect> 122 </rect>
123 </property> 123 </property>
176 <enum>QAbstractSpinBox::UpDownArrows</enum> 176 <enum>QAbstractSpinBox::UpDownArrows</enum>
177 </property> 177 </property>
178 <property name="accelerated"> 178 <property name="accelerated">
179 <bool>true</bool> 179 <bool>true</bool>
180 </property> 180 </property>
181 <property name="suffix">
182 <string> gr</string>
183 </property>
181 <property name="decimals"> 184 <property name="decimals">
182 <number>3</number> 185 <number>1</number>
183 </property> 186 </property>
184 <property name="maximum"> 187 <property name="maximum">
185 <double>100000.000000000000000</double> 188 <double>100000.000000000000000</double>
186 </property> 189 </property>
187 <property name="singleStep"> 190 <property name="singleStep">
188 <double>0.001000000000000</double> 191 <double>0.500000000000000</double>
189 </property> 192 </property>
190 <property name="stepType"> 193 <property name="stepType">
191 <enum>QAbstractSpinBox::DefaultStepType</enum> 194 <enum>QAbstractSpinBox::DefaultStepType</enum>
192 </property> 195 </property>
193 </widget> 196 </widget>
204 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 207 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
205 </property> 208 </property>
206 <property name="accelerated"> 209 <property name="accelerated">
207 <bool>true</bool> 210 <bool>true</bool>
208 </property> 211 </property>
212 <property name="suffix">
213 <string> €</string>
214 </property>
209 <property name="maximum"> 215 <property name="maximum">
210 <double>1000.000000000000000</double> 216 <double>1000.000000000000000</double>
211 </property> 217 </property>
212 <property name="singleStep"> 218 <property name="singleStep">
213 <double>0.010000000000000</double> 219 <double>0.010000000000000</double>
214 </property> 220 </property>
215 <property name="stepType"> 221 <property name="stepType">
216 <enum>QAbstractSpinBox::DefaultStepType</enum> 222 <enum>QAbstractSpinBox::DefaultStepType</enum>
217 </property> 223 </property>
218 </widget> 224 </widget>
219 <widget class="NullDateEdit" name="prodEdit" native="true"> 225 <widget class="NullDateEdit" name="prodEdit">
220 <property name="geometry"> 226 <property name="geometry">
221 <rect> 227 <rect>
222 <x>140</x> 228 <x>140</x>
223 <y>340</y> 229 <y>340</y>
224 <width>121</width> 230 <width>121</width>
225 <height>24</height> 231 <height>24</height>
226 </rect> 232 </rect>
227 </property> 233 </property>
228 <property name="dateTime" stdset="0"> 234 <property name="dateTime">
229 <datetime> 235 <datetime>
230 <hour>0</hour> 236 <hour>0</hour>
231 <minute>0</minute> 237 <minute>0</minute>
232 <second>0</second> 238 <second>0</second>
233 <year>2000</year> 239 <year>2000</year>
234 <month>1</month> 240 <month>1</month>
235 <day>1</day> 241 <day>1</day>
236 </datetime> 242 </datetime>
237 </property> 243 </property>
238 <property name="displayFormat" stdset="0"> 244 <property name="minimumDateTime">
245 <datetime>
246 <hour>0</hour>
247 <minute>0</minute>
248 <second>0</second>
249 <year>2000</year>
250 <month>1</month>
251 <day>1</day>
252 </datetime>
253 </property>
254 <property name="displayFormat">
239 <string>yyyy-MM-dd</string> 255 <string>yyyy-MM-dd</string>
240 </property> 256 </property>
241 <property name="calendarPopup" stdset="0"> 257 <property name="calendarPopup">
242 <bool>true</bool> 258 <bool>true</bool>
243 </property> 259 </property>
244 </widget> 260 </widget>
245 <widget class="NullDateEdit" name="thtEdit" native="true"> 261 <widget class="NullDateEdit" name="thtEdit">
246 <property name="geometry"> 262 <property name="geometry">
247 <rect> 263 <rect>
248 <x>810</x> 264 <x>740</x>
249 <y>340</y> 265 <y>340</y>
250 <width>121</width> 266 <width>121</width>
251 <height>24</height> 267 <height>24</height>
252 </rect> 268 </rect>
253 </property> 269 </property>
254 <property name="displayFormat" stdset="0"> 270 <property name="dateTime">
271 <datetime>
272 <hour>0</hour>
273 <minute>0</minute>
274 <second>0</second>
275 <year>2000</year>
276 <month>1</month>
277 <day>1</day>
278 </datetime>
279 </property>
280 <property name="minimumDateTime">
281 <datetime>
282 <hour>0</hour>
283 <minute>0</minute>
284 <second>0</second>
285 <year>2000</year>
286 <month>1</month>
287 <day>1</day>
288 </datetime>
289 </property>
290 <property name="displayFormat">
255 <string>yyyy-MM-dd</string> 291 <string>yyyy-MM-dd</string>
256 </property> 292 </property>
257 <property name="calendarPopup" stdset="0"> 293 <property name="calendarPopup">
258 <bool>true</bool> 294 <bool>true</bool>
259 </property> 295 </property>
260 </widget> 296 </widget>
261 <widget class="QPushButton" name="quitButton"> 297 <widget class="QPushButton" name="quitButton">
262 <property name="geometry"> 298 <property name="geometry">
337 <bool>true</bool> 373 <bool>true</bool>
338 </property> 374 </property>
339 <property name="buttonSymbols"> 375 <property name="buttonSymbols">
340 <enum>QAbstractSpinBox::NoButtons</enum> 376 <enum>QAbstractSpinBox::NoButtons</enum>
341 </property> 377 </property>
378 <property name="suffix">
379 <string> €</string>
380 </property>
381 <property name="maximum">
382 <double>10000.000000000000000</double>
383 </property>
342 </widget> 384 </widget>
343 <widget class="QLabel" name="typeLabel"> 385 <widget class="QLabel" name="typeLabel">
344 <property name="geometry"> 386 <property name="geometry">
345 <rect> 387 <rect>
346 <x>0</x> 388 <x>0</x>
535 <property name="alignment"> 577 <property name="alignment">
536 <set>Qt::AlignCenter</set> 578 <set>Qt::AlignCenter</set>
537 </property> 579 </property>
538 <property name="readOnly"> 580 <property name="readOnly">
539 <bool>true</bool> 581 <bool>true</bool>
582 </property>
583 </widget>
584 <widget class="QToolButton" name="prodButton2">
585 <property name="geometry">
586 <rect>
587 <x>302</x>
588 <y>340</y>
589 <width>28</width>
590 <height>22</height>
591 </rect>
592 </property>
593 <property name="toolTip">
594 <string>Clear production date</string>
595 </property>
596 <property name="text">
597 <string>...</string>
598 </property>
599 <property name="icon">
600 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
601 <normaloff>:/icons/silk/delete.png</normaloff>:/icons/silk/delete.png</iconset>
602 </property>
603 </widget>
604 <widget class="QToolButton" name="prodButton1">
605 <property name="geometry">
606 <rect>
607 <x>270</x>
608 <y>340</y>
609 <width>28</width>
610 <height>22</height>
611 </rect>
612 </property>
613 <property name="toolTip">
614 <string>Set the production date to today.</string>
615 </property>
616 <property name="text">
617 <string>...</string>
618 </property>
619 <property name="icon">
620 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
621 <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
622 </property>
623 </widget>
624 <widget class="QToolButton" name="thtButton2">
625 <property name="geometry">
626 <rect>
627 <x>902</x>
628 <y>340</y>
629 <width>28</width>
630 <height>22</height>
631 </rect>
632 </property>
633 <property name="toolTip">
634 <string>Clear tht date</string>
635 </property>
636 <property name="text">
637 <string>...</string>
638 </property>
639 <property name="icon">
640 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
641 <normaloff>:/icons/silk/delete.png</normaloff>:/icons/silk/delete.png</iconset>
642 </property>
643 </widget>
644 <widget class="QToolButton" name="thtButton1">
645 <property name="geometry">
646 <rect>
647 <x>870</x>
648 <y>340</y>
649 <width>28</width>
650 <height>22</height>
651 </rect>
652 </property>
653 <property name="toolTip">
654 <string>Set the tht date to today.</string>
655 </property>
656 <property name="text">
657 <string>...</string>
658 </property>
659 <property name="icon">
660 <iconset resource="../../../../../../home/mbroek/MyProjects/bmsapp/resources/icons.qrc">
661 <normaloff>:/icons/silk/date.png</normaloff>:/icons/silk/date.png</iconset>
540 </property> 662 </property>
541 </widget> 663 </widget>
542 </widget> 664 </widget>
543 </item> 665 </item>
544 </layout> 666 </layout>
545 </widget> 667 </widget>
546 <customwidgets> 668 <customwidgets>
547 <customwidget> 669 <customwidget>
548 <class>NullDateEdit</class> 670 <class>NullDateEdit</class>
549 <extends>QWidget</extends> 671 <extends>QDateEdit</extends>
550 <header>NullDateEdit.h</header> 672 <header>NullDateEdit.h</header>
551 </customwidget> 673 </customwidget>
552 </customwidgets> 674 </customwidgets>
553 <tabstops> 675 <tabstops>
554 <tabstop>nameEdit</tabstop> 676 <tabstop>nameEdit</tabstop>

mercurial