Qt 6.11 is out! See what's new in the release
blog
[SOLVED] "'X' does not namea type" compiler error
General and Desktop
3
Posts
2
Posters
1.3k
Views
1
Watching
-
I'm trying to copy a tutorial problem and have the following line of code in the header file:
@private:
QdoubleSpinBox *entries[10];@
Upon compiling the code, I get a compiler error on that line saying QdoubleSpinBox does not name a type.
How do I resolve this?
-
You've got to be kidding me, wow, it works. I was convinced it was small d as the ui widget are by default called doubleSpinBox. Thanks!