Cannot complete a basic task in QT4
Posted
by Harun Baris Bulut
on Stack Overflow
See other posts from Stack Overflow
or by Harun Baris Bulut
Published on 2010-03-28T19:22:46Z
Indexed on
2010/03/28
19:23 UTC
Read the original article
Hit count: 736
Hi all,
I cannot open a new window in QT. I new in QT so I think I am missing something. I only write the code below and settings windows just shows itself and closes. I have commented out destructor but still problem persists.
SettingsWindow s;
s.show();
What do I do wrong ? By the way I cannot either debug it, debuger does not stop when it reaches to the first line for example.
Thanks
© Stack Overflow or respective owner