diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-17 08:56:16 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-22 07:33:37 -0400 |
| commit | bca6283311cf1dea4c96f8ee5bf192bdb1640cb3 (patch) | |
| tree | 7a6b0445974a974bf4b03d08d4ac9371de0ea663 /src/mainwindow.ui | |
| parent | d1b4dec8ad1635738ada3dfbde5907e7f0df3448 (diff) | |
use log::Levels instead of ints
create log level combobox in code, set selected index based on value instead
added log level to context menu in log list
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index c694abd4..fc2bcdd3 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1428,7 +1428,7 @@ p, li { white-space: pre-wrap; } <item> <widget class="LogList" name="logList"> <property name="contextMenuPolicy"> - <enum>Qt::ActionsContextMenu</enum> + <enum>Qt::CustomContextMenu</enum> </property> <property name="rootIsDecorated"> <bool>false</bool> @@ -1645,20 +1645,6 @@ p, li { white-space: pre-wrap; } <string>Endorse Mod Organizer</string> </property> </action> - <action name="actionCopy_Log_to_Clipboard"> - <property name="text"> - <string>Copy &Log</string> - </property> - <property name="iconText"> - <string>Copy &Log</string> - </property> - <property name="toolTip"> - <string>Copy log to clipboard</string> - </property> - <property name="statusTip"> - <string>Copy log to clipboard</string> - </property> - </action> <action name="actionChange_Game"> <property name="icon"> <iconset resource="resources.qrc"> @@ -1771,6 +1757,20 @@ p, li { white-space: pre-wrap; } <string>Log</string> </property> </action> + <action name="actionLogCopy"> + <property name="text"> + <string>Copy &Log</string> + </property> + <property name="iconText"> + <string>Copy &Log</string> + </property> + <property name="toolTip"> + <string>Copy log to clipboard</string> + </property> + <property name="statusTip"> + <string>Copy log to clipboard</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> |
