- Member M::PreeditFace
- do not use
- Member MAbstractLayoutPolicy::aboutToBeRemovedFromLayout (const QGraphicsLayoutItem *item)
- Use removeAt() instead. There shouldn't be any need for this function. Since 0.19
- Member MAbstractLayoutPolicy::objectName () const
- Use styleName() instead. It simply calls styleName().
- Member MAbstractLayoutPolicy::setObjectName (const QString &name)
- Use setStyleName() instead. It simply calls setStyleName().
- Member MAdvancedListItem::imagewidget
- please use imageWidget property
- Member MAdvancedListItem::initLayout ()
- The method is no longer required to be called after constructing the item. There shouldn't be any need for this function.
- Member MAdvancedListItem::sideBottomImage
- please use sideBottomImageWidget property
- Member MAdvancedListItem::sideTopImage
- please use sideTopImageWidget property
- Member MApplicationExtensionAreaView::MApplicationExtensionAreaView (MApplicationExtensionAreaViewPrivate &dd, MApplicationExtensionArea *controller)
- This constructor is deprecated in order to achieve sane lifecycle rules. Use the version taking a pointer to the private instead.
- Member MBasicListItem::initLayout ()
- The method is no longer required to be called after constructing the item. There shouldn't be any need for this function.
- Member MComboBoxStyle::contentItemObjectName
- do not use
- Member MComboBoxStyle::itemMode
- do not use
- Member MDetailedListItem::initLayout ()
- The method is no longer required to be called after constructing the item. There shouldn't be any need for this function.
- Member MDialog::closeButtonVisible
- Use MDialogStyle::hasCloseButton instead. OBS: Style properties are set in CSS files and consumed by the assigned view.
- Member MDialog::isCloseButtonVisible () const
- Use MDialogStyle::hasCloseButton instead. OBS: Style properties are set in CSS files and consumed by the assigned view.
- Member MDialog::isTitleBarVisible () const
- Use MDialogStyle::hasTitleBar instead. OBS: Style properties are set in CSS files and consumed by the assigned view.
- Member MDialog::setCloseButtonVisible (bool visible)
- Use MDialogStyle::hasCloseButton instead. OBS: Style properties are set in CSS files and consumed by the assigned view.
- Member MDialog::setTitleBarVisible (bool visible)
- Use MDialogStyle::hasTitleBar instead. OBS: Style properties are set in CSS files and consumed by the assigned view.
- Member MDialog::titleBarVisible
- Use MDialogStyle::hasTitleBar instead. OBS: Style properties are set in CSS files and consumed by the assigned view.
- Member MDialogModel::closeButtonVisible
- Use MDialogStyle::hasCloseButton instead. OBS: Style properties are set in CSS files and consumed by the assigned view.
- Member MDialogModel::titleBarVisible
- Use MDialogStyle::hasTitleBar instead. OBS: Style properties are set in CSS files and consumed by the assigned view.
- Member MExtensionAreaView::MExtensionAreaView (MExtensionAreaViewPrivate &dd, MExtensionArea *controller)
- This constructor is deprecated, the private must be passed via pointer in order to maintain sane lifetime rules (so that the view can always delete the private given to it, or the private it creates itself). Use the version taking a pointer to the private instead.
- Class MFeedbackPlayer
- Please use class MFeedback to play input feedbacks. Since 0.20.43
- Member MFeedbackPlayer::Cancel
- Please use MFeedback::Cancel instead. Since 0.20.43
- Member MFeedbackPlayer::Error
- Since 0.20.43
- Member MFeedbackPlayer::play (const QString &feedbackName)
- Please use MFeedback::play(const QString&) instead. Since 0.20.43
- Member MFeedbackPlayer::Press
- Please use MFeedback::Press instead. Since 0.20.43
- Member MFeedbackPlayer::Release
- Please use MFeedback::Release instead. Since 0.20.43
- Class MGridItem
- Please use MContentItem, MBasicListItem, MAdvancedListItem, MDetailedListItem
- Class MGridItemView
- Member MImageWidget::crop () const
- There is no replacing functionality
- Member MImageWidget::image () const
- Use the MImageWidget::imageId();
- Member MImageWidget::pixmap () const
- Member MImageWidget::setCrop (const QRectF &rect)
- There is no replacing functionality
- Member MImageWidget::zoomFactor (qreal *fx, qreal *fy) const
- There is no replacing functionality
- Member MImageWidget::zoomIn ()
- There is no replacing functionality
- Member MImageWidget::zoomOut ()
- There is no replacing functionality
- Class MInfoBanner
- MInfoBanner is deprecated, use MBanner for any component with banner requirements
- Member MList::indexVisible ()
- Please use indexDisplayMode()
- Member MList::itemLongTapped (const QModelIndex &index)
- The MList::itemLongTapped(QModelIndex, QPointF) extends the signal.
- Member MList::longTapItem (const QModelIndex &index)
- Use MList::longTapItem(QModelIndex, QPointF) instead.
- Member MList::setIndexVisible (bool visible)
- Please use setIndexDisplayMode(MList::DisplayMode);
- Member MListModel::listIndexVisible
- Member MMashupCanvasView::MMashupCanvasView (MMashupCanvasViewPrivate &dd, MMashupCanvas *controller)
- This constructor is deprecated in order to achieve sane lifecycle rules. Use the version taking a pointer to the private instead.
- Member MSceneWindow::appear (MSceneWindow::DeletionPolicy policy=KeepWhenDone)
- Please use appear(QGraphicsScene) or appear(MWindow) instead.
- Member MStyleSheetSelector::MStyleSheetSelector (const QString &objectName="", const QString &className="", const QString &classType="", const QString &orientation="", const QString &mode="", const QString &filename="", const QString &parentName="", Flags flags=(Flags) 0)
- Please use the new constructor
- Member MWidgetController::setObjectName (const QString &name)
- Use setStyleName() to set the style name of the widget.