Sponsor button

This commit is contained in:
Jakub Melka
2023-10-22 16:07:55 +02:00
parent 9a951431c4
commit 1631268d08
20 changed files with 447 additions and 2 deletions

View File

@@ -113,6 +113,7 @@
<string>Help</string>
</property>
<addaction name="actionGetSource"/>
<addaction name="actionBecomeASponsor"/>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menuDeveloper">
@@ -372,6 +373,10 @@
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset resource="pdf4qtviewer.qrc">
<normaloff>:/resources/book.svg</normaloff>:/resources/book.svg</iconset>
</property>
<property name="text">
<string>About...</string>
</property>
@@ -920,6 +925,10 @@
</property>
</action>
<action name="actionGetSource">
<property name="icon">
<iconset resource="pdf4qtviewer.qrc">
<normaloff>:/resources/web.svg</normaloff>:/resources/web.svg</iconset>
</property>
<property name="text">
<string>Get Source</string>
</property>
@@ -961,6 +970,15 @@
<string>Automatically reloads the document if a change made by an external program is detected.</string>
</property>
</action>
<action name="actionBecomeASponsor">
<property name="icon">
<iconset resource="pdf4qtviewer.qrc">
<normaloff>:/resources/wallet.svg</normaloff>:/resources/wallet.svg</iconset>
</property>
<property name="text">
<string>Become a Sponsor</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>