mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-27 23:20:52 +03:00
Add an about Qt dialog
This commit is contained in:
@@ -442,7 +442,8 @@
|
||||
</property>
|
||||
<addaction name="actionGitHub"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionAbout"/>
|
||||
<addaction name="actionAbout_QDiskInfo"/>
|
||||
<addaction name="actionAbout_Qt"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuDevice">
|
||||
<property name="title">
|
||||
@@ -497,12 +498,13 @@
|
||||
<string>&GitHub</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAbout">
|
||||
<action name="actionAbout_QDiskInfo">
|
||||
<property name="icon">
|
||||
<iconset theme="help-about"/>
|
||||
<iconset resource="resources.qrc">
|
||||
<normaloff>:/icons/icon.svg</normaloff>:/icons/icon.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&About</string>
|
||||
<string>&About QDiskInfo</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::MenuRole::NoRole</enum>
|
||||
@@ -553,6 +555,14 @@
|
||||
<string>Use &GB instead of TB</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAbout_Qt">
|
||||
<property name="icon">
|
||||
<iconset theme="help-about"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>About Qt</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="resources.qrc"/>
|
||||
|
||||
Reference in New Issue
Block a user