Re: [Development] Speaking about Icons.

2012-05-14 Thread Olivier Goffart
On Monday 14 May 2012 17:48:07 Olivier Goffart wrote: > On Monday 14 May 2012 17:05:46 Corentin Jabot wrote: > > Hi. > > > > The methods setWindowIcon are not yet implemented in Qt5. > > That concerns QWindow, QWidget and QApplication. > > > > I guess the reason for that is that QIcon is part of

Re: [Development] Speaking about Icons.

2012-05-14 Thread Olivier Goffart
On Monday 14 May 2012 17:05:46 Corentin Jabot wrote: > Hi. > > The methods setWindowIcon are not yet implemented in Qt5. > That concerns QWindow, QWidget and QApplication. > > I guess the reason for that is that QIcon is part of QtWidget and not QtGui. > QIcon seems not movable, it use a lot of Q

[Development] Speaking about Icons.

2012-05-14 Thread Corentin Jabot
Hi. The methods setWindowIcon are not yet implemented in Qt5. That concerns QWindow, QWidget and QApplication. I guess the reason for that is that QIcon is part of QtWidget and not QtGui. QIcon seems not movable, it use a lot of QWidget styles stuffs For that reason the not-implemented QWindow::