aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtdesignstudio/examples/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Update Qt Design Studio tutorials to use a new stylev4.13.2Leena Miettinen2020-09-3021-54/+56
| | | | | | | Based on the first part of the tutorial. Change-Id: I169ea9bcd2707771fffce03a8f3678d1c73be0cd Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Update Qt Design Studio tutorial part 1Leena Miettinen2020-09-3014-49/+117
| | | | | | | | | | | - Explain basic Rectangle, Text, and Image types a bit more - Describe how to add gradients - Update info about asset handling Change-Id: Ia23187f647847a16edaab3706f8bf742f09f26b1 Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Update change from "+" to "Create New State" labelLeena Miettinen2020-09-0412-9/+8
| | | | | | | States view layout was also changed, so update screenshots. Change-Id: I0e4535add8720375e40fcf0e65b20061d94c5150 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Update info on using Custom Button wizard templateLeena Miettinen2020-08-175-77/+41
| | | | | | | | | ...to create buttons in Qt Design Studio Update some of the tutorial source files accordingly. Change-Id: Id8afc9bf66c30129701bf7951cbc48068137e145 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Fix menu paths to submenus and items that moved to View menuLeena Miettinen2020-06-303-3/+3
| | | | | | | | | The Views and Workspaces menus as well as some menu items were moved from Windows to View. Change-Id: I2e196c09f0e9e2bf8ef1623167ec3e87ed1f77f5 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Doc: Update entry-level tutorialsLeena Miettinen2020-06-264-92/+81
| | | | | | | Fixes: QDS-2304 Change-Id: Ib3417b40a19767d79b36bd920d21ae50b903a554 Reviewed-by: Aleksei German <aleksei.german@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Ensure QDoc finds Qt Design Studio examplesTopi Reinio2020-05-181-1/+1
| | | | | | | | | | The name of the example project directory must match with the project file name and the \example command argument. This is case sensitive on platforms other than Windows. Change-Id: Ie6fa6934ee444b42f024ebf00d6a9b20dfd6abce Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Doc: Remove link to non-existing tutorialLeena Miettinen2020-05-131-1/+0
| | | | | | | Part 5 is still a work-in-progress. Change-Id: I7c8cd07be3921b9fd36eeb913d9e393e6f15d895 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Fix terms used for Design mode viewsLeena Miettinen2020-05-064-42/+46
| | | | | | | | | | | | | The "canvas"/"scene"/"stage"/"working area" is called "Form Editor view". Library, Navigator, Projects, Properties, States, Text Editor, and Timeline are also their own views that can be organized as workspaces and open from the Windows menu. There are "tabs" only within views, and "panes" refers to output panes. Change-Id: I55898eef99b87245e4ab9b0163943725a90615a3 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Add Qt Design Studio example documentationLeena Miettinen2020-05-0647-0/+1022
| | | | | | | | | | | | | | From Qt Design Studio 1.4. Add .qdoc and .qmlproject files, quoted .qml files, and .png files. Edit the files as necessary to reflect changes in version 1.5 and to reduce image file size. Task-number: QDS-1519 Change-Id: I3bbdec0d3b4acf904c0008d1566dad13707e9851 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Replace "pane" with "view"Leena Miettinen2020-02-263-9/+9
| | | | | | | | ...for anything listed in Window > Views, except "Output Pane". Task-number: QTCREATORBUG-23582 Change-Id: I1a46de22657dd5779d693a5078b5aca8b1b57a37 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Doc: Add Qt Design Studio Manual sourcesLeena Miettinen2020-01-2035-0/+1194
To build the manual, switch to qtcreator\doc\qtdesignstudiodoc, run qmake, and then "make docs". The example documentation does not get built with this change. We need to decide whether to move the examples or fetch their docs from the other repository. Task-number: QDS-1487 Change-Id: Ic0a8c15b226eba8ac90686953568f3deaa000fb0 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>