mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-26 16:22:50 +01:00
Issue #141: Save button in toolbar
This commit is contained in:
parent
b62e96e2d0
commit
298060a61f
@ -223,6 +223,8 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</attribute>
|
</attribute>
|
||||||
<addaction name="actionOpen"/>
|
<addaction name="actionOpen"/>
|
||||||
|
<addaction name="actionSave"/>
|
||||||
|
<addaction name="actionSave_As"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QStatusBar" name="statusBar"/>
|
<widget class="QStatusBar" name="statusBar"/>
|
||||||
<action name="actionOpen">
|
<action name="actionOpen">
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
CURRENT:
|
CURRENT:
|
||||||
|
- Issue #141: Save button in toolbar
|
||||||
- Issue #140: New bookmarks created empty?
|
- Issue #140: New bookmarks created empty?
|
||||||
- Issue #139: Changing page layout reset the current page
|
- Issue #139: Changing page layout reset the current page
|
||||||
- Issue #137: Redaction - Cannot convert '#000000' to color value
|
- Issue #137: Redaction - Cannot convert '#000000' to color value
|
||||||
|
Loading…
Reference in New Issue
Block a user