Package uic.plugins

Each widget in QtDesigner is handled by a seperate plugin which extends the AbstractPlugin.

See:
          Description

Interface Summary
MultiPanelInterface Interface for multi panel widgets like QWizard or QTabwidget.
 

Class Summary
AbstractWidget  
General  
KColorButton  
KHSSelector  
Line  
QButtonGroup A button group is basically a groupbox plus that the children buttons are made mutually exclusive.
QCheckBox  
QComboBox  
QFrame  
QGroupBox  
QLabel  
QLineEdit  
QListBox  
QListView  
QMultiLineEdit  
QProgressBar  
QPushButton  
QRadioButton  
QSlider  
QSpinBox  
QTabWidget  
QWizard  
 

Package uic.plugins Description

Each widget in QtDesigner is handled by a seperate plugin which extends the AbstractPlugin. Adding a widget implementation is as easy as adding a plugin.



Copyright © 2002,2003 Thomas Zander