Browse Source

Restored reject() call with ui

donoban 3 years ago
parent
commit
7119c9e5b7
1 changed files with 18 additions and 1 deletions
  1. 18 1
      ui/bootfromdevice.ui

+ 18 - 1
ui/bootfromdevice.ui

@@ -131,5 +131,22 @@
   </layout>
  </widget>
  <resources/>
- <connections/>
+ <connections>
+  <connection>
+   <sender>buttonBox</sender>
+   <signal>rejected()</signal>
+   <receiver>BootDialog</receiver>
+   <slot>reject()</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>304</x>
+     <y>146</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>304</x>
+     <y>84</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
 </ui>