qt: Re-order toolbar buttons and add settings

This commit is contained in:
ts-korhonen
2022-01-10 08:06:30 +02:00
parent 0b6ba2d09c
commit e69e4d0424

View File

@@ -47,7 +47,7 @@
<x>0</x>
<y>0</y>
<width>724</width>
<height>20</height>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuAction">
@@ -200,10 +200,13 @@
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionHard_Reset"/>
<addaction name="actionPause"/>
<addaction name="separator"/>
<addaction name="actionCtrl_Alt_Del"/>
<addaction name="actionCtrl_Alt_Esc"/>
<addaction name="actionPause"/>
<addaction name="actionHard_Reset"/>
<addaction name="separator"/>
<addaction name="actionSettings"/>
</widget>
<action name="actionKeyboard_requires_capture">
<property name="checkable">
@@ -275,6 +278,10 @@
</property>
</action>
<action name="actionSettings">
<property name="icon">
<iconset resource="../qt_resources.qrc">
<normaloff>:/menuicons/qt/icons/placeholder.png</normaloff>:/menuicons/qt/icons/placeholder.png</iconset>
</property>
<property name="text">
<string>&amp;Settings...</string>
</property>