Extending tst_QFile::writeLargeDataBlock test
[qt-netbsd.git] / examples / designer / README
blobfb9443caed6c71cc23bb8a9246ceb5a9639caa35
1 Qt Designer is a capable graphical user interface designer that lets you
2 create and configure forms without writing code. GUIs created with
3 Qt Designer can be compiled into an application or created at run-time.
6 Some of the examples in this directory can be run from the example launcher;
7 others can only be used from within Qt Designer.
9 Documentation for these examples can be found via the "Tutorial and Examples"
10 link in the main Qt documentation.
12 Finding the Qt Examples and Demos launcher
13 ==========================================
15 On Windows:
17 The launcher can be accessed via the Windows Start menu. Select the menu
18 entry entitled "Qt Examples and Demos" entry in the submenu containing
19 the Qt tools.
21 On Mac OS X:
23 For the binary distribution, the qtdemo executable is installed in the
24 /Developer/Applications/Qt directory. For the source distribution, it is
25 installed alongside the other Qt tools on the path specified when Qt is
26 configured.
28 On Unix/Linux:
30 The qtdemo executable is installed alongside the other Qt tools on the path
31 specified when Qt is configured.
33 On all platforms:
35 The source code for the launcher can be found in the demos/qtdemo directory
36 in the Qt package. This example is built at the same time as the Qt libraries,
37 tools, examples, and demonstrations.