Doc: add the Qt version to "\since QtQuick.Controls 2.3"
For the earlier versions, this was already done in the 5.9 branch. Change-Id: I3fd3840aca0f5aadd7aa77eba358ac0f6c94f942 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
parent
f2264e2684
commit
108946db94
|
@ -671,7 +671,7 @@ void QQuickAbstractButton::setIcon(const QQuickIcon &icon)
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty enumeration QtQuick.Controls::AbstractButton::display
|
||||
|
||||
This property determines how the \l icon and \l text are displayed within
|
||||
|
@ -703,7 +703,7 @@ void QQuickAbstractButton::setDisplay(Display display)
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty Action QtQuick.Controls::AbstractButton::action
|
||||
|
||||
This property holds the button action.
|
||||
|
|
|
@ -714,7 +714,7 @@ void QQuickApplicationWindow::resetLocale()
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty palette QtQuick.Controls::ApplicationWindow::palette
|
||||
|
||||
This property holds the palette currently set for the window.
|
||||
|
|
|
@ -318,7 +318,7 @@ QQmlListProperty<QQuickAbstractButton> QQuickButtonGroup::buttons()
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::ButtonGroup::exclusive
|
||||
|
||||
This property holds whether the button group is exclusive. The default value is \c true.
|
||||
|
|
|
@ -1319,7 +1319,7 @@ void QQuickControl::setContentItem(QQuickItem *item)
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty palette QtQuick.Controls::Control::palette
|
||||
|
||||
This property holds the palette currently set for the control.
|
||||
|
|
|
@ -117,7 +117,7 @@ QT_BEGIN_NAMESPACE
|
|||
*/
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlsignal QtQuick.Controls::Dialog::applied()
|
||||
|
||||
This signal is emitted when the \c Dialog.Apply standard button is clicked.
|
||||
|
@ -126,7 +126,7 @@ QT_BEGIN_NAMESPACE
|
|||
*/
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlsignal QtQuick.Controls::Dialog::reset()
|
||||
|
||||
This signal is emitted when the \c Dialog.Reset standard button is clicked.
|
||||
|
@ -135,7 +135,7 @@ QT_BEGIN_NAMESPACE
|
|||
*/
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlsignal QtQuick.Controls::Dialog::discarded()
|
||||
|
||||
This signal is emitted when the \c Dialog.Discard standard button is clicked.
|
||||
|
@ -144,7 +144,7 @@ QT_BEGIN_NAMESPACE
|
|||
*/
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlsignal QtQuick.Controls::Dialog::helpRequested()
|
||||
|
||||
This signal is emitted when the \c Dialog.Help standard button is clicked.
|
||||
|
@ -369,7 +369,7 @@ void QQuickDialog::setStandardButtons(QPlatformDialogHelper::StandardButtons but
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlmethod AbstractButton QtQuick.Controls::Dialog::standardButton(StandardButton button)
|
||||
|
||||
Returns the specified standard \a button, or \c null if it does not exist.
|
||||
|
@ -385,7 +385,7 @@ QQuickAbstractButton *QQuickDialog::standardButton(QPlatformDialogHelper::Standa
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty int QtQuick.Controls::Dialog::result
|
||||
|
||||
This property holds the result code.
|
||||
|
@ -437,7 +437,7 @@ void QQuickDialog::reject()
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlmethod void QtQuick.Controls::Dialog::done(int result)
|
||||
|
||||
Closes the dialog, sets the \a result, and emits \l accepted() or
|
||||
|
|
|
@ -123,7 +123,7 @@ QT_BEGIN_NAMESPACE
|
|||
*/
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlsignal QtQuick.Controls::DialogButtonBox::applied()
|
||||
|
||||
This signal is emitted when a button defined with the \c ApplyRole is
|
||||
|
@ -133,7 +133,7 @@ QT_BEGIN_NAMESPACE
|
|||
*/
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlsignal QtQuick.Controls::DialogButtonBox::reset()
|
||||
|
||||
This signal is emitted when a button defined with the \c ResetRole is
|
||||
|
@ -143,7 +143,7 @@ QT_BEGIN_NAMESPACE
|
|||
*/
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlsignal QtQuick.Controls::DialogButtonBox::discarded()
|
||||
|
||||
This signal is emitted when a button defined with the \c DiscardRole is
|
||||
|
|
|
@ -264,7 +264,7 @@ void QQuickLabel::setBackground(QQuickItem *background)
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty palette QtQuick.Controls::Label::palette
|
||||
|
||||
This property holds the palette currently set for the label.
|
||||
|
|
|
@ -1349,7 +1349,7 @@ void QQuickPopup::resetFont()
|
|||
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty palette QtQuick.Controls::Popup::palette
|
||||
|
||||
This property holds the palette currently set for the popup.
|
||||
|
|
|
@ -799,7 +799,7 @@ void QQuickRangeSlider::setOrientation(Qt::Orientation orientation)
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::RangeSlider::horizontal
|
||||
\readonly
|
||||
|
||||
|
@ -814,7 +814,7 @@ bool QQuickRangeSlider::isHorizontal() const
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::RangeSlider::vertical
|
||||
\readonly
|
||||
|
||||
|
|
|
@ -561,7 +561,7 @@ void QQuickScrollBar::setPolicy(Policy policy)
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::ScrollBar::horizontal
|
||||
\readonly
|
||||
|
||||
|
@ -576,7 +576,7 @@ bool QQuickScrollBar::isHorizontal() const
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::ScrollBar::vertical
|
||||
\readonly
|
||||
|
||||
|
|
|
@ -298,7 +298,7 @@ void QQuickScrollIndicator::setOrientation(Qt::Orientation orientation)
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::ScrollIndicator::horizontal
|
||||
\readonly
|
||||
|
||||
|
@ -313,7 +313,7 @@ bool QQuickScrollIndicator::isHorizontal() const
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::ScrollIndicator::vertical
|
||||
\readonly
|
||||
|
||||
|
|
|
@ -479,7 +479,7 @@ void QQuickSlider::setPressed(bool pressed)
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::Slider::horizontal
|
||||
\readonly
|
||||
|
||||
|
@ -494,7 +494,7 @@ bool QQuickSlider::isHorizontal() const
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::Slider::vertical
|
||||
\readonly
|
||||
|
||||
|
|
|
@ -714,7 +714,7 @@ bool QQuickSpinBox::isInputMethodComposing() const
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::SpinBox::wrap
|
||||
|
||||
This property holds whether the spinbox wraps. The default value is \c false.
|
||||
|
|
|
@ -781,7 +781,7 @@ void QQuickStackView::replace(QQmlV4Function *args)
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::StackView::empty
|
||||
\readonly
|
||||
|
||||
|
|
|
@ -238,7 +238,7 @@ void QQuickSwipeView::setOrientation(Qt::Orientation orientation)
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::SwipeView::horizontal
|
||||
\readonly
|
||||
|
||||
|
@ -253,7 +253,7 @@ bool QQuickSwipeView::isHorizontal() const
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty bool QtQuick.Controls::SwipeView::vertical
|
||||
\readonly
|
||||
|
||||
|
|
|
@ -453,7 +453,7 @@ QAccessible::Role QQuickTabBar::accessibleRole() const
|
|||
|
||||
/*!
|
||||
\qmlattachedproperty int QtQuick.Controls::TabBar::index
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\readonly
|
||||
|
||||
This attached property holds the index of each tab button in the TabBar.
|
||||
|
@ -463,7 +463,7 @@ QAccessible::Role QQuickTabBar::accessibleRole() const
|
|||
|
||||
/*!
|
||||
\qmlattachedproperty TabBar QtQuick.Controls::TabBar::tabBar
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\readonly
|
||||
|
||||
This attached property holds the tab bar that manages this tab button.
|
||||
|
@ -473,7 +473,7 @@ QAccessible::Role QQuickTabBar::accessibleRole() const
|
|||
|
||||
/*!
|
||||
\qmlattachedproperty enumeration QtQuick.Controls::TabBar::position
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\readonly
|
||||
|
||||
This attached property holds the position of the tab bar.
|
||||
|
|
|
@ -644,7 +644,7 @@ bool QQuickTextArea::contains(const QPointF &point) const
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty palette QtQuick.Controls::TextArea::palette
|
||||
|
||||
This property holds the palette currently set for the text area.
|
||||
|
|
|
@ -505,7 +505,7 @@ void QQuickTextField::resetHoverEnabled()
|
|||
}
|
||||
|
||||
/*!
|
||||
\since QtQuick.Controls 2.3
|
||||
\since QtQuick.Controls 2.3 (Qt 5.10)
|
||||
\qmlproperty palette QtQuick.Controls::TextField::palette
|
||||
|
||||
This property holds the palette currently set for the text field.
|
||||
|
|
Loading…
Reference in New Issue