Re: [Development] Problem porting app from Qt4 to Qt5 with multiple X-screen

2015-02-10 Thread Friedemann Kleint
Hi, >Ok, now at least all widgets with a desktop widget as parent are created on the correct screen. But as soon as I open a child window (e.g. the file open dialog on my example) this is >created on the applications primary screen. Should I fill a bug report for this? Yes please, with a smal

Re: [Development] Problem porting app from Qt4 to Qt5 with multiple X-screen

2015-02-10 Thread Christian Ehrlicher
> Von: "Christian Ehrlicher" > Am 09.02.2015 um 15:35 schrieb Friedemann Kleint: > > Hi, > > > > >we've multiple X-screens configured (:0.0 ... :0.3) but Qt5 seems to > > have lost the ability to display something on another screen than the > > default > > > QMainWindow *wm = new QMainWindow(dw->s

Re: [Development] Problem porting app from Qt4 to Qt5 with multiple X-screen

2015-02-09 Thread Christian Ehrlicher
Am 09.02.2015 um 15:35 schrieb Friedemann Kleint: > Hi, > > >we've multiple X-screens configured (:0.0 ... :0.3) but Qt5 seems to > have lost the ability to display something on another screen than the > default > > QMainWindow *wm = new QMainWindow(dw->screen(1)); > > Change https://codereview

Re: [Development] Problem porting app from Qt4 to Qt5 with multiple X-screen

2015-02-09 Thread Friedemann Kleint
Hi, >we've multiple X-screens configured (:0.0 ... :0.3) but Qt5 seems to have lost the ability to display something on another screen than the default > QMainWindow *wm = new QMainWindow(dw->screen(1)); Change https://codereview.qt-project.org/#/c/105285/ for https://bugreports.qt.io/browse

[Development] Problem porting app from Qt4 to Qt5 with multiple X-screen

2015-02-09 Thread Christian Ehrlicher
Hi,   I'm trying to port a Qt4 application to Qt5. All works fine except two points: - we've multiple X-screens configured (:0.0 ... :0.3) but Qt5 seems to have lost the ability to display something on another screen than the default - embedding an application window into another application do