689 <widget class="QDialogButtonBox" name="buttonBox"> |
689 <widget class="QDialogButtonBox" name="buttonBox"> |
690 <property name="orientation"> |
690 <property name="orientation"> |
691 <enum>Qt::Horizontal</enum> |
691 <enum>Qt::Horizontal</enum> |
692 </property> |
692 </property> |
693 <property name="standardButtons"> |
693 <property name="standardButtons"> |
694 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
694 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
695 </property> |
695 </property> |
696 </widget> |
696 </widget> |
697 </item> |
697 </item> |
698 </layout> |
698 </layout> |
699 </widget> |
699 </widget> |
700 <resources> |
700 <resources> |
701 <include location="../../ldforge.qrc"/> |
701 <include location="../../ldforge.qrc"/> |
702 </resources> |
702 </resources> |
703 <connections> |
703 <connections/> |
704 <connection> |
|
705 <sender>buttonBox</sender> |
|
706 <signal>accepted()</signal> |
|
707 <receiver>ConfigUI</receiver> |
|
708 <slot>accept()</slot> |
|
709 <hints> |
|
710 <hint type="sourcelabel"> |
|
711 <x>248</x> |
|
712 <y>254</y> |
|
713 </hint> |
|
714 <hint type="destinationlabel"> |
|
715 <x>157</x> |
|
716 <y>274</y> |
|
717 </hint> |
|
718 </hints> |
|
719 </connection> |
|
720 <connection> |
|
721 <sender>buttonBox</sender> |
|
722 <signal>rejected()</signal> |
|
723 <receiver>ConfigUI</receiver> |
|
724 <slot>reject()</slot> |
|
725 <hints> |
|
726 <hint type="sourcelabel"> |
|
727 <x>316</x> |
|
728 <y>260</y> |
|
729 </hint> |
|
730 <hint type="destinationlabel"> |
|
731 <x>286</x> |
|
732 <y>274</y> |
|
733 </hint> |
|
734 </hints> |
|
735 </connection> |
|
736 </connections> |
|
737 </ui> |
704 </ui> |