Re: [Interest] Running Qt app in a browser

2016-04-25 Thread Tony Rietwyk
K. Frank said: > Hi Larry! > > On Mon, Apr 25, 2016 at 4:59 PM, Larry Martell > wrote: > > Is it possible to run a Qt app in a browser? I have googled for this, > > and found some hits, but none seen like they ever worked out. The most > > promising seems to be

Re: [Interest] Running Qt app in a browser

2016-04-25 Thread K. Frank
Hi Larry! On Mon, Apr 25, 2016 at 4:59 PM, Larry Martell wrote: > Is it possible to run a Qt app in a browser? I have googled for this, > and found some hits, but none seen like they ever worked out. The most > promising seems to be

Re: [Interest] PRO File defines

2016-04-25 Thread Hamish Moffatt
On 25/04/16 20:58, Francisco Ares wrote: P.S.: by the way, I've been fiddling with some PRO files, and nowadays use a few tricks, like: using one source tree to build different executables, with different functionality: op1=$$find(DEFINES,"_REGISTER") count(op1,1){

[Interest] ListView in Column

2016-04-25 Thread Kevin Mcintyre
I would've thought the ListView would appear below the Text, but that doesn't prove to be the case for me. SplitView and GridView behave as expected...any feedback or minimal tweaks to get working is appreciated. Column { Text { text: 'test'} ListView {...} }

Re: [Interest] Broken Android gdb debugging ?

2016-04-25 Thread Edward Sutton
After restore to r10e NDK, the debug problem was an Android 6.0 issue INSTALL_FAILED_PERMISSION_MODEL_DOWNGRADE. Using adb to uninstall the package resolved. Qt Android deploy/debug is good again. Thank you for your help Andre. Installing Android package to device. Running command

Re: [Interest] Broken Android gdb debugging ?

2016-04-25 Thread Edward Sutton
Sorry, I went back to a sample app and now I can debug again. I think reverting to r10e fixed the main problem. It must have an Android Manifest or other issue. Something I broke when trying to add support for Google Analytics. Thank you for your time and other things to test. -Ed > On

Re: [Interest] Broken Android gdb debugging ?

2016-04-25 Thread André Pönitz
On Mon, Apr 25, 2016 at 09:02:13PM +, Edward Sutton wrote: > Thank you Andre. > > After rolling back to r10E I still cannot deploy and debug. It no > longer hangs at the deploy stage. This is an improvement. > > The Android Kit GDB Server is still pointing to the Android Studio >

Re: [Interest] Running Qt app in a browser

2016-04-25 Thread Jérôme Godbout
Not a full solution, but just a thought, you could use some sort of CGI script to call your Qt Application backend? For the Gui, I wonder if rendering the image into a texture or an image. Send the image to the client (delta compressed). Make the rendering into a canvas and apply changed. You

Re: [Interest] Broken Android gdb debugging ?

2016-04-25 Thread Edward Sutton
Thank you Andre. After rolling back to r10E I still cannot deploy and debug. It no longer hangs at the deploy stage. This is an improvement. The Android Kit GDB Server is still pointing to the Android Studio ndk-bundle even thought it has been removed. I cannot seem to fix this? I

Re: [Interest] Broken Android gdb debugging ?

2016-04-25 Thread André Pönitz
On Mon, Apr 25, 2016 at 07:57:55PM +, Edward Sutton wrote: > My Android gdb debugging and deployment broke recently after I switched from > Eclipse to Android Studio and installed Qt 5.6.0. > > I am not sure what to check? Try NDK 10e, not 11b or 11c Andre'

[Interest] Broken Android gdb debugging ?

2016-04-25 Thread Edward Sutton
My Android gdb debugging and deployment broke recently after I switched from Eclipse to Android Studio and installed Qt 5.6.0. I am not sure what to check? The Android for armeabi-v7a (GCC 4.9, Qt 5.6.0) kit can no longer find gdb.

Re: [Interest] Howto keep a pushButton style while changing the backgroundcolor

2016-04-25 Thread anton
Thanks a lot Tony, yes it works :-) Anton Tony Rietwyk wrote: > Hope that helps, > ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Few questions regarding Qt Quick Scene Graph

2016-04-25 Thread Artem Fedoskin
Thank you for your reply Gunnar, Can you please tell me - can I store a pointer to the object of external class (even not a QQuickItem derived one) in QSGNode derived class? Each object of the class Data is associated with corresponding Triangle in View. Whenever View is updated, it checks in

Re: [Interest] Howto keep a pushButton style while changing the backgroundcolor

2016-04-25 Thread Tony Rietwyk
Anton said: > Sent: Tuesday, 26 April 2016 2:53 AM > Hi, > > I am experimenting with qt 5.6.0. > > 1. I create a QtWidgts application. > 2. I drop a pushButton in the Main Window 3. I change the styleSheet of the > QMainWindow >to: background-color: rgb(85, 170, 255); > > Now the button

[Interest] Howto keep a pushButton style while changing the backgroundcolor

2016-04-25 Thread anton
Hi, I am experimenting with qt 5.6.0. 1. I create a QtWidgts application. 2. I drop a pushButton in the Main Window 3. I change the styleSheet of the QMainWindow to: background-color: rgb(85, 170, 255); Now the button has the same background color too. How can I leave the style of the

Re: [Interest] [Qt3d] Does the duration of NumberAnimation update when you change its value?

2016-04-25 Thread Sean Harmer
Hi, On Monday 25 April 2016 16:23:31 Ramy Atalla via Interest wrote: > Hi,I am trying to do a rotation animation and control the rotation speed by > changing the value of the duration, But it doesn't work . My question is it > feasible or there another way ? > > QQ2.NumberAnimation {

[Interest] [Qt3d] Does the duration of NumberAnimation update when you change its value?

2016-04-25 Thread Ramy Atalla via Interest
Hi,I am trying to do a rotation animation and control the rotation speed by changing the value of the duration, But it doesn't work . My question is it feasible or there another way ? QQ2.NumberAnimation {id:wheelanimation property int carspeed:0 targets: [wheel1Transform ,

Re: [Interest] PRO File defines

2016-04-25 Thread Francisco Ares
2016-04-25 2:39 GMT-03:00 Igor Mironchik : > Hi, > > On 25.04.2016 00:29, Gianluca wrote: > > It’s not the first time that I see people knowing some “secrets” of Qmake … > … where is the full documentation of all these details ? > > > I found that here: > >

Re: [Interest] Convert IPv6 to IPv4 ?

2016-04-25 Thread Alexander Carôt
Hello Thiago, Hello Benjamin, thanks for your replies ! In fact Thiago was precisely right with this: > You probably mean you've got a v4-mapped IPv6 address, as > :::192.0.2.1 As a quick hack I first converted this to a string and removed the first 7 characters but of course Thiagos

Re: [Interest] QtLabsControls Button - Invalid property name "label".

2016-04-25 Thread J-P Nurmi
On 25 Apr 2016, at 10:01, Viktória Nemkin > wrote: Hello! I'm just starting out with the newly released QtLabsControls. I have tried using a Button and ran into a problem: import QtQuick 2.0 import Qt.labs.controls 1.0 Button {

[Interest] QtLabsControls Button - Invalid property name "label".

2016-04-25 Thread Viktória Nemkin
Hello! I'm just starting out with the newly released QtLabsControls. I have tried using a Button and ran into a problem: import QtQuick 2.0 import Qt.labs.controls 1.0 Button { label: Item { Text { text: "Example" } Image { id: icon

Re: [Interest] Few questions regarding Qt Quick Scene Graph

2016-04-25 Thread Gunnar Sletta
> On 24 Apr 2016, at 16:49, Artem Fedoskin wrote: > > I'm sorry. My first E-Mail was sent accidentally. Here is the final version > of my E-Mail. > Hello everybody. I have a project where a lot of objects are painted on the > screen whenever the user interacts with the