PDA

View Full Version : MDI Example from "Foundations of Qt Development"



8Observer8
21st August 2013, 14:42
Hi,

I read the book "Foundations of Qt Development"

Why I see the console window? How to kill it?

9437

Thank you!

wysota
21st August 2013, 17:18
You have a CONFIG+=console statement in your .pro file. Remove it and rebuild.

8Observer8
21st August 2013, 17:27
Yes, I have made it. I cleaned the project. I rebuilded it. But it did not help.

9441

wysota
21st August 2013, 18:32
Maybe you simply have "Run in terminal" checked in your Qt Creator project run settings?

8Observer8
21st August 2013, 18:58
Where I can see it?

9442

9443

wysota
21st August 2013, 20:26
It's not in your screenshot but it's in the same page as the first screenshot, just higher, in the pane where you can set the executable, its arguments, etc.

8Observer8
21st August 2013, 20:36
Is this the project configurations or Qt Creator configurations? I didn't find. Another GUI projects is ran normally.

wysota
21st August 2013, 22:18
Here you go.

9445

8Observer8
22nd August 2013, 04:03
Thank you very much :)