What exactly does this mean?Most the objects in the example code does not have default parent objects
Are you refering to w1 and w2?
What exactly does this mean?Most the objects in the example code does not have default parent objects
Are you refering to w1 and w2?
Yes, they should look like
Qt Code:
widget1 = new w1(this); widget2 = new w2(this);To copy to clipboard, switch view to plain text mode
When you know how to do it then you may do it wrong.
When you don't know how to do it then it is not that you may do it wrong but you may not do it right.
gtnoob (8th January 2013)
Does this ( http://qt-project.org/doc/qt-5.0/qtc...jecttrees.html ) explain the "because..." of your point of view?
Yes, I mean the same![]()
When you know how to do it then you may do it wrong.
When you don't know how to do it then it is not that you may do it wrong but you may not do it right.
Bookmarks