[Development] QMainWindow doesn't have a titlebar when using DirectFB plugin on top of framebuffer.
Thiago Macieira
thiago.macieira at intel.com
Wed Jun 25 19:14:37 CEST 2014
Em qua 25 jun 2014, às 17:38:54, haithem rahmani escreveu:
> Hello,
>
> I'm running Qt-5.1.1 using DirectFB plugin that runs on top of famebuffer.
> Unlike Qt4 all examples are running without titlebar thus the main window
> can't neither be moved, nor resized nor closed.
>
> is this related to something missing in the DirectFB plugin or to the QPA
> architecture?
Are you talking about Qt 4 QPA or Qt 4 QWS?
QWS had a display server, which was responsible for the window decorations.
QPA has no such thing. The decorations need may need to be drawn client-side,
like they are on Wayland?
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list