DocDiff application: Page-to-page view

This commit is contained in:
Jakub Melka
2021-10-14 16:05:11 +02:00
parent 41889070fb
commit bafcc36d3f
3 changed files with 186 additions and 2 deletions

View File

@ -131,6 +131,7 @@
<addaction name="menuView_2"/>
<addaction name="menuFilter"/>
<addaction name="actionShow_Pages_with_Differences"/>
<addaction name="actionSynchronize_View_with_Differences"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuView"/>
@ -311,6 +312,14 @@
<string>Save Differences to XML</string>
</property>
</action>
<action name="actionSynchronize_View_with_Differences">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Synchronize View with Differences</string>
</property>
</action>
</widget>
<resources>
<include location="resources.qrc"/>