mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Text selection tool - finishing (without copying text)
This commit is contained in:
@@ -105,6 +105,7 @@
|
||||
<addaction name="actionFindNext"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionSelectText"/>
|
||||
<addaction name="actionCopyText"/>
|
||||
<addaction name="actionSelectTextAll"/>
|
||||
<addaction name="actionDeselectText"/>
|
||||
<addaction name="separator"/>
|
||||
@@ -403,6 +404,11 @@
|
||||
<string>Deselect</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCopyText">
|
||||
<property name="text">
|
||||
<string>Copy text</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<resources>
|
||||
|
Reference in New Issue
Block a user