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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
