1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-15 16:51:01 +00:00

add links (#970)

This commit is contained in:
Alex Xu
2025-06-16 22:52:32 -07:00
committed by GitHub
parent f171314a49
commit 5fa6a59672
6 changed files with 661 additions and 32 deletions

View File

@@ -27,5 +27,6 @@
<file>../icons/convert.png</file>
<file>../icons/document_new.png</file>
<file>../icons/folder_new.png</file>
<file>../icons/kofi_symbol.png</file>
</qresource>
</RCC>

View File

@@ -73,6 +73,23 @@
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="kofiButton">
<property name="text">
<string>Support me on Ko-fi</string>
</property>
<property name="icon">
<iconset resource="KCC.qrc">
<normaloff>:/Other/icons/kofi_symbol.png</normaloff>:/Other/icons/kofi_symbol.png</iconset>
</property>
<property name="iconSize">
<size>
<width>19</width>
<height>16</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="wikiButton">
<property name="minimumSize">