Re: [Interest] animation problems

2013-11-26 Thread Mitch Curtis
On 11/25/2013 03:30 PM, Nurmi J-P wrote: > > On 25 Nov 2013, at 14:57, Graham Labdon > wrote: > >> Hi >> I am trying to animate the movement of one of my widgets >> I have a simple Qt app consists of a main window with a label (done in >> QDesigner) >> The code to move the label is >> Q

[Interest] Setting Widget opacity

2013-11-26 Thread Graham Labdon
Hi I want to set the window opacity of some widgets so I started with ui.buttonLabel_4->setWindowOpacity(0.0); which had no effect then I tried QGraphicsOpacityEffect* opacityEffect = new QGraphicsOpacityEffect(this); // make sure to create using new, since effect has to be alive as long as th

Re: [Interest] animation problems

2013-11-26 Thread André Somers
Mitch Curtis schreef op 26-11-2013 9:59: > On 11/25/2013 03:30 PM, Nurmi J-P wrote: >> On 25 Nov 2013, at 14:57, Graham Labdon >> wrote: >> >>> Hi >>> I am trying to animate the movement of one of my widgets >>> I have a simple Qt app consists of a main window with a label (done in >>> QDesigner

Re: [Interest] animation problems

2013-11-26 Thread Graham Labdon
This is the approach I am now taking -Original Message- From: interest-bounces+graham.labdon=avalonsciences@qt-project.org [mailto:interest-bounces+graham.labdon=avalonsciences@qt-project.org] On Behalf Of André Somers Sent: 26 November 2013 09:25 To: interest@qt-project.org Subj

[Interest] Re using graphics effects

2013-11-26 Thread Graham Labdon
Hi I have applied a graphics effect to a widget - QGraphicsOpacityEffect* opacityEffect = new QGraphicsOpacityEffect(this); // make sure to create using new, since effect has to be alive as long as the target widget is using it. opacityEffect->setOpacity(0.0); // initially widget

Re: [Interest] QSensor class with iOS

2013-11-26 Thread Gustavsen Richard
Have you added the following to your pro file: QT += sensors QTPLUGIN += qtsensors_ios Regards, Richard Fra: interest-bounces+richard.gustavsen=digia@qt-project.org [interest-bounces+richard.gustavsen=digia@qt-project.org] på vegne av Cezar Meneze

Re: [Interest] QNetworkAccessManager and HTTP persistent connection

2013-11-26 Thread Mandeep Sandhu
I think I was wrong in telling you that HTTP persistent connection was same as HTTP pipelining. They aren't. In HTTP pipelining multiple HTTP requests can be made w/o waiting for response of each connection. Whereas in HTTP persistent connection (default as you said in HTTP 1.1), the same TCP conn

[Interest] Help understanding style sheets

2013-11-26 Thread graham labdon
Hi In QDesigner I have a main form containing 1 widget. I am able to set the style sheet so that it has a border image – border-image: url(:/TestStackedWidget/EMU Index Background.png); This works and I get a border image displayed But I want this widget to be one of my custom widget

Re: [Interest] Help understanding style sheets

2013-11-26 Thread graham labdon
Hi Just found I need to implement paintEvent in my custom class From: graham.lab...@hotmail.co.uk To: interest@qt-project.org Date: Tue, 26 Nov 2013 13:43:06 + Subject: [Interest] Help understanding style sheets Hi In QDesigner I have a main form containing 1 widget. I am able to set the

[Interest] CSS: How to select all QLabel which have not the class property set to a certain value

2013-11-26 Thread Philipp Kursawe
I would like to select all QLabel which do not have the "error" class property. This would select all QLabel which have the "error" in their "class" property. QLabel[class~="error"] { } However, I would like to have the reverse way, all items *not* having this class. In CSS3 we have "not(x)" but

Re: [Interest] QSensor class with iOS

2013-11-26 Thread Cezar Menezes
Thank you so much, Richard. The line "QTPLUGIN += qtsensors_ios" was missing in my .PRO files. Now, everything is working perfectly! Best Regards, Cezar. - Original Message - From: "Gustavsen Richard" To: "Cezar Menezes" , interest@qt-project.org Sent: Tuesday, November 26, 2013 9

[Interest] QML Web Development

2013-11-26 Thread Jason H
So as the release of 5.2 approaches, we get Qt in Win/Lin/OSX and iOS and Android, Qt will be fantastic toolkit. A glaring commission now is web development.  I've been playing with node.js and since Qt is now dropping the v8 engine for a custom one, could Qt use the new engine for QML web apps

Re: [Interest] QML Web Development

2013-11-26 Thread Alan Alpert
On Tue, Nov 26, 2013 at 11:06 AM, Jason H wrote: > So as the release of 5.2 approaches, we get Qt in Win/Lin/OSX and iOS and > Android, Qt will be fantastic toolkit. A glaring commission now is web > development. > > I've been playing with node.js and since Qt is now dropping the v8 engine > for a

Re: [Interest] QML Web Development

2013-11-26 Thread Николай Шатохин
And CppCms http://cppcms.com/wikipp/en/page/main with Qt libs for server-side. 2013/11/26 Alan Alpert <4163654...@gmail.com> > On Tue, Nov 26, 2013 at 11:06 AM, Jason H wrote: > > So as the release of 5.2 approaches, we get Qt in Win/Lin/OSX and iOS and > > Android, Qt will be fantastic toolkit

[Interest] Qt and MSVC 2013

2013-11-26 Thread Igor Mironchik
Hi. Does anybody know when MSVC 2013 will be supported by Qt? Which version? Thanks. -- Best Regards, Igor Mironchik. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt and MSVC 2013

2013-11-26 Thread Thiago Macieira
On quarta-feira, 27 de novembro de 2013 09:47:29, Igor Mironchik wrote: > Hi. > > Does anybody know when MSVC 2013 will be supported by Qt? Which version? 5.2.0 -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc Descrip