Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-56

Use a monospace font in the panel Application Output

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • P3: Somewhat important
    • None
    • Qt Creator 1.0
    • None

    Description

      Terminals usually show the application output with a monospace font. If the output of the application is formated for monospace font, the output looks funny in Qt Creator.

      It would be nice to set the font to Monospace in the "Application Output" Panel.

      Here is a patch to achieve that:

      diff --git a/src/plugins/projectexplorer/outputwindow.cpp b/src/plugins/projectexplorer/outputwindow.cpp
      index 3ead27b..2e0a915 100644
      — a/src/plugins/projectexplorer/outputwindow.cpp
      +++ b/src/plugins/projectexplorer/outputwindow.cpp
      @@ -317,6 +317,7 @@ OutputWindow::OutputWindow(QWidget *parent)
      setWindowTitle(tr("Application Output Window"));
      setWindowIcon(QIcon(":/qt4projectmanager/images/window.png"));
      setFrameShape(QFrame::NoFrame);
      + setFont(QFont("Monospace"));
      }

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              dt Daniel Teske
              poulain Benjamin Poulain (closed Nokia identity) (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes