Re: [Gambas-user] [Qt5] Window flags are not properly handled

2015-05-22 Thread Benoît Minisini
Le 20/05/2015 12:04, Benoît Minisini a écrit : > Le 20/05/2015 07:36, Adrien Prokopowicz a écrit : >> Hello Benoît, >> >> As the title suggests, when setting the window flags of a form, >> these do not seem to properly apply when running. >> However, these work perfectly using Qt4. >> >> I tested a

Re: [Gambas-user] [Qt5] Window flags are not properly handled

2015-05-20 Thread Benoît Minisini
Le 20/05/2015 07:36, Adrien Prokopowicz a écrit : > Hello Benoît, > > As the title suggests, when setting the window flags of a form, > these do not seem to properly apply when running. > However, these work perfectly using Qt4. > > I tested a few, including Border, SkipTaskbar, Stacking, Sticky an

[Gambas-user] [Qt5] Window flags are not properly handled

2015-05-19 Thread Adrien Prokopowicz
Hello Benoît, As the title suggests, when setting the window flags of a form, these do not seem to properly apply when running. However, these work perfectly using Qt4. I tested a few, including Border, SkipTaskbar, Stacking, Sticky and TakeFocus. None of these work, using Qt 5.4.1 and latest