forked from qt-creator/qt-creator
Don't show different news item while hovering mouse over it
Change-Id: I585a8aca2cfa689d3c5ce324c8330fb4c0bd7fef Reviewed-on: http://codereview.qt.nokia.com/994 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
@@ -117,6 +117,8 @@ Item {
|
|||||||
anchors.fill: column;
|
anchors.fill: column;
|
||||||
onClicked: Qt.openUrlExternally(link);
|
onClicked: Qt.openUrlExternally(link);
|
||||||
hoverEnabled: true;
|
hoverEnabled: true;
|
||||||
|
onEntered: timer.stop()
|
||||||
|
onExited: timer.restart()
|
||||||
id: mouseArea
|
id: mouseArea
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user