In CLion, What is the difference between Qt Console and Qt Widgets Executable project templates
Asked Answered
B

1

7

In CLion, What is the difference between Qt Console and Qt Widgets Executable project templates. My intuition is that Qt Console is CLI and Widgets is GUI, but googling hasn't confirmed this. I'm hoping this QnA will help future googlers.

Balenciaga answered 27/1, 2021 at 14:58 Comment(0)
I
8

"Console" means text-based (which doesn't prevent it from opening windows or showing dialogs). On some platforms (e.g. Windows) this will force a "console" or terminal window to appear.

The "widgets" template is a pure GUI application (which doesn't stop it from manually opening a "console" or text-window on supported platforms).

Interlocutrix answered 27/1, 2021 at 15:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.