1

I'm used to Qt Creator for Qt projects.

Now I'm starting with Python and I'm trying to use Qt Creator as my IDE. I've just configured it to run Python scripts (following this). And also set a shortcut key (Ctrl+R) to run it (following this).

To make world perfect I'm missing one thing, Clear old application output on a new run. Actually I would like it to do the same as is done in Qt Projects. Is there someway to accomplish that?

It also will be nice to have auto save before run.

Community
  • 1
  • 1
KcFnMi
  • 5,516
  • 10
  • 62
  • 136

1 Answers1

2

To specify settings for displaying application output, select Tools > Options > Build & Run > General. You can select whether to open the Application Output pane on output when running or debugging applications, to clear old output on a new run, to word-wrap output, and to limit output to the specified number of lines.

BrandonL
  • 244
  • 2
  • 8