If you are having problems with the compiler then they are related to the language and not the framework you are using.
If you are having problems with the compiler then they are related to the language and not the framework you are using.
The error messages are related to variables you are attempting to use but are defined in the scope you are trying to use them. This comment:How do you mean?
tells you how to fix this problem. It's exactly the same problem repeated from earlier in the thread and demonstrates that you have difficulty understanding how C++ variables are declared/used and the limits of their visibility. Note that this has nothing to do with Qt itself: just you, the C++ language and compiler.Originally Posted by wysota
Do you know what ui is? How do you access members of the ui object? What members are there?
Bookmarks