Hello,

A new problem ... maybe nothing to do with Qt ....

My program uses a lot of public declarations in the MainWindow class (it's written for Linux with Qt4.3) and now I came to a point where I cannot add another declaration ... well, I can, but when I try to run the program nothing happens, the program won't start. After emoving the declaration everything is back to normal.
Simply adding something like "QLabel *newLabel" is already too much, everything compiles without errors but the program doesn't start.
Seems strange to me, but I'm a complete newbie

Sorry if this is a no Qt question.