summaryrefslogtreecommitdiffstats
path: root/examples/hidecheckbox
Commit message (Collapse)AuthorAgeFilesLines
* Change 'Checkable' element behaviorKatja Marttila2017-05-221-1/+1
| | | | | | | | Althogh 'Checkable' value is set to package, that can contain packages to install. Enabling the install of components using 'Checkable' value. Change-Id: I05d65fe2da65644872d46bdef3accd5e3f16ad31 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
* Doc: Hide Checkbox example added to overview listNico Vertriest2016-01-202-1/+1
| | | | | | | | Corrected issue with non-appearing example Task-number: QTBUG-50538 Change-Id: I5912e414c5de041be1bc60ceda79b8dfa5386f2f Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com>
* Allow defining non-checkable itemsKatja Marttila2016-01-189-0/+56
This change will introduce new element 'Checkable' for package. Setting checkable to false will hide checkbox. Useful if use case is to install one sub item instead of all sub items. Change-Id: I8c731e77353b6da539dddcecdc8495b28ef5f7ea Task-number: QTIFW-773 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>