~ubuntu-branches/ubuntu/precise/python-qt4/precise-proposed

« back to all changes in this revision

Viewing changes to examples/declarative/ui-components/README

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell, Jonathan Riddell
  • Date: 2010-11-08 16:13:33 UTC
  • mfrom: (1.5.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108161333-0nec4wu0nz3wpf9r
Tags: 4.8.1-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Build against python-sip-dev 4.11.2
* Remove kubuntu_02_fix-scpk-and-flag-issue.diff merged upstream
* Install __init__.py into /usr/lib/python3.2/dist-packages/PyQt4,
  fixes Python 3 support
* Add QtDeclarative to python-qt4
* Add kubuntu_03_uiparser.diff from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
With Qt Declarative, it is easy to implement the UI components that you need
 
2
in exactly the way that you want. These examples demonstrate this by creating
 
3
a selection of user interface components where the look and feel has been
 
4
completely defined in a QML file.
 
5
 
 
6
The example launcher provided with PyQt can be used to explore each of the
 
7
examples in this directory. But most can also be viewed directly with the
 
8
QML viewer utility, without requiring compilation.
 
9
 
 
10
Documentation for these examples can be found via the Tutorials and Examples
 
11
link in the main PyQt documentation.
 
12
 
 
13
 
 
14
Finding the PyQt 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 "Examples and Demos" entry in the submenu containing PyQt4.
 
21
 
 
22
On all platforms:
 
23
 
 
24
The source code for the launcher can be found in the examples/demos/qtdemo
 
25
directory in the PyQt package.