• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

anchorlayout/H29-May-2018-16192

basicgraphicslayouts/H29-May-2018-447174

collidingmice/H29-May-2018-406193

diagramscene/H29-May-2018-1,9341,146

dragdroprobot/H29-May-2018-780419

elasticnodes/H29-May-2018-972508

flowlayout/H29-May-2018-490244

padnavigator/H29-May-2018-1,208660

portedasteroids/H03-May-2022-3,0392,110

portedcanvas/H03-May-2022-1,260858

simpleanchorlayout/H29-May-2018-16783

weatheranchorlayout/H29-May-2018-324219

READMEH A D29-May-20181.2 KiB4126

graphicsview.proH A D29-May-2018756 2520

README

1Qt is provided with a comprehensive canvas through the GraphicsView
2classes.
3
4These examples demonstrate the fundamental aspects of canvas programming
5with Qt.
6
7
8The example launcher provided with Qt can be used to explore each of the
9examples in this directory.
10
11Documentation for these examples can be found via the Tutorial and Examples
12link in the main Qt documentation.
13
14
15Finding the Qt Examples and Demos launcher
16==========================================
17
18On Windows:
19
20The launcher can be accessed via the Windows Start menu. Select the menu
21entry entitled "Qt Examples and Demos" entry in the submenu containing
22the Qt tools.
23
24On Mac OS X:
25
26For the binary distribution, the qtdemo executable is installed in the
27/Developer/Applications/Qt directory. For the source distribution, it is
28installed alongside the other Qt tools on the path specified when Qt is
29configured.
30
31On Unix/Linux:
32
33The qtdemo executable is installed alongside the other Qt tools on the path
34specified when Qt is configured.
35
36On all platforms:
37
38The source code for the launcher can be found in the demos/qtdemo directory
39in the Qt package. This example is built at the same time as the Qt libraries,
40tools, examples, and demonstrations.
41