[Qt-interest] No cursor in QLineEdit embedded in QGraphicsView
Uwe Drechsel
vym at InSilmaril.de
Thu Feb 18 10:50:14 CET 2010
Hi,
I basically have several tabs, each containing a QGraphicsView. Problem:
Only the embedded LineEdits of the view in the first tab show the cursor
or allow setting the cursor e.g. with mouse.
In other tabs you have to position the cursor blindly via keyboard to
edit the text.
Test app attached, any hints?
Qt 4.5.3, openSUSE 11.2
Thanks
Uwe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.cpp
Type: text/x-c++src
Size: 1283 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100218/ef1f667d/attachment.bin
-------------- next part --------------
TEMPLATE = app
LANGUAGE = C++
CONFIG += qt warn_on debug
CONFIG += x86
HEADERS +=
SOURCES += t.cpp
TARGET = t
More information about the Qt-interest-old
mailing list