diff --git a/src/styles/Base/ButtonStyle.qml b/src/styles/Base/ButtonStyle.qml index fe37d17088d51b7743e4462018a667c6112f4c3f..b1fabb866ee8ef5b2247f82ff29ff86b849be00e 100644 --- a/src/styles/Base/ButtonStyle.qml +++ b/src/styles/Base/ButtonStyle.qml @@ -96,7 +96,7 @@ Style { properties of \c control, the following state properties are available: \table - \li readonly property bool styleData.hovered - The control is being hovered. + \row \li readonly property bool \b styleData.hovered \li The control is being hovered. \endtable */ property Component background: Item { @@ -139,7 +139,7 @@ Style { properties of \c control, the following state properties are available: \table - \li readonly property bool styleData.hovered - The control is being hovered. + \row \li readonly property bool \b styleData.hovered \li The control is being hovered. \endtable */ property Component label: Text { diff --git a/src/styles/Base/CheckBoxStyle.qml b/src/styles/Base/CheckBoxStyle.qml index 4311c62944c70ebc64931f19c1bb62590794a32b..65b5450b294530a42880c0556a04d26f1b07438b 100644 --- a/src/styles/Base/CheckBoxStyle.qml +++ b/src/styles/Base/CheckBoxStyle.qml @@ -83,7 +83,13 @@ Style { SystemPalette.Active : SystemPalette.Disabled } - /*! The text label. */ + /*! This defines the text label. In addition to the public + properties of \c control, the following state properties are available: + + \table + \row \li readonly property bool \b styleData.hovered \li The control is being hovered. + \endtable + */ property Component label: Text { text: control.text color: __syspal.text @@ -102,7 +108,13 @@ Style { /*! The spacing between indicator and label. */ property int spacing: 4 - /*! The indicator button. */ + /*! This defines the indicator button. In addition to the public + properties of \c control, the following state properties are available: + + \table + \row \li readonly property bool \b styleData.hovered \li The control is being hovered. + \endtable + */ property Component indicator: Item { implicitWidth: 18 implicitHeight: 18 diff --git a/src/styles/Base/ComboBoxStyle.qml b/src/styles/Base/ComboBoxStyle.qml index 08382f1598d5fd613458cfd2bca66853b80fec74..982ce00efc7d1c258213e6c5778f5e3a55a61a13 100644 --- a/src/styles/Base/ComboBoxStyle.qml +++ b/src/styles/Base/ComboBoxStyle.qml @@ -66,7 +66,7 @@ Style { properties of \c control, the following state properties are available: \table - \li readonly property bool styleData.hovered - The control is being hovered. + \row \li readonly property bool \b styleData.hovered \li The control is being hovered. \endtable */ property Component background: Item { @@ -108,7 +108,7 @@ Style { properties of \c control, the following state properties are available: \table - \li readonly property bool styleData.hovered - The control is being hovered. + \row \li readonly property bool \b styleData.hovered \li The control is being hovered. \endtable */ property Component label: Item { diff --git a/src/styles/Base/RadioButtonStyle.qml b/src/styles/Base/RadioButtonStyle.qml index f8fdb64721505cf1358f719787ce99f543c189cb..d87f57c7c9a2d2b5347a2490cc60dabb08645a51 100644 --- a/src/styles/Base/RadioButtonStyle.qml +++ b/src/styles/Base/RadioButtonStyle.qml @@ -87,7 +87,7 @@ Style { properties of \c control, the following state properties are available: \table - \li readonly property bool styleData.hovered - The control is being hovered. + \row \li readonly property bool \b styleData.hovered \li The control is being hovered. \endtable */ property Component label: Text { @@ -107,7 +107,7 @@ Style { properties of \c control, the following state properties are available: \table - \li readonly property bool styleData.hovered - The control is being hovered. + \row \li readonly property bool \b styleData.hovered \li The control is being hovered. \endtable */ property Component indicator: Rectangle { diff --git a/src/styles/Base/ScrollViewStyle.qml b/src/styles/Base/ScrollViewStyle.qml index fb65fe2cc04465108d84a7fea5efce498eeab695..3d1f8d26d2656878c4daa3ec49d4472ed8b16881 100644 --- a/src/styles/Base/ScrollViewStyle.qml +++ b/src/styles/Base/ScrollViewStyle.qml @@ -97,10 +97,10 @@ Style { You can access the following state properties: - \list - \li property bool styleData.hovered - \li property bool styleData.horizontal - \endlist + \table + \row \li property bool \b styleData.hovered + \row \li property bool \b styleData.horizontal + \endtable */ property Component scrollBarBackground: Item { @@ -123,11 +123,11 @@ Style { You can access the following state properties: - \list - \li property bool styleData.hovered - \li property bool styleData.pressed - \li property bool styleData.horizontal - \endlist + \table + \row \li property bool \b styleData.hovered + \row \li property bool \b styleData.pressed + \row \li property bool \b styleData.horizontal + \endtable */ property Component handle: BorderImage{ @@ -144,11 +144,11 @@ Style { You can access the following state properties: - \list - \li property bool styleData.hovered - \li property bool styleData.pressed - \li property bool styleData.horizontal - \endlist + \table + \row \li property bool \b styleData.hovered + \row \li property bool \b styleData.pressed + \row \li property bool \b styleData.horizontal + \endtable */ property Component incrementControl: Rectangle { implicitWidth: 16 @@ -181,11 +181,11 @@ Style { You can access the following state properties: - \list - \li property bool styleData.hovered - \li property bool styleData.pressed - \li property bool styleData.horizontal - \endlist + \table + \row \li property bool \b styleData.hovered + \row \li property bool \b styleData.pressed + \row \li property bool \b styleData.horizontal + \endtable */ property Component decrementControl: Rectangle { implicitWidth: 16 diff --git a/src/styles/Base/TabViewStyle.qml b/src/styles/Base/TabViewStyle.qml index 344412b6334aed0fd2d5be2c6452d41de0e3860f..a668f43b08f804ef7af9726ec4b8ef4d3ee01446 100644 --- a/src/styles/Base/TabViewStyle.qml +++ b/src/styles/Base/TabViewStyle.qml @@ -122,13 +122,14 @@ Style { \c styleData property, with the following properties: \table - \li readonly property int styleData.index - This is the current tab index. - \li readonly property bool styleData.selected - This is the active tab. - \li readonly property string styleData.title - Tab title text. - \li readonly property bool styleData.nextSelected - The next tab is selected. - \li readonly property bool styleData.previousSelected - The previous tab is selected. - \li readonly property bool styleData.hovered - The tab is being hovered. - \li readonly property bool styleData.activeFocus - The tab button has keyboard focus. + \row \li readonly property int \b styleData.index \li This is the current tab index. + \row \li readonly property bool \b styleData.selected \li This is the active tab. + \row \li readonly property string \b styleData.title \li Tab title text. + \row \li readonly property bool \b styleData.nextSelected \li The next tab is selected. + \row \li readonly property bool \b styleData.previousSelected \li The previous tab is selected. + \row \li readonly property bool \b styleData.hovered \li The tab is being hovered. + \row \li readonly property bool \b styleData.activeFocus \li The tab button has keyboard focus. + \row \li readonly property bool \b styleData.availableWidth \li The available width for the tabs. \endtable */ property Component tab: Item {