Re: [Interest] Full screen window and Win 8 Side-by-side

2014-08-06 Thread Tr3wory
Sorry, I missed that. It's a normal desktop application. tr3w On Wed, Aug 6, 2014 at 5:40 PM, Kalinowski Maurice wrote: > Hi, > > >> >> I have a working qml application in a QQuickView. >> If I show the window with showMaximized() and put a metro style >> application side-by-side, my applicatio

Re: [Interest] question about relocating Qt library installation

2014-08-06 Thread Darren Dale
On Mon, Aug 4, 2014 at 11:59 PM, Thiago Macieira wrote: > On Monday 04 August 2014 09:47:55 Darren Dale wrote: > > I spent a good part of the weekend looking for information on the web. > I'm > > not certain I understand the problem, but am certain there must be a > > solution, since the Qt insta

Re: [Interest] Preventing QUrl from encoding query parameters

2014-08-06 Thread Lorne Sturtevant
> Just open a QTcpSocket to the server and send the GET command. > > And add this comment to your source code: > > // This looks like HTTP but isn't! > // This is actually a binary protocol, since it doesn't conform > // to RFC 2616 and RFC 3896. > Thanks for the tip. That'll b

Re: [Interest] Full screen window and Win 8 Side-by-side

2014-08-06 Thread Kalinowski Maurice
Hi, > > I have a working qml application in a QQuickView. > If I show the window with showMaximized() and put a metro style > application side-by-side, my application's window get resized as expected. > But if I show the window with showFullscreen(), then my application > window's size remains t

[Interest] Full screen window and Win 8 Side-by-side

2014-08-06 Thread Tr3wory
Hi all, I have a working qml application in a QQuickView. If I show the window with showMaximized() and put a metro style application side-by-side, my application's window get resized as expected. But if I show the window with showFullscreen(), then my application window's size remains the same ev

Re: [Interest] Preventing QUrl from encoding query parameters

2014-08-06 Thread Konstantin Tokarev
06.08.2014, 09:30, "Thiago Macieira" : > On Tuesday 05 August 2014 10:01:30 Lorne Sturtevant wrote: >>>  You can't do what you want. QUrl will normalise what it has to. >>  That's what I had feared.  I was digging through the source I couldn't >>  find a hidden "force do things wrong" flag. >>>  

Re: [Interest] Qt Designer Plugin

2014-08-06 Thread Graham Labdon
DOH It seems that I forgot to close the xml tags correctly -Original Message- From: interest-bounces+graham.labdon=avalonsciences@qt-project.org [mailto:interest-bounces+graham.labdon=avalonsciences@qt-project.org] On Behalf Of Graham Labdon Sent: 06 August 2014 08:47 To: Intere

[Interest] Qt Designer Plugin

2014-08-06 Thread Graham Labdon
Hi I have developed a Qt Designer plugin that works. However, as the plugin code lives in a namespace this is displayed in when Qt Designer is run. I read about the 'displayname' attribute that can be set in the domXml method. When I use it, however, my custom widget doe not show up in Qt Designe