UI is my main window (inherits QWidget) and the only warning I get is "Invalid parameter passed to C runtime function.".
Anyway, the problem disappeared after declaring ui on heap and initializing it with the new keyword.
UI is my main window (inherits QWidget) and the only warning I get is "Invalid parameter passed to C runtime function.".
Anyway, the problem disappeared after declaring ui on heap and initializing it with the new keyword.
This is an error not a warning. The warning goes to the console that you can't see without a development environment.
...after QApplication is initalized.Anyway, the problem disappeared after declaring ui on heap and initializing it with the new keyword.
Bookmarks