50   m_groupManager = 
new QtGroupPropertyManager(
this);
 
   51   m_intManager = 
new QtIntPropertyManager(
this);
 
   52   m_intSliderManager = 
new QtIntPropertyManager(
this);
 
   53   m_doubleManager = 
new QtDoublePropertyManager(
this);
 
   54   m_stringManager = 
new QtStringPropertyManager(
this);
 
   55   m_strDlgManager = 
new QtStringPropertyManager(
this);
 
   56   m_colorManager = 
new QtColorPropertyManager(
this);
 
   57   m_fontManager = 
new QtFontPropertyManager(
this);
 
   58   m_sizeManager = 
new QtSizePropertyManager(
this);
 
   59   m_enumManager = 
new QtEnumPropertyManager(
this);
 
   60   m_pointFManager = 
new QtPointFPropertyManager(
this);
 
   62   m_doubleSpinBoxFactory = 
new QtDoubleSpinBoxFactory(
this);
 
   63   m_checkBoxFactory = 
new QtCheckBoxFactory(
this);
 
   64   m_spinBoxFactory = 
new QtSpinBoxFactory(
this);
 
   65   m_lineEditFactory = 
new QtLineEditFactory(
this);
 
   66   m_comboBoxFactory = 
new QtEnumEditorFactory(
this);
 
   67   m_sliderFactory = 
new QtSliderFactory(
this);
 
   68   m_colorFactory = 
new QtColorEditorFactory(
this);
 
   69   m_fontFactory = 
new QtFontEditorFactory(
this);
 
   70   m_charFactory = 
new QtCharEditorFactory(
this);
 
   71   m_dlgFactory = 
new QtDlgEditorFactory(
this);