Issue #107: Create document with converted bitonic images

This commit is contained in:
Jakub Melka
2023-11-17 15:25:25 +01:00
parent c5ddb521ed
commit 805c967b70
4 changed files with 156 additions and 8 deletions

View File

@@ -73,5 +73,38 @@
</layout>
</widget>
<resources/>
<connections/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>PDFCreateBitonalDocumentDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>370</x>
<y>508</y>
</hint>
<hint type="destinationlabel">
<x>370</x>
<y>264</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>PDFCreateBitonalDocumentDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>370</x>
<y>508</y>
</hint>
<hint type="destinationlabel">
<x>370</x>
<y>264</y>
</hint>
</hints>
</connection>
</connections>
</ui>