| form | Opens a new window
|
| msgbox | Shows a simple message box
|
| qbutton | A simple GUI element that can contain text and/or an image and where the user can click on. |
| qcheckbox | Represents an option that the user can select (or unselect). Useful for parameters with binary values. |
| qcombobox | Represents a selection control with a dropdown box |
| qdisplay | A display control that can be used for showing plots, images or printing text. |
| qevent | A message sent by a GUI control to indicate a certain action (for example when the user clicks on a button |
| qform | A form can contain controls such as sliders and graphs. |
| qgldisplay | A display object that can be used for interactive 3D visualization (through OpenGL) |
| qheading | A simple GUI control to indicate a heading. The title of the heading is typically printed in bold. |
| qhorizontallayout | A horizontal layout can be used for arranging controls horizontally. |
| qimshow | An image viewer object (as constructed by the function ). Allows
to manipulate many of the properties of the image viewer programmatically, such as
the zoom factor, scroll position, 3D viewing angles etc. |
| qkeyevent | Holds information about a particular key stroke |
| qmenu | The menu class allows you to hierachically arrange items. |
| qmouseevent | Holds information about a particular mouse event |
| qplot | A plot control (as constructed by the function ). Allows
to manipulate many of the properties of the plot properties programmatically. |
| qslider | Control to visually adjust the value of a parameter. |
| qvectorlayer | Represents a layer for vector drawings (using Cairo or OpenGL) |
| qvectorlayer3d | Represents a layer for 3D vector drawings (using OpenGL) |