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> <x>0</x>
<y>0</y> <y>0</y>
<width>724</width> <width>724</width>
<height>20</height> <height>21</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuAction"> <widget class="QMenu" name="menuAction">
@@ -200,10 +200,13 @@
<attribute name="toolBarBreak"> <attribute name="toolBarBreak">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
<addaction name="actionHard_Reset"/> <addaction name="actionPause"/>
<addaction name="separator"/>
<addaction name="actionCtrl_Alt_Del"/> <addaction name="actionCtrl_Alt_Del"/>
<addaction name="actionCtrl_Alt_Esc"/> <addaction name="actionCtrl_Alt_Esc"/>
<addaction name="actionPause"/> <addaction name="actionHard_Reset"/>
<addaction name="separator"/>
<addaction name="actionSettings"/>
</widget> </widget>
<action name="actionKeyboard_requires_capture"> <action name="actionKeyboard_requires_capture">
<property name="checkable"> <property name="checkable">
@@ -275,6 +278,10 @@
</property> </property>
</action> </action>
<action name="actionSettings"> <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"> <property name="text">
<string>&amp;Settings...</string> <string>&amp;Settings...</string>
</property> </property>