Layouts manage the way that widgets will be placed.Originally Posted by rakuco
QVBox is a widget with a QVBoxLayout layout.Originally Posted by rakuco
Using Qt mechanisms you can check at runtime what properties a given object has. You can't do this with methods. You don't have to worry about properties, unless you want to create plugins.Originally Posted by rakuco
Events are asynchronous and they are first stored in a queue, methods and slots are executed immediately (in Qt4 slots can behave like methods or like event handlers, depending on the connection type).Originally Posted by rakuco




Reply With Quote
Bookmarks