-
Notifications
You must be signed in to change notification settings - Fork 11
ben-sangster edited this page Nov 10, 2010
·
18 revisions
Each link contains specifics on the signals and function calls associated with each implemented Qt binding. Object types inherit the signals and function calls of the type under which they are indented. For example, RadioButton inherits from AbstractButton, Widget, and UIObject, while VBoxLayout inherits from BoxLayout, Layout, and UIObject.
UI Loader contains the basic functions necessary for loading UI components from Javascript.
UI Constants contains a list of JS bindings necessary for using some of the Qt bindings.