![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Derived from QUiLoader to enable us to instantiate custom widgets at runtime, where this class provides ctkCmdLineModuleQtComboBox instead of QComboBox. More...
#include <Libs/CommandLineModules/Frontend/QtGui/ctkCmdLineModuleQtUiLoader.h>
Public Member Functions | |
virtual QWidget * | createWidget (const QString &className, QWidget *parent=0, const QString &name=QString()) |
If className is QComboBox, instantiates ctkCmdLineModuleQtGuiComboBox and otherwise delegates to base class. More... | |
ctkCmdLineModuleQtUiLoader (QObject *parent=0) | |
virtual | ~ctkCmdLineModuleQtUiLoader () |
Derived from QUiLoader to enable us to instantiate custom widgets at runtime, where this class provides ctkCmdLineModuleQtComboBox instead of QComboBox.
Definition at line 34 of file ctkCmdLineModuleQtUiLoader.h.
ctkCmdLineModuleQtUiLoader::ctkCmdLineModuleQtUiLoader | ( | QObject * | parent = 0 | ) |
|
virtual |
|
virtual |
If className is QComboBox, instantiates ctkCmdLineModuleQtGuiComboBox and otherwise delegates to base class.