|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractWidget | |
uic.output.pjava | Each widget in QtDesigner is handled by a seperate plugin which extends the AbstractWidget. |
Uses of AbstractWidget in uic.output.pjava |
Subclasses of AbstractWidget in uic.output.pjava | |
class |
Line
Maps QtDesigner Line to uic.pjava.widgets.Line Currently only implements Horizontal/Vertical and linewidth |
class |
QButtonGroup
Maps Qt ButtonGroup to java.awt.CheckboxGroup Filling this group with java.awt.CheckBox buttons to make them exclusive |
class |
QCheckBox
Maps QCheckBox classes to java.awt.Checkbox |
class |
QComboBox
Maps QComboBox to java.awt.Choice objects Currently editable is not supported since that is not part of the Choice API |
class |
QGroupBox
Matches QGroupBox (a frame with a (titled)border) to uic.pjava.widgets.UICGroupBox Currently there is no support for line shadows etc. |
class |
QLayoutWidget
Creates the default awt container, java.awt.Panel |
class |
QLineEdit
Maps QLineEdit to either uic.pjava.widgets.UICTextField, or when password mode is selected, uic.pjava.widgets.UICPasswordField. |
class |
QListBox
Maps QListBox to uic.pjava.widgets.UICList, which contains sizing improvements over the java.awt.List |
class |
QListView
Maps QListView to uic.pjava.widgets.table.Table class. |
class |
QMultiLineEdit
Maps QMultiLineEdit to java.awt.TextArea |
class |
QPushButton
Maps QPushButton to uic.pjava.widgets.UICButton Currently there is NO support for toggle buttons A helper method, XXXXPressedSlot(), is created which will be automatically called on button press. |
class |
QTabWidget
Maps QTabWidget to uic.pjava.widgets.tabbedpane.TabPanel |
class |
QWidget
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |