qt: Re-order toolbar buttons and add settings
This commit is contained in:
@@ -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>&Settings...</string>
|
<string>&Settings...</string>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user