summaryrefslogtreecommitdiff
path: root/examples/widgets/widgetwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prepare the directories to have more examples included.Jocelyn Turcotte2013-08-191-126/+0
| | | | | | | | | | | This also ajust the name to be consistent with other Qt examples. - Move nano browser one directory level down, also renaming them to match their target name - Remove the dashes from the target names - Rename the qtquick example directory to quick, matching the style in lib Change-Id: I4a5e31be0b919ae596eadbf731be52372ae61151 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* [Examples] Add Ctrl + L shortcut for testingPierre Rossi2013-07-311-0/+7
| | | | | | | It's quite convenient when one wants to test if navigating works. Change-Id: I89404df3a9a878701180fdd5b5144b46b3f68df5 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
* Move the icons into common.Zeno Albisser2013-07-031-9/+5
| | | | | | | | Use the same icons for the widgets and qtquick example. Remove the styling as it does not work on all platforms anyway. Change-Id: Iff59455689619ae45823eb835768d7c4fc75bd93 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Disable the back/forward buttons when appropriate.Zeno Albisser2013-06-181-2/+4
|
* Startup URL from command line argsPierre Rossi2013-06-181-1/+3
|
* Add initial API layer for widgets.Zeno Albisser2013-06-181-1/+12
|
* cleaner content margins for the nested layoutsPierre Rossi2013-06-181-1/+5
| | | | also remove QQUICKWEBENGINE env var
* Split out the example into two distinct onesPierre Rossi2013-06-171-0/+104
Cleaner than deciding on startup with an env variable