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.

1 Answer 1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.