mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +00:00
Add icons and URL shortcuts to help menu
This commit is contained in:
parent
334ca03a88
commit
aaeea156f3
7 changed files with 65 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
|||
<property name="windowTitle">
|
||||
<string>Supercell Wx</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="../../../../scwx-qt.qrc">
|
||||
<normaloff>:/res/icons/scwx-256.ico</normaloff>:/res/icons/scwx-256.ico</iconset>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QHBoxLayout">
|
||||
<property name="leftMargin">
|
||||
|
|
@ -59,6 +63,11 @@
|
|||
<property name="title">
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
<addaction name="actionUserManual"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionDiscord"/>
|
||||
<addaction name="actionGitHubRepository"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionAboutSupercellWx"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuView">
|
||||
|
|
@ -361,6 +370,33 @@
|
|||
<string>&Settings</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUserManual">
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../scwx-qt.qrc">
|
||||
<normaloff>:/res/icons/font-awesome-6/book-solid.svg</normaloff>:/res/icons/font-awesome-6/book-solid.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&User Manual</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDiscord">
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../scwx-qt.qrc">
|
||||
<normaloff>:/res/icons/font-awesome-6/discord.svg</normaloff>:/res/icons/font-awesome-6/discord.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Discord</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionGitHubRepository">
|
||||
<property name="icon">
|
||||
<iconset resource="../../../../scwx-qt.qrc">
|
||||
<normaloff>:/res/icons/font-awesome-6/github.svg</normaloff>:/res/icons/font-awesome-6/github.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&GitHub Repository</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../../../../scwx-qt.qrc"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue