| 1 | Qt 4.5.1 is a bug-fix release. It maintains both forward and backward
|
|---|
| 2 | compatibility (source and binary) with Qt 4.5.0. For more details,
|
|---|
| 3 | refer to the online documentation included in this distribution. The
|
|---|
| 4 | documentation is also available online:
|
|---|
| 5 |
|
|---|
| 6 | http://doc.trolltech.com/4.5
|
|---|
| 7 |
|
|---|
| 8 | The Qt version 4.5 series is binary compatible with the 4.4.x series.
|
|---|
| 9 | Applications compiled for 4.4 will continue to run with 4.5.
|
|---|
| 10 |
|
|---|
| 11 | Some of the changes listed in this file include issue tracking numbers
|
|---|
| 12 | corresponding to tasks in the Task Tracker:
|
|---|
| 13 |
|
|---|
| 14 | http://www.qtsoftware.com/developer/task-tracker
|
|---|
| 15 |
|
|---|
| 16 | Each of these identifiers can be entered in the task tracker to obtain more
|
|---|
| 17 | information about a particular change.
|
|---|
| 18 |
|
|---|
| 19 | ****************************************************************************
|
|---|
| 20 | * General *
|
|---|
| 21 | ****************************************************************************
|
|---|
| 22 |
|
|---|
| 23 | General Improvements
|
|---|
| 24 | --------------------
|
|---|
| 25 |
|
|---|
| 26 | - Documentation and Examples
|
|---|
| 27 | * Added printing feature for the Spreadsheet demo.
|
|---|
| 28 | * [245675] Clarified the differences between QItemDelegate and
|
|---|
| 29 | QStyledItemDelegate.
|
|---|
| 30 | * [248752] Marked QPrintDialog::printer(), setPrinter() and addButton()
|
|---|
|
|---|