Re: [Interest] Turn off default window hints in X11 using Qt5

2013-08-05 Thread Thiago Macieira
On terça-feira, 9 de julho de 2013 11:04:19, Ramakanthreddy Kesireddy wrote: > please let me know if there is any solution in Qt5.1.0 to turn off > title,minimize,maximize and close button hints so that we can see > application on LCD without window hints. > > Due to the application window hints,

Re: [Interest] Turn off default window hints in X11 using Qt5

2013-06-21 Thread Ramakanthreddy_Kesireddy
f of Ramakanthreddy_Kesireddy [ramakanthreddy_kesire...@mahindrasatyam.com] Sent: Thursday, May 09, 2013 12:15 PM To: interest@qt-project.org Subject: [Interest] Turn off default window hints in X11 using Qt5 Hi , My application uses QQuickview which is a QWindow in Qt5.0. I would like to turn off default wi

Re: [Interest] Turn off default window hints in X11 using Qt5

2013-05-09 Thread Pritam Ghanghas
eddy [ramakanthreddy_kesire...@mahindrasatyam.com] Sent: Thursday, May 09, 2013 12:15 PM To: interest@qt-project.org Subject: [Interest] Turn off default window hints in X11 using Qt5 Hi , My application uses QQuickview which is a QWindow in Qt5.0. I would like to turn off default window hints like t

[Interest] Turn off default window hints in X11 using Qt5

2013-05-08 Thread Ramakanthreddy_Kesireddy
Hi , My application uses QQuickview which is a QWindow in Qt5.0. I would like to turn off default window hints like title,systemmenu,minimize,maximize and close button hints. I tried using setFlags(Qt::CustomizeWindowHint) to turn off default window hints but still minimize,maximize,clos