mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
#Issue 21: Table selection tool + graphic
This commit is contained in:
@@ -136,6 +136,8 @@
|
||||
<addaction name="actionSelectTextAll"/>
|
||||
<addaction name="actionDeselectText"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionSelectTable"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionEncryption"/>
|
||||
<addaction name="actionOptimize"/>
|
||||
<addaction name="separator"/>
|
||||
@@ -470,6 +472,18 @@
|
||||
<string>Select text</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSelectTable">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
<normaloff>:/resources/select-table.svg</normaloff>:/resources/select-table.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Select table</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSelectTextAll">
|
||||
<property name="icon">
|
||||
<iconset resource="pdf4qtviewer.qrc">
|
||||
|
Reference in New Issue
Block a user