aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* ScrollIndicator: replace PNGs with GIFsMitch Curtis2016-10-061-1/+1
| | | | | | Change-Id: I04d55b0e2e089cb55c26b921409ff2e5e58f55d9 Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Improve CheckBox GIF and add RadioButton GIFMitch Curtis2016-10-061-2/+2
| | | | | | | | | - Make the presses a bit more obvious. - Remove unused QML/PNG files. Change-Id: Id5e64c737d4c2c72aeca953f8e876c287f5e426d Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* RangeSlider: update GIFs and replace PNGs with themMitch Curtis2016-10-061-1/+1
| | | | | | Change-Id: Iafc4c1b088cfa51aee7bf1a91c165b74bf2da599 Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* ScrollBar: replace PNGs with GIFsMitch Curtis2016-10-061-1/+1
| | | | | | Change-Id: I0c0f23b88c0ce36d43bc31321371508ec63c2903 Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Replace image state table with GIF in buttons docMitch Curtis2016-10-031-10/+1
| | | | | | Change-Id: I8b09b2e1c96fe2dec21bb0aa7b4f8ce4a2a862ab Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Doc: cleanup the mention of 'indicator' in 'Customizing ItemDelegate'J-P Nurmi2016-10-021-2/+2
| | | | | | | | | | The explicit mention 'indicator' in the ItemDelegate customization docs is a remainder from the early days when it still had a check indicator built into. Then at some point we decided to provide separate type of checkable delegates. Change-Id: I710318d3828ffae1ceb0877a67fe128460653bc1 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Popup: fix some of the documentation review findingsMitch Curtis2016-09-272-0/+28
| | | | | | Change-Id: I69b60faab1588a45e005ba721c9796680bad6ac1 Task-number: QTBUG-55904 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Doc: improve the .conf docsJ-P Nurmi2016-09-231-4/+5
| | | | | Change-Id: I4aa031fb14b232c102e94c5a5f1c5be2885ed2d4 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Doc: align "pre-defined colors" in the style docsJ-P Nurmi2016-09-132-35/+35
| | | | | | | | | | Original problem: the Universal.color() method docs was linking to the pre-defined colors of the Material style. Present the list of Universal style's pre-defined colors the same way it is done for the Material style, and disambiguate the two. Change-Id: I3f3df608e80ca5c24034e2d75398e3126cf32b2d Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Doc: update the list of supported Universal style env variablesJ-P Nurmi2016-09-131-0/+8
| | | | | Change-Id: I26de6f195750f640d9565a22d8004733ac1c4357 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Doc: add missing SplitView in the type comparison tableJ-P Nurmi2016-09-131-0/+3
| | | | | Change-Id: Idf2c7fb22be31e806fbd33875f199dd693ccfd9a Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Doc: highlight examples on the index pageJ-P Nurmi2016-09-121-1/+3
| | | | | | | | | | | | This looks nicer that an "Examples" section with a bullet list that only contains a lonely "Qt Quick Controls 2 Examples" link. Manually listing those two examples that we currently have in the 5.7 branch together with an "All Examples" link may seem a bit silly for the time being, but the idea is that later on we highlight a few examples manually and the rest are accessible through the "All Examples" link. Change-Id: I329d812b7d269de607fa141552e35bae76041176 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Doc: mention Material.elevation in the docsJ-P Nurmi2016-09-051-0/+11
| | | | | Change-Id: I514a784df656d2690c8c2cb285cec8d48102b3be Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Fix typo in deployment documentationMitch Curtis2016-08-241-1/+1
| | | | | Change-Id: If80bbdc82efed0451c27650d59c2bee5ad44c765 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Document that style attributes set in QML have precedence over settingsMitch Curtis2016-08-192-2/+4
| | | | | Change-Id: I88fbebfc672d4c8d398a45b5dfe0c61fa307a9e7 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Add SwipeDelegate to Delegate Controls documentationMitch Curtis2016-08-081-0/+7
| | | | | | Task-number: QTBUG-55174 Change-Id: I28397af09d6d4134a59449c76f15ec9a65cd9b4e Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Fix attached property linking for Material styleMitch Curtis2016-08-042-40/+40
| | | | | | | | | Both styles' documentation pages were using e.g. "accent-attached-prop", causing one to unintentionally link to the other. Change-Id: I19bf79781fd4a771ff7ddffeadf71e936d1a7b82 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Document Material.Shade and the related parameter of Material.color()Mitch Curtis2016-08-041-4/+49
| | | | | | Change-Id: Id6c4e2051587129d5f76d000be5786bb560efa3f Task-number: QTBUG-54269 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Add a link to style usage docs from individual pagesMitch Curtis2016-08-032-0/+6
| | | | | | | | There is a "Related Information" link already, but that's at the bottom of the page. Change-Id: If8fd83ea240eb146e5781b697ad924071aba4156 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* differences.qdoc: clarify Button.qml exampleMitch Curtis2016-07-191-2/+3
| | | | | | | | import "controls" was supposed to refer to a directory named "controls". Change-Id: I6e977354fa1ce01b1c14dda378d077b1003cb21a Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* SwipeDelegate: document which items can be used in left/right/behindMitch Curtis2016-07-111-0/+5
| | | | | | Task-number: QTBUG-54658 Change-Id: Ie8bb1fa6669c7dd1cd18199d01c773a1854edad4 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Document the equivalent of MenuBarMitch Curtis2016-06-171-0/+3
| | | | | | Task-number: QTBUG-54173 Change-Id: I740dcc0edd2d7abb617fef8249a03264df3418c2 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Doc: add missing link to "Container Controls" on the guidelines pageJ-P Nurmi2016-06-151-0/+2
| | | | | Change-Id: I27ad7904c3c099a1cfd4b0666a5d368a8ee748a1 Reviewed-by: Nico Vertriest <nico.vertriest@theqtcompany.com>
* Doc: Collect a list of guidelines pagesNico Vertriest2016-06-0710-0/+88
| | | | | Change-Id: Ie64486275b7fc39005cc6f86f33f04444474c07e Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Doc: Updated doc on usage Controls 2.Nico Vertriest2016-06-027-14/+81
| | | | | | Change-Id: If256dafc53d63b174b5cfd03eb91635e062d7c69 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Merge remote-tracking branch 'origin/5.7.0' into 5.7J-P Nurmi2016-05-305-22/+158
|\ | | | | | | Change-Id: Idbb9ab39b53136cd90c5c9ed564f02eaa0fb231b
| * Doc: update the "differences" pagesJ-P Nurmi2016-05-301-21/+103
| | | | | | | | | | | | | | | | | | Add missing types, use mdash instead of "no equivalent" to make it easier to spot the differences. Change-Id: Ic096bc7192929343b9546da8b198a3e9c1c9995e Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
| * Doc: fix misspelling in qtquickcontrols2-styles.qdocv5.7.0-rc1J-P Nurmi2016-05-281-1/+1
| | | | | | | | | | Change-Id: Ib24a8f431955a8653070e2746b51a6c82d0ce9a0 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| * Doc: add "see also" links between the stylesJ-P Nurmi2016-05-273-0/+6
| | | | | | | | | | Change-Id: If7977592783756855a81bdaee5875a630de143ad Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
| * Doc: Material.color() and Universal.color()J-P Nurmi2016-05-272-0/+48
| | | | | | | | | | Change-Id: I01bc1ec6ae769f8b6c9856b70a5305dfb361f1bc Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* | Doc: completed overview page popupsNico Vertriest2016-05-271-3/+32
|/ | | | | Change-Id: I6cf17b655b89ac588f1bc7700c50baaf9359af62 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Doc: add screenshots on the Styling Qt Quick Controls 2 -pageJ-P Nurmi2016-05-261-5/+40
| | | | | Change-Id: I8dfd4ead179ee790ac670a3cf9047109b357825e Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Doc: add missing \since 5.7 tagsJ-P Nurmi2016-05-252-2/+2
| | | | | Change-Id: Ie4680c5dfadc95278215b688f4fc28577f557933 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
* Fix grammar in position docsMitch Curtis2016-05-231-2/+2
| | | | | Change-Id: Ic185915af229bf598557bf6af0c23efc7f339447 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* SwipeDelegate: rename exposure to swipe, active to completeMitch Curtis2016-05-231-1/+1
| | | | | | | | | "swipe" is both shorter and easier to understand. "complete" is easier to understand. Task-number: QTBUG-53519 Change-Id: I87ecba4ac878f033111ee56fa618b80b227858a7 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Doc: updated doc on Qt Quick Controls2 buttons usageNico Vertriest2016-05-201-17/+103
| | | | | Change-Id: I818128293ea3f0bab4fce00ec8f5eedc9d4d694c Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* customize.qdoc: Use standalone snippetsMitch Curtis2016-05-101-391/+101
| | | | | | | | So that we don't refer to internal types, as these make copying and pasting snippets difficult. Change-Id: I6f3b943d2eed48beb7a64690c707924e2c5a8078 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Use a lowercase style name as a built-in file selectorJ-P Nurmi2016-05-101-1/+1
| | | | | | | | | | | Be consistent with lowercase platform name, and match with the examples in the docs. Change-Id: I33dcc65e720b80f61277efe0aa13caecda6714c4 Task-number: QTBUG-53203 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
* Fix grammar in style selector documentationMitch Curtis2016-05-051-1/+1
| | | | | Change-Id: I100c1442d6727123f2e2a956d450daf71cbfd9c8 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Fix TODO link in qtquickcontrols2-differences.qdocMitch Curtis2016-04-291-1/+2
| | | | | Change-Id: Ia832c180994dd3670005e239852c91916a7e25d0 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Doc: Disambiguate \l targets by providing additional parametersVenugopal Shivashankar2016-04-271-53/+53
| | | | | | | | | | | Using the "QML" parameter we narrow down the search to QML types and its members only, avoiding wrong links that lead to sections with the same title. Change-Id: Idc99b4d2214c14a6e3fd761e6c078df4e9374132 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com> Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com> Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Replace activeKeyFocus => visualFocus in 'Creating a Custom Style' docMitch Curtis2016-04-271-1/+1
| | | | | Change-Id: I73fcaf3d3be1f1de198af548ec93633d79a7e20a Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Doc: remove the calendar import from "Qt Quick Controls 2 QML Types"J-P Nurmi2016-04-271-9/+0
| | | | | | | | | Qt Labs Calendar is not part of the QtQuick Controls 2.0 QML module. It's a separate entity and remains experimental in Qt 5.7. It's linked as a related module from the index page. Change-Id: I505930973163abd3cc516ec7bc260787e383bcaa Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Doc: re-organize and cleanup the index pageJ-P Nurmi2016-04-271-18/+7
| | | | | | | | | | All QML types are already listed on the QML types page, so don't duplicate the list on the index page. This makes the index page much less crowded and more pleasant to browse, and easier to find the links to the important concepts etc. Change-Id: I8eaaed4c05b0738c92065a4c663abbc921dd22d3 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Doc: link to "Customizing Qt Quick Controls 2" from the index pageJ-P Nurmi2016-04-271-0/+1
| | | | | | Change-Id: I8016f13cec06ee327129d10075964cc35d7b9318 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Doc: fix qdoc warnings in "Customizing Qt Quick Controls 2"J-P Nurmi2016-04-271-4/+4
| | | | | | | | | | | These snippets are not complete QML documents that the QML parser understands, so use \code instead of \qml: qtquickcontrols2-customize.qdoc:88: warning: Unable to parse QML snippet: "Expected token `{'" at line 1, column 7 qtquickcontrols2-customize.qdoc:296: warning: Unable to parse QML snippet: "Expected token `{'" at line 1, column 14 Change-Id: I09351a268ad4401d26a09c19f06673fd4212075f Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Document how to create custom stylesMitch Curtis2016-04-261-0/+294
| | | | | | Change-Id: I8abdb2133e1ff66b317e93fa65ff1faa5266410b Task-number: QTBUG-51785 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
* Improve Drawer docsJ-P Nurmi2016-04-261-1/+1
| | | | | | | | | | | - Add a complete example of pushing the contents by applying a translation transformation. - In the popup group docs, use the "expanded" wireframe where the drawer is actually visible. - Add a note about system gestures on some platforms. Change-Id: Ice8285c8bed99ebfafca5aea7032621b770f3645 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Doc: add "Popup Controls" group pageJ-P Nurmi2016-04-251-0/+61
| | | | | Change-Id: I863b49f9dad875922a3a4262881e6cd8a32f4b18 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Make 'Usage' section of styles.qdoc easier to link toMitch Curtis2016-04-231-1/+1
| | | | | Change-Id: If96157e6331ab5c870b5d84e8297d386dd55bf6c Reviewed-by: J-P Nurmi <jpnurmi@qt.io>