~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to examples/itemviews/README

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Item views are widgets that typically display data sets. Qt 4's model/view
 
2
framework lets you handle large data sets by separating the underlying data
 
3
from the way it is represented to the user, and provides support for
 
4
customized rendering through the use of delegates.
 
5
 
 
6
 
 
7
The example launcher provided with Qt can be used to explore each of the
 
8
examples in this directory.
 
9
 
 
10
Documentation for these examples can be found via the Tutorial and Examples
 
11
link in the main Qt documentation.
 
12
 
 
13
 
 
14
Finding the Qt Examples and Demos launcher
 
15
==========================================
 
16
 
 
17
On Windows:
 
18
 
 
19
The launcher can be accessed via the Windows Start menu. Select the menu
 
20
entry entitled "Qt Examples and Demos" entry in the submenu containing
 
21
the Qt tools.
 
22
 
 
23
On Mac OS X:
 
24
 
 
25
For the binary distribution, the qtdemo executable is installed in the
 
26
/Developer/Applications/Qt directory. For the source distribution, it is
 
27
installed alongside the other Qt tools on the path specified when Qt is
 
28
configured.
 
29
 
 
30
On Unix/Linux:
 
31
 
 
32
The qtdemo executable is installed alongside the other Qt tools on the path
 
33
specified when Qt is configured.
 
34
 
 
35
On all platforms:
 
36
 
 
37
The source code for the launcher can be found in the examples/tools/qtdemo
 
38
directory in the Qt package. This example is built at the same time as the
 
39
Qt libraries, tools, examples, and demonstrations.