diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 15:22:11 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 15:22:11 -0400 |
| commit | 41ef9813dd7b3b7587afe8dfe3a16f2711200edb (patch) | |
| tree | 5e7bad8eb03f0561fee7886b69a97fd58f954a1e /src/mainwindow.ui | |
| parent | 746e9c08e68ed7e44e6ef4e29b250c73b9c21440 (diff) | |
moved links to a new dedicated toolbar
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 43 |
1 files changed, 25 insertions, 18 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 03cb9ab7..59d30a09 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1349,17 +1349,8 @@ p, li { white-space: pre-wrap; } </layout> </widget> <widget class="QToolBar" name="toolBar"> - <property name="enabled"> - <bool>true</bool> - </property> - <property name="contextMenuPolicy"> - <enum>Qt::CustomContextMenu</enum> - </property> <property name="windowTitle"> - <string>Tool Bar</string> - </property> - <property name="movable"> - <bool>false</bool> + <string>Main ToolBar</string> </property> <property name="iconSize"> <size> @@ -1367,12 +1358,6 @@ p, li { white-space: pre-wrap; } <height>36</height> </size> </property> - <property name="toolButtonStyle"> - <enum>Qt::ToolButtonIconOnly</enum> - </property> - <property name="floatable"> - <bool>false</bool> - </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> </attribute> @@ -1380,9 +1365,11 @@ p, li { white-space: pre-wrap; } <bool>false</bool> </attribute> <addaction name="actionChange_Game"/> - <addaction name="actionInstallMod"/> - <addaction name="actionNexus"/> <addaction name="actionAdd_Profile"/> + <addaction name="separator"/> + <addaction name="actionNexus"/> + <addaction name="actionInstallMod"/> + <addaction name="separator"/> <addaction name="actionModify_Executables"/> <addaction name="actionTool"/> <addaction name="actionSettings"/> @@ -1443,6 +1430,26 @@ p, li { white-space: pre-wrap; } <addaction name="menu_Tools"/> <addaction name="menu_Help"/> </widget> + <widget class="QToolBar" name="linksToolBar"> + <property name="contextMenuPolicy"> + <enum>Qt::CustomContextMenu</enum> + </property> + <property name="windowTitle"> + <string>Links ToolBar</string> + </property> + <property name="iconSize"> + <size> + <width>42</width> + <height>36</height> + </size> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + </widget> <action name="actionInstallMod"> <property name="icon"> <iconset resource="resources.qrc"> |
