nothing hint for this? Thanks
nothing hint for this? Thanks
Regards
You have to add that include in declaration.
sorry but Itried it already but don't works. The compiler error is the same...
Regards
How did you declare that variable?
I do this because I need scene member of MainForm class (that is a class created from QT); thanksI have declare in class variables (inside qtdesigner in MainForm.ui.h) Scene scene;
Regards
Could you post your .ui file? Anyway your life would be easier, if you were using the subclassing approach, since you would have full control over the class definition.
Hi, I see now that I had a tabWidget with name 'Scene'. I change it and now compile. Yes I have subclass MainForm with myMainForm but in MainForm I have many function; Do you advice me to make MinForm.ui.h empty and put every function in myMainForm? Thanks
Regards
You can start using the subclassing approach with your next form.Originally Posted by mickey
Bookmarks