summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/kernel.pri
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-10-20 08:39:56 (GMT)
committerAlexis Menard <alexis.menard@nokia.com>2009-10-20 08:45:47 (GMT)
commita210a1efb3a255235ab22e618c61d0aaccba3d9f (patch)
treec6842a515fd54ecdcd961a6c4d49180fd0966267 /src/gui/kernel/kernel.pri
parent93550050f4fe4f411bfbd80d7b30ff5bc8a20df7 (diff)
downloadQt-a210a1efb3a255235ab22e618c61d0aaccba3d9f.zip
Qt-a210a1efb3a255235ab22e618c61d0aaccba3d9f.tar.gz
Qt-a210a1efb3a255235ab22e618c61d0aaccba3d9f.tar.bz2
QToolButton popup menu is shown at wrong position when embedded in a
QGraphicsView. The main problem here is that QWidget assume that they are in the screen somewhere, which means inside the available geometry provided by QDesktopWidget. But in QGraphicsView the button can be in a position that is way bigger than the screen resolution. Lot of widgets make this assumption when positionning subpopups or submenus. Instead of applying the same code on tons of QWidgets, it's better to have an helper function in desktop widget which catch this case. It's not pretty (since it has nothing to do with QDesktopWidget) but we don't have better solution. Task-number:QTBUG-3822 Reviewed-by:brad
Diffstat (limited to 'src/gui/kernel/kernel.pri')
-rw-r--r--src/gui/kernel/kernel.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/kernel.pri b/src/gui/kernel/kernel.pri
index 53c2611..8859358 100644
--- a/src/gui/kernel/kernel.pri
+++ b/src/gui/kernel/kernel.pri
@@ -84,6 +84,7 @@ SOURCES += \
kernel/qgesturerecognizer.cpp \
kernel/qgesturemanager.cpp \
kernel/qsoftkeymanager.cpp \
+ kernel/qdesktopwidget.cpp \
kernel/qguiplatformplugin.cpp
win32 {