Can you detail the problem you are experiencing ?
Il giorno 25/apr/2016, alle ore 23:38, Kevin Mcintyre ha
scritto:
> 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 mi
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 http://wiki.qt.io/Qt_for_Google_N
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 http://wiki.qt.io/Qt_for_Google_Native_Client
> but the readme l
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){
include(../ModBus/QMo
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 {...}
}
_
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 "/Users/edw
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 Apr
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
> ndk-bundle
This shows that there is work in progress
blog.qt.io/blog/2015/09/25/qt-for-native-client-and-emscripten/
On Apr 25, 2016 11:12 PM, "Jérôme Godbout" wrote:
> 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 w
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 coul
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 uncheck
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 http://wiki.qt.io/Qt_for_Google_Native_Client
but the readme link is broken, so that's discouraging. Anyone have any
pointers on if this
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'
_
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.
~/Library/Android/sdk/ndk-bundle/toolchains/arm-linux-androidea
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
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 loop
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 ha
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 pushb
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 {id:wheela
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 , rim1Trans
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:
>
> http://doc.qt.io/qt-5/building-from-sour
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 solut
On 25 Apr 2016, at 10:01, Viktória Nemkin
mailto:viktoria.nem...@gmail.com>> 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 {
label: Item {
T
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
> 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 app (pan, zoom, move) I
25 matches
Mail list logo