summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-04-15 12:12:20 (GMT)
committerJason Barron <jbarron@trolltech.com>2009-04-28 14:42:20 (GMT)
commitc4e2008731cd7c9df922921c52294f84205fccb9 (patch)
tree969814f41c4b51659029656cf6f002add050d707 /src/gui/kernel/qwidget_p.h
parent20a0448cfe6e683e8bc66d3bd62a0981067602f9 (diff)
downloadQt-c4e2008731cd7c9df922921c52294f84205fccb9.zip
Qt-c4e2008731cd7c9df922921c52294f84205fccb9.tar.gz
Qt-c4e2008731cd7c9df922921c52294f84205fccb9.tar.bz2
Fixes: Add support for translucent windows in Symbian.
Warning, this is completely untested! Details: This should (in theory) get translucent windows working but this hasn't been tested yet. The emulator environment seems to return only 16ColorMU display modes which implies the window is opague so Qt ignores the translucent flag. HW seems to create 16ColorMA windows, but it hasn't been tested there yet either (no time).
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r--src/gui/kernel/qwidget_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h
index ec64b6e..19f4b98 100644
--- a/src/gui/kernel/qwidget_p.h
+++ b/src/gui/kernel/qwidget_p.h
@@ -270,6 +270,10 @@ public:
void applyMaxAndMinSizeConstraints(int &w, int &h);
#endif
+#ifdef Q_WS_S60
+ void s60UpdateIsOpaque();
+#endif
+
void raise_sys();
void lower_sys();
void stackUnder_sys(QWidget *);