Desktop: Add Button and Link to 'Contribute' Page.

Add a button that opens the 'Contribute' page to the 'About' dialogue,
to encourage more users to start to contribute.

Requires https://github.com/subsurface/new-website/pull/36 to be
deployed to have a valid link target.

Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
Michael Keller 2024-02-05 11:06:12 +13:00 committed by Dirk Hohndel
parent 323dda672c
commit 1ce385b363
4 changed files with 17 additions and 2 deletions

View file

@ -91,6 +91,13 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="contributeButton">
<property name="text">
<string>C&amp;ontribute</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="websiteButton">
<property name="text">
@ -125,6 +132,7 @@
<tabstops>
<tabstop>licenseButton</tabstop>
<tabstop>creditButton</tabstop>
<tabstop>contributeButton</tabstop>
<tabstop>websiteButton</tabstop>
<tabstop>closeButton</tabstop>
</tabstops>