From 5570ade79fec6d2e7b7381b6fe1869239832e05b Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 13 Apr 2016 20:30:26 +0200 Subject: Doc: add 2-suffix to the image assets and snippets Change-Id: Ib8050cb3baefe07d28c7e2dcec64af155d2d7c9b Reviewed-by: J-P Nurmi --- .../controls/doc/src/qtquickcontrols2-buttons.qdoc | 10 +- .../doc/src/qtquickcontrols2-containers.qdoc | 18 +-- .../doc/src/qtquickcontrols2-customize.qdoc | 132 ++++++++++----------- .../controls/doc/src/qtquickcontrols2-default.qdoc | 2 +- .../doc/src/qtquickcontrols2-delegates.qdoc | 4 +- .../doc/src/qtquickcontrols2-indicators.qdoc | 8 +- .../controls/doc/src/qtquickcontrols2-input.qdoc | 14 +-- .../doc/src/qtquickcontrols2-material.qdoc | 6 +- .../controls/doc/src/qtquickcontrols2-menus.qdoc | 2 +- .../doc/src/qtquickcontrols2-navigation.qdoc | 6 +- .../doc/src/qtquickcontrols2-universal.qdoc | 6 +- 11 files changed, 104 insertions(+), 104 deletions(-) (limited to 'src/imports/controls/doc/src') diff --git a/src/imports/controls/doc/src/qtquickcontrols2-buttons.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-buttons.qdoc index 9e7872d7..33859cc8 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-buttons.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-buttons.qdoc @@ -39,7 +39,7 @@ \section1 Button Control - \image qtquickcontrols-button.png + \image qtquickcontrols2-button.png \l Button presents a push-button control that can be pushed or clicked by the user. Buttons are normally used to perform an action, or to answer @@ -48,7 +48,7 @@ \section1 CheckBox Control - \image qtquickcontrols-checkbox.png + \image qtquickcontrols2-checkbox.png \l CheckBox presents an option button that can be toggled on (checked) or off (unchecked). Check boxes are typically used to select one or more @@ -56,7 +56,7 @@ \section1 RadioButton Control - \image qtquickcontrols-radiobutton.png + \image qtquickcontrols2-radiobutton.png \l RadioButton presents an option button that can be toggled on (checked) or off (unchecked). Radio buttons are typically used to select one option @@ -64,7 +64,7 @@ \section1 Switch Control - \image qtquickcontrols-switch.png + \image qtquickcontrols2-switch.png \l Switch is an option button that can be dragged or toggled on (checked) or off (unchecked). Switches are typically used to select between two @@ -72,7 +72,7 @@ \section1 ToolButton Control - \image qtquickcontrols-toolbutton.png + \image qtquickcontrols2-toolbutton.png \l ToolButton is functionally similar to \l Button, but provides a look that is more suitable within a \l ToolBar. diff --git a/src/imports/controls/doc/src/qtquickcontrols2-containers.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-containers.qdoc index 9a9a6bd6..4e037033 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-containers.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-containers.qdoc @@ -39,58 +39,58 @@ \section1 ApplicationWindow Control - \image qtquickcontrols-applicationwindow-wireframe.png + \image qtquickcontrols2-applicationwindow-wireframe.png \l ApplicationWindow contains optional header and footer items. \section1 Frame Control - \image qtquickcontrols-frame.png + \image qtquickcontrols2-frame.png \l Frame is used to layout a logical group of controls together, within a visual frame. \section1 GroupBox Control - \image qtquickcontrols-groupbox.png + \image qtquickcontrols2-groupbox.png \l GroupBox is used to layout a logical group of controls together, within a titled visual frame. \section1 Page Control - \image qtquickcontrols-page-wireframe.png + \image qtquickcontrols2-page-wireframe.png \l Page provides page-specific header and footer items. \section1 Pane Control - \image qtquickcontrols-pane.png + \image qtquickcontrols2-pane.png \l Pane provides a background color that matches with the application style and theme. \section1 StackView Control - \image qtquickcontrols-stackview-wireframe.png + \image qtquickcontrols2-stackview-wireframe.png \l StackView organizes content pages into a stack. \section1 SwipeView Control - \image qtquickcontrols-swipeview-wireframe.png + \image qtquickcontrols2-swipeview-wireframe.png \l SwipeView organizes content pages into a swipable strip. \section1 TabBar Control - \image qtquickcontrols-tabbar-wireframe.png + \image qtquickcontrols2-tabbar-wireframe.png \l TabBar organizes content pages into tabs. \section1 ToolBar Control - \image qtquickcontrols-toolbar.png + \image qtquickcontrols2-toolbar.png \l ToolBar is a container of application-wide and context-sensitive actions and controls. diff --git a/src/imports/controls/doc/src/qtquickcontrols2-customize.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-customize.qdoc index 4204de4b..a2929b26 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-customize.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-customize.qdoc @@ -43,13 +43,13 @@ \section3 Background - \image qtquickcontrols-busyindicator-background.png + \image qtquickcontrols2-busyindicator-background.png BusyIndicator has no background item by default. \section3 Content item - \image qtquickcontrols-busyindicator-contentItem.png + \image qtquickcontrols2-busyindicator-contentItem.png \snippet BusyIndicator.qml contentItem @@ -61,13 +61,13 @@ \section3 Background - \image qtquickcontrols-button-background.png + \image qtquickcontrols2-button-background.png \snippet Button.qml background \section3 Content item - \image qtquickcontrols-button-contentItem.png + \image qtquickcontrols2-button-contentItem.png \snippet Button.qml contentItem @@ -79,19 +79,19 @@ \section3 Background - \image qtquickcontrols-checkbox-background.png + \image qtquickcontrols2-checkbox-background.png CheckBox has no background item by default. \section3 Content item - \image qtquickcontrols-checkbox-contentItem.png + \image qtquickcontrols2-checkbox-contentItem.png \snippet CheckBox.qml contentItem \section3 Indicator - \image qtquickcontrols-checkbox-indicator.png + \image qtquickcontrols2-checkbox-indicator.png \snippet CheckBox.qml indicator @@ -103,19 +103,19 @@ \section3 Background - \image qtquickcontrols-checkdelegate-background.png + \image qtquickcontrols2-checkdelegate-background.png \snippet CheckDelegate.qml background \section3 Content item - \image qtquickcontrols-checkdelegate-contentItem.png + \image qtquickcontrols2-checkdelegate-contentItem.png \snippet CheckDelegate.qml contentItem \section3 Indicator - \image qtquickcontrols-checkdelegate-indicator.png + \image qtquickcontrols2-checkdelegate-indicator.png \snippet CheckDelegate.qml indicator @@ -128,25 +128,25 @@ \section3 Background - \image qtquickcontrols-combobox-background.png + \image qtquickcontrols2-combobox-background.png \snippet ComboBox.qml background \section3 Content item - \image qtquickcontrols-combobox-contentItem.png + \image qtquickcontrols2-combobox-contentItem.png \snippet ComboBox.qml contentItem \section3 Popup - \image qtquickcontrols-combobox-popup.png + \image qtquickcontrols2-combobox-popup.png \snippet ComboBox.qml popup \section3 Delegate - \image qtquickcontrols-combobox-delegate.png + \image qtquickcontrols2-combobox-delegate.png \snippet ComboBox.qml delegate @@ -158,13 +158,13 @@ \section3 Background - \image qtquickcontrols-dial-background.png + \image qtquickcontrols2-dial-background.png \snippet Dial.qml background \section3 Indicator - \image qtquickcontrols-dial-handle.png + \image qtquickcontrols2-dial-handle.png \snippet Dial.qml handle @@ -185,7 +185,7 @@ \section3 Background - \image qtquickcontrols-frame-background.png + \image qtquickcontrols2-frame-background.png \snippet Frame.qml background @@ -197,13 +197,13 @@ \section3 Background - \image qtquickcontrols-groupbox-background.png + \image qtquickcontrols2-groupbox-background.png \snippet GroupBox.qml background \section3 Label - \image qtquickcontrols-groupbox-label.png + \image qtquickcontrols2-groupbox-label.png \snippet GroupBox.qml label @@ -216,13 +216,13 @@ \section3 Background - \image qtquickcontrols-itemdelegate-background.png + \image qtquickcontrols2-itemdelegate-background.png \snippet ItemDelegate.qml background \section3 Content item - \image qtquickcontrols-itemdelegate-contentItem.png + \image qtquickcontrols2-itemdelegate-contentItem.png \snippet ItemDelegate.qml contentItem @@ -237,7 +237,7 @@ \section3 Background - \image qtquickcontrols-label-background.png + \image qtquickcontrols2-label-background.png Label has no background item by default. @@ -248,7 +248,7 @@ \section3 Content item - \image qtquickcontrols-menu-contentItem.png + \image qtquickcontrols2-menu-contentItem.png \snippet Menu.qml contentItem @@ -265,19 +265,19 @@ \section3 Background - \image qtquickcontrols-pageindicator-background.png + \image qtquickcontrols2-pageindicator-background.png PageIndicator has no background item by default. \section3 Content item - \image qtquickcontrols-pageindicator-contentItem.png + \image qtquickcontrols2-pageindicator-contentItem.png \snippet PageIndicator.qml contentItem \section3 Delegate - \image qtquickcontrols-pageindicator-delegate.png + \image qtquickcontrols2-pageindicator-delegate.png \snippet PageIndicator.qml delegate @@ -289,7 +289,7 @@ \section3 Background - \image qtquickcontrols-pane-background.png + \image qtquickcontrols2-pane-background.png \snippet Pane.qml background @@ -301,13 +301,13 @@ \section3 Background - \image qtquickcontrols-progressbar-background.png + \image qtquickcontrols2-progressbar-background.png \snippet ProgressBar.qml background \section3 Content item - \image qtquickcontrols-progressbar-contentItem.png + \image qtquickcontrols2-progressbar-contentItem.png \snippet ProgressBar.qml contentItem @@ -319,19 +319,19 @@ \section3 Background - \image qtquickcontrols-radiobutton-background.png + \image qtquickcontrols2-radiobutton-background.png RadioButton has no background item by default. \section3 Content item - \image qtquickcontrols-radiobutton-contentItem.png + \image qtquickcontrols2-radiobutton-contentItem.png \snippet RadioButton.qml contentItem \section3 Indicator - \image qtquickcontrols-radiobutton-indicator.png + \image qtquickcontrols2-radiobutton-indicator.png \snippet RadioButton.qml indicator @@ -343,19 +343,19 @@ \section3 Background - \image qtquickcontrols-radiodelegate-background.png + \image qtquickcontrols2-radiodelegate-background.png \snippet RadioDelegate.qml background \section3 Content item - \image qtquickcontrols-radiodelegate-contentItem.png + \image qtquickcontrols2-radiodelegate-contentItem.png \snippet RadioDelegate.qml contentItem \section3 Indicator - \image qtquickcontrols-radiodelegate-indicator.png + \image qtquickcontrols2-radiodelegate-indicator.png \snippet RadioDelegate.qml indicator @@ -369,19 +369,19 @@ \section3 Background - \image qtquickcontrols-rangeslider-background.png + \image qtquickcontrols2-rangeslider-background.png \snippet RangeSlider.qml background \section3 First Handle - \image qtquickcontrols-rangeslider-first-handle.png + \image qtquickcontrols2-rangeslider-first-handle.png \snippet RangeSlider.qml firstHandle \section3 Second Handle - \image qtquickcontrols-rangeslider-second-handle.png + \image qtquickcontrols2-rangeslider-second-handle.png \snippet RangeSlider.qml secondHandle @@ -393,13 +393,13 @@ \section3 Background - \image qtquickcontrols-scrollbar-background.png + \image qtquickcontrols2-scrollbar-background.png ScrollBar has no background item by default. \section3 Content item - \image qtquickcontrols-scrollbar-contentItem.png + \image qtquickcontrols2-scrollbar-contentItem.png \snippet ScrollBar.qml contentItem @@ -411,13 +411,13 @@ \section3 Background - \image qtquickcontrols-scrollindicator-background.png + \image qtquickcontrols2-scrollindicator-background.png ScrollIndicator has no background item by default. \section3 Content item - \image qtquickcontrols-scrollindicator-contentItem.png + \image qtquickcontrols2-scrollindicator-contentItem.png \snippet ScrollIndicator.qml contentItem @@ -429,13 +429,13 @@ \section3 Background - \image qtquickcontrols-slider-background.png + \image qtquickcontrols2-slider-background.png \snippet Slider.qml background \section3 Handle - \image qtquickcontrols-slider-handle.png + \image qtquickcontrols2-slider-handle.png \snippet Slider.qml handle @@ -448,25 +448,25 @@ \section3 Background - \image qtquickcontrols-spinbox-background.png + \image qtquickcontrols2-spinbox-background.png \snippet SpinBox.qml background \section3 Content item - \image qtquickcontrols-spinbox-contentItem.png + \image qtquickcontrols2-spinbox-contentItem.png \snippet SpinBox.qml contentItem \section3 Down indicator - \image qtquickcontrols-spinbox-down.png + \image qtquickcontrols2-spinbox-down.png \snippet SpinBox.qml down.indicator \section3 Up indicator - \image qtquickcontrols-spinbox-up.png + \image qtquickcontrols2-spinbox-up.png \snippet SpinBox.qml up.indicator @@ -509,13 +509,13 @@ \section3 Background - \image qtquickcontrols-swipedelegate-background.png + \image qtquickcontrols2-swipedelegate-background.png \snippet SwipeDelegate.qml background \section3 Content item - \image qtquickcontrols-swipedelegate-contentItem.png + \image qtquickcontrols2-swipedelegate-contentItem.png \snippet SwipeDelegate.qml contentItem @@ -525,7 +525,7 @@ \section3 Left, right, and behind - \image qtquickcontrols-swipedelegate.gif + \image qtquickcontrols2-swipedelegate.gif By default, there are no left, right, or behind items defined. @@ -550,19 +550,19 @@ \section3 Background - \image qtquickcontrols-switch-background.png + \image qtquickcontrols2-switch-background.png Switch has no background item by default. \section3 Content item - \image qtquickcontrols-switch-contentItem.png + \image qtquickcontrols2-switch-contentItem.png \snippet Switch.qml contentItem \section3 Indicator - \image qtquickcontrols-switch-indicator.png + \image qtquickcontrols2-switch-indicator.png \snippet Switch.qml indicator @@ -573,19 +573,19 @@ \section3 Background - \image qtquickcontrols-switchdelegate-background.png + \image qtquickcontrols2-switchdelegate-background.png \snippet SwitchDelegate.qml background \section3 Content item - \image qtquickcontrols-switchdelegate-contentItem.png + \image qtquickcontrols2-switchdelegate-contentItem.png \snippet SwitchDelegate.qml contentItem \section3 Indicator - \image qtquickcontrols-switchdelegate-indicator.png + \image qtquickcontrols2-switchdelegate-indicator.png \snippet SwitchDelegate.qml indicator @@ -610,7 +610,7 @@ \section3 Background - \image qtquickcontrols-textfield-background.png + \image qtquickcontrols2-textfield-background.png \snippet TextField.qml background @@ -621,7 +621,7 @@ \section3 Background - \image qtquickcontrols-toolbar-background.png + \image qtquickcontrols2-toolbar-background.png \snippet ToolBar.qml background @@ -633,13 +633,13 @@ \section3 Background - \image qtquickcontrols-toolbutton-background.png + \image qtquickcontrols2-toolbutton-background.png \snippet ToolButton.qml background \section3 Content item - \image qtquickcontrols-toolbutton-contentItem.png + \image qtquickcontrols2-toolbutton-contentItem.png \snippet ToolButton.qml contentItem @@ -651,13 +651,13 @@ \section3 Background - \image qtquickcontrols-tooltip-background.png + \image qtquickcontrols2-tooltip-background.png \snippet ToolTip.qml background \section3 Content item - \image qtquickcontrols-tooltip-contentItem.png + \image qtquickcontrols2-tooltip-contentItem.png \snippet ToolTip.qml contentItem @@ -671,19 +671,19 @@ \section3 Background - \image qtquickcontrols-tumbler-background.png + \image qtquickcontrols2-tumbler-background.png Tumbler has no background item by default. \section3 Content Item - \image qtquickcontrols-tumbler-contentItem.png + \image qtquickcontrols2-tumbler-contentItem.png \snippet Tumbler.qml contentItem \section3 Delegate - \image qtquickcontrols-tumbler-delegate.png + \image qtquickcontrols2-tumbler-delegate.png \snippet Tumbler.qml delegate */ diff --git a/src/imports/controls/doc/src/qtquickcontrols2-default.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-default.qdoc index daa063ed..8ff518f5 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-default.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-default.qdoc @@ -35,7 +35,7 @@ performance for Qt Quick Controls 2. It is built with a minimal amount of Qt Quick primitives, and keeps animations and transitions to the minimum. - \image qtquickcontrols-default.png + \image qtquickcontrols2-default.png The style is selected by default when running Qt Quick Controls 2 applications. It is built into the module's resources, so by default it is shipped with diff --git a/src/imports/controls/doc/src/qtquickcontrols2-delegates.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-delegates.qdoc index 40500e99..6275e6ba 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-delegates.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-delegates.qdoc @@ -40,14 +40,14 @@ \section1 ItemDelegate Control - \image qtquickcontrols-itemdelegate.gif + \image qtquickcontrols2-itemdelegate.gif \l ItemDelegate presents a checkable control that can be pressed and clicked by the user. \section1 RadioDelegate Control - \image qtquickcontrols-radiodelegate.gif + \image qtquickcontrols2-radiodelegate.gif \l RadioDelegate presents a checkable control that can be toggled on (checked) or off (unchecked). Radio delegates are typically used to select diff --git a/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc index 6b67c317..cf1ac057 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc @@ -39,20 +39,20 @@ \section1 BusyIndicator Control - \image qtquickcontrols-busyindicator.png + \image qtquickcontrols2-busyindicator.png \l BusyIndicator should be used to indicate activity. \section1 PageIndicator Control - \image qtquickcontrols-pageindicator.png + \image qtquickcontrols2-pageindicator.png \l PageIndicator is used to indicate the currently active page in a container of multiple pages. \section1 ScrollBar Control - \image qtquickcontrols-scrollbar.png + \image qtquickcontrols2-scrollbar.png \l ScrollBar is an interactive bar that indicates the current scroll position, and can be used to scroll to a specific position in a @@ -60,7 +60,7 @@ \section1 ScrollIndicator Control - \image qtquickcontrols-scrollindicator.png + \image qtquickcontrols2-scrollindicator.png \l ScrollIndicator is a non-interactive indicator that indicates the current scroll position in a \l Flickable. diff --git a/src/imports/controls/doc/src/qtquickcontrols2-input.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-input.qdoc index c9773a5f..16b14d51 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-input.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-input.qdoc @@ -40,44 +40,44 @@ \section1 ComboBox Control - \image qtquickcontrols-combobox.png + \image qtquickcontrols2-combobox.png \l ComboBox is used to select a value from a drop-down list. \section1 Dial Control - \image qtquickcontrols-dial.png + \image qtquickcontrols2-dial.png \l Dial is a circular dial that is rotated to set a value. \section1 TextArea Control - \image qtquickcontrols-textarea.png + \image qtquickcontrols2-textarea.png \l TextArea is a multi-line text editor. \section1 TextField Control - \image qtquickcontrols-textfield.png + \image qtquickcontrols2-textfield.png \l TextField is a single line text editor. \section1 Slider Control - \image qtquickcontrols-slider.png + \image qtquickcontrols2-slider.png \l Slider is used to select a value by sliding a handle along a track. \section1 RangeSlider Control - \image qtquickcontrols-rangeslider.png + \image qtquickcontrols2-rangeslider.png \l RangeSlider is used to select a range specified by two values, by sliding each handle along a track. \section1 Tumbler Control - \image qtquickcontrols-tumbler.png + \image qtquickcontrols2-tumbler.png \l Tumbler is a spinnable wheel of items that can be selected. */ diff --git a/src/imports/controls/doc/src/qtquickcontrols2-material.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-material.qdoc index afa207a9..2491eb43 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-material.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-material.qdoc @@ -48,7 +48,7 @@ {Google Material Design Guidelines}. It allows for a unified experience across platforms and device sizes. - \image qtquickcontrols-material.png + \image qtquickcontrols2-material.png \caption The Material style in light and dark themes \note The Material style is not a native Android style. The Material @@ -81,7 +81,7 @@ } \endqml \li - \image qtquickcontrols-material-button.png + \image qtquickcontrols2-material-button.png \endtable Both attributes can be specified for any window or item, and they automatically @@ -113,7 +113,7 @@ } \endqml \li - \image qtquickcontrols-material-dark.png + \image qtquickcontrols2-material-dark.png \endtable In addition to specifying the attributes in QML, it is also possible to diff --git a/src/imports/controls/doc/src/qtquickcontrols2-menus.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-menus.qdoc index c469da43..0eb93fdf 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-menus.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-menus.qdoc @@ -37,7 +37,7 @@ \section1 Menu Control - \image qtquickcontrols-menu.png + \image qtquickcontrols2-menu.png \l Menu is a traditional menu. */ diff --git a/src/imports/controls/doc/src/qtquickcontrols2-navigation.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-navigation.qdoc index afb82c53..6eb0c449 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-navigation.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-navigation.qdoc @@ -38,19 +38,19 @@ \section1 StackView Control - \image qtquickcontrols-stackview-wireframe.png + \image qtquickcontrols2-stackview-wireframe.png \l StackView provides a stack-based navigation model. \section1 SwipeView Control - \image qtquickcontrols-swipeview-wireframe.png + \image qtquickcontrols2-swipeview-wireframe.png \l SwipeView provides a swipe-based navigation model. \section1 TabBar and TabButton Controls - \image qtquickcontrols-tabbar-wireframe.png + \image qtquickcontrols2-tabbar-wireframe.png \l TabBar and \l TabButton provide a tab-based navigation model. */ diff --git a/src/imports/controls/doc/src/qtquickcontrols2-universal.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-universal.qdoc index cf0a7377..97e9bb2b 100644 --- a/src/imports/controls/doc/src/qtquickcontrols2-universal.qdoc +++ b/src/imports/controls/doc/src/qtquickcontrols2-universal.qdoc @@ -48,7 +48,7 @@ The Universal style has been designed to look good on all devices, from phones and tablets to PCs. - \image qtquickcontrols-universal.png + \image qtquickcontrols2-universal.png \caption The Universal style in light and dark themes \note The Universal style is not a native Windows 10 style. The Universal @@ -81,7 +81,7 @@ } \endqml \li - \image qtquickcontrols-universal-button.png + \image qtquickcontrols2-universal-button.png \endtable Both attributes can be specified for any window or item, and they automatically @@ -113,7 +113,7 @@ } \endqml \li - \image qtquickcontrols-universal-dark.png + \image qtquickcontrols2-universal-dark.png \endtable In addition to specifying the attributes in QML, it is also possible to -- cgit v1.2.3