qt6-bb10/examples/graphicsview
Thiago Macieira ce17ca7791 QGraphicsItem::setAcceptsHoverEvents is deprecated, replace it
It is replaced by setAcceptHoverEvents (note the lack of s), even
though the original name made more sense -- "set (if this item)
accepts hover events".

Change-Id: Ia6137c0e37b0a5932836f1d08fb8fa436f736eed
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-06-26 04:18:22 +02:00
..
anchorlayout Fixed unused variable warning in anchorlayout example. 2012-05-19 01:45:04 +02:00
basicgraphicslayouts
boxes
chip QGraphicsItem::setAcceptsHoverEvents is deprecated, replace it 2012-06-26 04:18:22 +02:00
collidingmice
diagramscene
dragdroprobot Replace the QGraphicsItem deprecated transforming functions 2012-06-26 04:18:14 +02:00
elasticnodes
embeddeddialogs
flowlayout
padnavigator
portedasteroids
portedcanvas
simpleanchorlayout
weatheranchorlayout Replace the QGraphicsItem deprecated transforming functions 2012-06-26 04:18:14 +02:00
README
graphicsview.pro

README

Qt is provided with a comprehensive canvas through the GraphicsView
classes.

These examples demonstrate the fundamental aspects of canvas programming
with Qt.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.