aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Describe adding the import pathLeena Miettinen2019-06-181-0/+1
| | | | | | | | Also add the import path to the example main.cpp file. Task-number: QDS-805 Change-Id: I990e5dc364d610a4cef5697b3355147f9e5fcde1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Describe converting Qt Quick UI Prototypes to ApplicationsLeena Miettinen2019-01-167-0/+403
| | | | | | | | | | | | 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: Update Accelerate Bubble example to use the Swipe wizardLeena Miettinen2017-11-078-88/+127
| | | | | Change-Id: I6f3d88788707c4ecd18c327c9145529ec0bd8fc6 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Update the Transitions example to use the Swipe wizardLeena Miettinen2017-11-078-49/+278
| | | | | Change-Id: I17e6d8ddba96d28ea8f533d5993f8665fd380ca0 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Remove Qt Quick UI Forms example and tutorialLeena Miettinen2017-02-1414-1186/+0
| | | | | | | | | It uses types that do not exist in Qt Quick Controls 2, and Qt Creator version 4.3 no longer has a wizard for using the older controls. Change-Id: I42884ca75eefe957493fcb47d6b243a93341b79c Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Update Qt Quick app tutorialLeena Miettinen2017-02-077-89/+119
| | | | | | | The wizard and UI have changed. Change-Id: I43d9101abdcfec362746b069509293df2317ae99 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Doc: Update accelbubble example to use Qt Quick Controls 2Leena Miettinen2016-12-168-63/+138
| | | | | | Change-Id: I946e9cb31517f602ce07fe1967a87bfdf9bd79b0 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-091-0/+1
|\ | | | | | | | | | | | | | | | | Conflicts: src/plugins/autotest/testcodeparser.cpp src/tools/clangbackend/ipcsource/clangbackendclangipc-source.pri tests/unit/unittest/unittest.pro Change-Id: I9db4fbea6ea7c9fdd0d8e1703735af20c92e754b
| * Doc: Add QT option to .pro fileLeena Miettinen2016-05-041-0/+1
| | | | | | | | | | | | | | | | ...to be able to build the example. Change-Id: If79b5e5cf95e6e67c3c6c22583a047e427fb741a Reviewed-by: Niels Weber <niels.weber@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-204-231/+85
|\| | | | | | | | | | | | | | | Conflicts: src/plugins/projectexplorer/session.cpp src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp Change-Id: I6946139f5e5fa3a9cdbb322fd50be248e2c0133f
| * Doc: update the Transitions exampleLeena Miettinen2016-04-204-231/+85
| | | | | | | | | | | | | | ...to use the new Qt logo Change-Id: I111d070c2ae40b71e650d78bd15d360328b474e3 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* | Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
|/ | | | | | | Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1921-81/+300
| | | | | | | | * 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: update mobile app tutorial to use UI formsLeena Miettinen2015-11-106-73/+244
| | | | | | | | Added the main.cpp file and .qrc file so that the example can be built and run without modifications by users. Change-Id: Ie74f78102d16b5a514f4c6156ea0558c157c0444 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Doc: update the Transitions example to use UI formsLeena Miettinen2015-11-037-177/+247
| | | | | | | | | Move the instructions for creating the project into an include file that can be used for all Qt Quick Application tutorials. Change-Id: I02385f68f23ef2d3ee98b754344781ae1819203c Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Doc: update the mobile application tutorialLeena Miettinen2015-06-303-16/+40
| | | | | | | | | | | | | | 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-263-10/+120
| | | | | | | | | | | 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>
* Doc: add UI Forms tutorialLeena Miettinen2015-06-2614-0/+1076
| | | | | | | Based on the Qt Quick Controls UI Forms example. Change-Id: Iec42b7559161f980e4f482c63bfc40a22f5e77f8 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Update LicenseEike Ziller2015-01-164-12/+12
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Doc: update accelbubble example source fileLeena Miettinen2014-11-211-0/+4
| | | | | | | | To reflect changes in the template. Hide license header from the docs. Change-Id: Ib703f5a8c17ef210a14c684caa8ba9ecf8936839 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Doc: Clear a number of documentation warningsTopi Reinio2014-09-101-93/+0
| | | | | | | | | | | | | | | | 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>
* Doc: update Accelbubble exampleLeena Miettinen2014-04-241-0/+3
| | | | | | | | The app could not recover from receiving a NaN value from the Accelerometer, so NaN values are ignored. Change-Id: Ia33d800f7fe080e07dcf327c26b3772e994793bf Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* Doc: update the Qt Quick app tutorialLeena Miettinen2014-04-111-87/+83
| | | | | | | | | | | | The wizard in 3.1 uses a Window QML type instead of a Rectangle, which means that states must be placed within a statusGroup. The example can no longer be built from Qt Quick 1 elements. Replaced \snippet commands with \quotefromfile commands. Change-Id: Ia2cec2b8b638913a2b9b2e27b36e6f2f1ffc4a49 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com> Reviewed-by: Marco Bubke <marco.bubke@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: Delete obsolete doc examplesLeena Miettinen2014-04-0146-4092/+0
| | | | | | | | The tutorials that were based on the Addressbook and Battery Status examples have been removed from the manual. Change-Id: I3eb55e40d652205d66ebe9e901736d1971809186 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Doc: update the Android tutorial to also cover iOSLeena Miettinen2014-04-011-42/+54
| | | | | | | | | | Rename as "Creating a Mobile Application". Add the steps necessary for deploying to iOS devices. Fix the link in the Tutorials tab in the Welcome mode. Change-Id: Ie72bf087c789d8d1299b9b5ac19ad732da534012 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-0833-33/+33
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Doc: update the Qt Quick app tutorialLeena Miettinen2013-11-071-3/+0
| | | | | | | Update screenshots. Change-Id: I1b5ff02464cfe922cd2a75d936327c632e744828 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Doc: update the Android tutorialLeena Miettinen2013-10-291-0/+103
| | | | | | | | | | | Use the Qt Quick Controls application wizard to streamline the process. Remove snippet files and store compilable example code in doc/examples. Do not store generated files. Change-Id: I920484e84b2ef23bce9e77a7b0eddf963fe94552 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
* Doc: fixed issues in the Qt Quick app tutorialLeena Miettinen2013-06-131-0/+1
| | | | | | | | Added missing spaces, fixed a link to Qt 5 docs, and added a missing line of example code. Change-Id: Ic7305aa6b44b7b9edf33a6828d965ab84289e353 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: update the tutorial app to Qt Quick 2Leena Miettinen2013-03-064-34/+1
| | | | | Change-Id: I9fafe7471567ed9cffae9e86a6c7e15069b683cb Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-2932-32/+32
| | | | | Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Adjust license headershjk2012-10-0532-157/+125
| | | | | Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Removal of Symbian supportAlessandro Portale2012-08-224-182/+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>
* Contact -> qt-project.orgEike Ziller2012-07-1934-36/+34
| | | | | Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Doc: update the Qt Quick tutorial (built-in) elementsLeena Miettinen2012-03-091-1/+1
| | | | | | | Update all screenshots. Change-Id: Ib3f07b940f4121caa5ff567d070c448b81e2f124 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
* Removed module names from #include directives.Erik Verbruggen2012-02-155-7/+7
| | | | | | | | Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Remvoe license from BatteryStatus.proDaniel Teske2012-01-271-35/+0
| | | | | | | No other .pro file has a license. Change-Id: I2598606d0160b07db969eb849498f07ba62f9f2f Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
* Long live the king!hjk2012-01-2635-35/+35
| | | | | Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Doc: add example code to the tutorialLeena Miettinen2011-11-161-0/+11
| | | | | | Task-number: QTCREATORBUG-6540 Change-Id: I4b5f7e73ee49e03621a9461d037e13c251959e84 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
* Doc: remove tutorial and exampleLeena Miettinen2011-11-1415-691/+0
| | | | | | | | | | 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>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0338-39/+39
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Doc: update example to use Qt Mobility API 1.2Leena Miettinen2011-11-012-47/+42
| | | | | | | Task-number: QTCREATORBUG-6270 Change-Id: I2c65d7ec2df856ed0145468be1497b7dc5ac76a1 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Doc: add source for Transitions exampleLeena Miettinen2011-08-304-0/+166
| | | | | | | Change-Id: I20e477be4cad782dac3946f18c3067a45579388e Reviewed-on: http://codereview.qt.nokia.com/3816 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* Doc: fix the Battery Status example codeLeena Miettinen2011-07-224-0/+277
| | | | | | | | | | Add example source files to the repository and use snippets in the doc. Change-Id: I7ce13c2d5d0994a92d1b001e19af28aec8049e8e Reviewed-on: http://codereview.qt.nokia.com/2030 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
* Replace qt-info@nokia.com with info@qt.nokia.comhjk2011-07-061-1/+1
| | | | | | | Change-Id: I61e7cf189a1c4ea04e2a88a80a4f15e43cd3c018 Reviewed-on: http://codereview.qt.nokia.com/1187 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* fix krazy warningshjk2011-04-191-4/+4
|
* Update license.hjk2011-04-1334-40/+34
|
* examples: fix some krazy warningshjk2011-03-046-6/+6
|
* Merge remote branch 'origin/2.1'con2011-03-021-1/+1
|\ | | | | | | | | | | Conflicts: src/plugins/debugger/qml/qmlengine.cpp src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp
| * Doc: include correct header fileLeena Miettinen2011-02-231-1/+1
| | | | | | | | | | | | Task-number: QTCREATORBUG-3844 Reviewed-by: Niels Weber