diff options
author | Thorbjørn Lund Martsum <tmartsum@gmail.com> | 2012-12-10 08:16:31 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-26 13:31:45 +0100 |
commit | 717a0a9d043bb5052930fa990865850e96a99eb5 (patch) | |
tree | b75ff6205a60211d9bbbdae45d8c10ff522e39dc /dist/changes-5.1.0 | |
parent | c56f73cc1e8f4a0a2d55d713b152548efcc595aa (diff) | |
download | qtbase-717a0a9d043bb5052930fa990865850e96a99eb5.tar.gz |
QGraphicsView - emit signal when rubber band changes.
The rubberBandRect function is nice to have, but this patch
makes it easier to track the rubber band by emiting a signal
on change.
That makes it easier (and less clumsy/hacky) to show information
related to the rubber band.
Change-Id: If65eb85d743a1804be3fdb823a821423411e9745
Reviewed-by: Andreas Aardal Hanssen <andreas@hanssen.name>
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'dist/changes-5.1.0')
-rw-r--r-- | dist/changes-5.1.0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0 index d8ac4efe2f..c9fdba2685 100644 --- a/dist/changes-5.1.0 +++ b/dist/changes-5.1.0 @@ -86,7 +86,7 @@ QtWidgets --------- - QGraphicsView: - * Added function rubberBandRect() + * Added function rubberBandRect() and signal rubberBandChanged. **************************************************************************** * Database Drivers * |