src/hbwidgets/dataform/hbdataformmodelitem.cpp
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
child 6 c3690ec91ef8
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
   628     - VolumeSliderItem: HbVolumeSlider property should be used
   628     - VolumeSliderItem: HbVolumeSlider property should be used
   629     - CheckBoxItem: HbCheckBox property should be used
   629     - CheckBoxItem: HbCheckBox property should be used
   630     - TextItem: HbLineEdit property should be used
   630     - TextItem: HbLineEdit property should be used
   631     - ToggleValueItem: HbPushButton(text and additionalText) property should be used
   631     - ToggleValueItem: HbPushButton(text and additionalText) property should be used
   632     - RadioButtonListItem: HbRadioButtonList property should be used
   632     - RadioButtonListItem: HbRadioButtonList property should be used
   633     - MultiselectionItem: HbListDialog property should be used
   633     - MultiselectionItem: HbListWidget property should be used
   634     - ComboBoxItem: HbComboBox property should be used
   634     - ComboBoxItem: HbComboBox property should be used
   635 */
   635 */
   636 void HbDataFormModelItem::setContentWidgetData(
   636 void HbDataFormModelItem::setContentWidgetData(
   637     const QString& propertyName ,const QVariant &value)
   637     const QString& propertyName ,const QVariant &value)
   638 {
   638 {