aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Describe converting Qt Quick UI Prototypes to ApplicationsLeena Miettinen2019-01-161-2/+2
| | | | | | | | | | | | Qt Quick UI Prototype projects (.qmlproject) are used in Qt Design Studio, but they must be converted to Qt Quick Application projects for building and running them in Qt Creator. Add example files and quote code from them. Task-number: QDS-357 Change-Id: Ib0bf1b342ec54faeca108e5586389730a85b5116 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Replace title with HTML filename as value of \contentspageLeena Miettinen2018-07-123-6/+6
| | | | | | | To make links work if the title changes. Change-Id: Icf516e74c68efc3b26689aaec27f28ee7ae51ce3 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Use the \QC macro also for UI controlsLeena Miettinen2018-06-191-1/+1
| | | | | | | Seems to work within the \uicontrol command. Change-Id: I73769609091f88be9495410c50bce5296c1144f3 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Fix the path to the Kits optionsLeena Miettinen2018-04-251-3/+3
| | | | | | | | Kits is now a top-level category in Options, with tabs for Kits, Qt Versions, Compilers, Debuggers, Qbs, and CMake. Change-Id: I7f3b37550d47dadb76cb3454cdd4bd0b115eb986 Reviewed-by: hjk <hjk@qt.io>
* Doc: Add licenses to .qdocinc filesLeena Miettinen2017-02-131-0/+31
| | | | | Change-Id: Ia20fe2605a6255af24d4334d8289531aaa262511 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Doc: Replace the last references to OS X with \macos or macOSLeena Miettinen2016-08-181-1/+1
| | | | | | | The API docs still contain references to OS X. Change-Id: I622eb4d2c79f3162f5dc95e04be262d628c8d7b9 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
* Doc: Introduce a macro \macos to adapt to upcoming renamingshjk2016-08-032-9/+9
| | | | | | | | | Start with an initial value 'macOS' and use in uncontroversial places in the docs. Some explicit references to older versions are untouched in this patch. Change-Id: Ibea4115c45fc2ff2c9a0518d92797df26fd4138f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Use icons from source in the manualLeena Miettinen2016-05-031-1/+1
| | | | | | | | | | | | | | | | This removes the need to take screenshots of icons. - Add icon source directories for the .qdocconf file - Remove screenshots of icons from doc\images (except completion icons) - Copy images that do not have unique names from src or libs to \docs\images - Create images that use overlays and update them in docs\images - Fix paths and filenames in \inlineimage commands - Fix text where one screenshot was replaced by two icons Change-Id: Ib98206890bd15a843566de8d709e45487c70dfbd Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-194-32/+60
| | | | | | | | * Update license in documentation files. Stay at FDL, but update URLs as well as license for examples, etc. Change-Id: I5e8cb5a20f0e9d52fba1d937b7c73197d69dd747 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Doc: Correct paths for designer plugins on OS XEike Ziller2015-09-071-2/+2
| | | | | Change-Id: Ia0ebd0539513d38acd97e834465cc3ea6da90a6e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Doc: update paths to Qt Designer pluginsLeena Miettinen2015-08-041-10/+11
| | | | | Change-Id: I6f07633322ec87c7358e1afc70670f295491722a Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Doc: update the mobile application tutorialLeena Miettinen2015-06-301-1/+1
| | | | | | | | | | | | | | Update text to match the template and UI. Use the \example command instead of \page to have qdoc generate HTML files from the example files. This requires also adding the .pro file. Add an SVG image to the sources and link to it from the text. Change-Id: Ib90798386ee082c9ea2a405b33a4f2a5996a9d2a Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Doc: update the Qt Quick Application tutorialLeena Miettinen2015-06-261-1/+1
| | | | | | | | | | | To match the changes in the application templates and the Qt Quick Designer UI. Use the \example command to create an HTML of the example QML file. Change-Id: I4da7d5f3f14ae7a1e9597204cb9dbcd54c4127cd Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Update LicenseEike Ziller2015-01-164-8/+8
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Doc: fix broken links to Qt 5 reference docsLeena Miettinen2015-01-071-1/+1
| | | | | | | | Some titles had changed and the hash mark references do not seem to work anymore. Change-Id: I4ebb877a483eff0a11c32932cc84b6e15935dcec Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Doc: use \uicontrol command instead of \gui macroLeena Miettinen2014-12-123-74/+74
| | | | | Change-Id: Idc898b6ac70b6d3186d353086b5f3e45830d1f83 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Doc: add platform notes for the UILeena Miettinen2014-12-111-2/+3
| | | | | | | | | | The manual usually uses the Windows/Linux names and locations for functions and dialogs. Add information to help OS X users to follow the instructions. Task-number: QTCREATORBUG-13626 Change-Id: I7e91b1d52ab580d89feae8564240e759845260e9 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Doc: replace "Applications" with "Application"Leena Miettinen2014-11-191-1/+1
| | | | | | | | The string was changed in the wizard. Update screenshots. Change-Id: I6cd8f664a6aea69eff6c5302a42e32b1f5321ddf Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Doc: fix link to OS X deployment page in Qt docsLeena Miettinen2014-09-191-3/+3
| | | | | | | | And replace some remaining "Mac" or "Mac OS X" strings with "OS X". Change-Id: I8ae1697a23e69fb840890c1d10887ddbe86a3c98 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: Clear a number of documentation warningsTopi Reinio2014-09-102-6/+112
| | | | | | | | | | | | | | | | QDoc gets confused about the contents of doc_src_plugins.qdoc, mistaking some of its code for QDoc commands. To work around this problem, change the file to be a qdoc include file, wrap the code blocks with \badcode, and refer to them using \include. Using \badcode will also turn off code highlighting and autolinking, something that is not desired for these code snippets. Change-Id: I6c3b65ef098ec6f6f06892d78a3abb38e0d28ca3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Documentation: Adjust after removal of the "Locked" view optionshjk2014-07-231-12/+1
| | | | | Change-Id: I45c6030e3c7f6f79dedfd095110f0514691a2756 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: replace "Mac OS (X)" with "OS X"Leena Miettinen2014-05-062-5/+5
| | | | | | Change-Id: I77f1cbbfc17d759d1587caf2a25a53498848e2ca Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: change filename and page name to match titleLeena Miettinen2014-04-031-1/+1
| | | | | | | | | | The Android app tutorial is now a more generic mobile app tutorial, so it was moved to qtquick folder and renamed as creator-mobile-app-tutorial.qdoc. The page name (HTML) was also changed accordingly. Change-Id: I749f45a611b32204e5551884238f79d3d3b639fa Reviewed-by: Sergio Ahumada <sahumada@blackberry.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: Use the page title for linking to index.htmlTopi Reinio2014-03-173-3/+3
| | | | | | | | | | | | | | | Because the Qt Creator documentation depends on Qt reference docs for linking, qdoc will generate a collision page for index.html as it exists in both. This change prevents linking to the collision page in the navigation links by using the page title as the link target instead of the file name. Task-number: QTCREATORBUG-11035 Change-Id: I5638e09b60543dc2068b0e4a269f8f72d4655b48 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: don't use the term SDK in connection with QtLeena Miettinen2014-03-141-3/+3
| | | | | | | | | | | Replace with "Qt distributions" or "installers" or rewrite in some other way. Remove references to installing Qt 4 SDK, because it is no longer available for downloading. Change-Id: I291f82702e21d953f2efbb0e634d6454b4bc17b9 Reviewed-by: hjk <hjk121@nokiamail.com>
* Incremented year in copyright infoRobert Loehning2014-01-083-3/+3
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Doc: fix a broken link Qt reference docsLeena Miettinen2013-11-281-1/+1
| | | | | | | | "Deploying an Application on Mac OS X" has been renamed to "Qt for Mac OS X - Deployment". Change-Id: Idea88e83dd6ea6fd2e25fd4093c2e2cd27f632f7 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: fix punctuation in "Developing Widget Based Applications"Leena Miettinen2013-11-261-1/+1
| | | | | Change-Id: Ie7ffd2eec5ac821811bef7e886e1c25da24b25c9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: use cross-linking to Qt module documentationLeena Miettinen2013-11-263-14/+7
| | | | | | | | | | | | | | | | Replace links to "\l{http://qt-project.org/doc/" with links to topic titles. Remove links where QDoc creates them automatically based on the .index files. Add the .index files for the modules that are discussed in the Qt Creator Manual. Note: the links will only be generated if the Qt used to build the docs contains the linked modules and documentation (.index file) has been generated for them. Change-Id: Ibe624bf3773e7c854c03ebba4db406be0b4a7b90 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Doc: move Qt Designer info to Qt Designer topicLeena Miettinen2013-11-051-0/+6
| | | | | | | | | This information looks a bit out of place on the landing page where we make a distinction between Qt Designer and Qt Qt Quick Designer. Change-Id: Ie8b7cb678c1ecc293f74bc43252536b550649b88 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Doc: replace Qt GUI Application with Qt Widgets ApplicationLeena Miettinen2013-10-221-1/+1
| | | | | | | | | | | Qt GUI application could also be a Qt Quick application. Update screenshots. Task-number: QTCREATORBUG-10263 Change-Id: I8c0dd34e1222c3b42fddaf3f562e402490ce1037 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Doc: tutorial for developing an Android appVenugopal Shivashankar2013-08-021-1/+1
| | | | | | | | | | | This tutorial explains how to create an app that uses Qt Sensors QML module to move an SVG image based on the changing accelerometer values. Change-Id: Id4d9c8b389c5b8ebb330c6dba2dee783a475ba17 Reviewed-by: Topi Reiniö <topi.reinio@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: switch fixed links from Qt 4.8 to 5.0Leena Miettinen2013-03-133-9/+9
| | | | | | | | Will look into changing automatically created links in another patch. Change-Id: I29b61c5301402c40d9e711762a6b57479088152b Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: use prepositions more consistently: "deploy to"Leena Miettinen2013-03-061-1/+1
| | | | | Change-Id: Icf84c96b7cb300ab7d208b6b4f13276ba0b3d143 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: replace deprecated QDoc commandsLeena Miettinen2013-02-064-65/+65
| | | | | | | | | | The \i and \o commands were replaced with \li and \bold was replaced with \b in QDoc for Qt 5. The \input command was replaced with \include in the docs. Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-293-3/+3
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Avoid pulling in "Extending Manual" into Qt Creator manual.Eike Ziller2012-12-172-11/+11
| | | | | | | | | | With Qt5, qdoc finds the doc/api/*.qdoc files if the examplesdir points to doc/, leading to the two toplevel index.html files ending up within qtcreator.qch Change-Id: I4ac3c1447c6924c4e292024919d52ddb97e1f8cc Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Adjust license headershjk2012-10-053-12/+9
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Doc: added some Mac OS commandsLeena Miettinen2012-10-051-11/+14
| | | | | | | The screenshots are now taken with a Mac and the text looked wrong. Change-Id: I3b2358255eee752cdb6b0a21b7fb802916011771 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Device type + tool chain + other settings -> KitEike Ziller2012-09-041-5/+5
| | | | | | | We called that "Target" before Change-Id: Ie0d673c643947c26ac2706907f6250fc1739388a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Doc: some cleanup after the Symbian target removalLeena Miettinen2012-08-231-0/+1
| | | | | | | | | Fix next and previous links, remove links to obsolete topics, add a note about removed Symbian support. Change-Id: I585e3cf868df6310c06465ea826c29d1b977e188 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Doc: fix the link to match the topic titleLeena Miettinen2012-08-221-1/+1
| | | | | Change-Id: I9e08a308409e0a604a98ef069d8604e523be6f11 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Removal of Symbian supportAlessandro Portale2012-08-221-1/+0
| | | | | | | | | | | | | | | | | Qt Creator's support for Symbian was at its peak in version 2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6. It is most likely rotten. Let's remove it! Also, the Symbian support code was spread throughout the whole Qt Creator code base. The plugin interfaces evolved in the meantime and target platforms like Android or QNX have 99% of their code in separate plugins. In case anyone wants to revive Symbian support in Qt Creator, please create a plugin for it. Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* Doc: switch links to point to qt-project.orgLeena Miettinen2012-08-223-7/+8
| | | | | Change-Id: I136a28697c0b7aba03227387c5ce2e106c52708a Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Doc: target optionsLeena Miettinen2012-08-151-2/+3
| | | | | | | Related changes to tool chains and Qt versions. Change-Id: I3a1923f8dd84321dd78c969d14c15c52b17d5ae2 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Contact -> qt-project.orgEike Ziller2012-07-193-9/+3
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Doc: update paths to creating Qt GUI appsLeena Miettinen2012-03-141-1/+1
| | | | | | | Update all screen shots Change-Id: I7b9cc80a8fa3e84883c1ca4001dae4fe6b6fb3c3 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* Doc: change the copyright year to 2012Leena Miettinen2012-01-263-3/+3
| | | | | Change-Id: I31e5f412ec2d4c371382e00503b7ebf5cc57ba02 Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
* Doc: restructure doc according to developer workflowLeena Miettinen2011-12-132-11/+4
| | | | | | | | Add and remove illustrations. Add landing pages. Change-Id: I927d62aee9dc43814ef7f4d7424a83eee2af156b Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
* Doc: remove tutorial and exampleLeena Miettinen2011-11-142-292/+1
| | | | | | | | | | Using Qt widgets to create UI for mobile applications is not recommended. Task-number: QTCREATORBUG-6484 Change-Id: I6d1f267bcf8da5864d8df73ca03bd48f4f7581ad Reviewed-by: Aleksi Uotila <aleksi.uotila@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>