forked from qt-creator/qt-creator
OutputPane: Use setter for priority and fix default visibility
Do not show the buttons of output views with priority < 0 (instead of only == -1). Reduce the number of buttons that are shown by default to the essential ones. Change-Id: I5b44f18537b3033ce9d616f044a8b54b76988783 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -49,16 +49,6 @@ namespace Core {
|
||||
Returns the toolbar widgets for the output pane.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn int IOutputPane::priorityInStatusBar() const
|
||||
|
||||
Determines the position of the output pane on the status bar.
|
||||
\list
|
||||
\li 100 to 0 from front to end
|
||||
\li -1 do not show in status bar
|
||||
\endlist
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void IOutputPane::clearContents()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user