Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Browsing all 4972 articles
Browse latest View live

Microsoft Visual C++ Runtime Library - Assertion Failed

Can you post the full message? Assertions from microsoft libraries can somtimes be “ignored”. Does the program continue after that?

View Article


weather forecast application using Google weather APIs to get the data - NOT...

I’m trying to explore weather forecast application using Google weather API to get the data. However, I get to see no data being populated in my UI. I’ve used the following and could comprehend that...

View Article


Google Maps not displaying in WebView, other sites work

Has anyone actually managed to get Google Maps to display in a WebView? If so, could you please describe what needs to be done to get it to work? My attempts are failing miserably :-(

View Article

Google Weather APIs - Not returning Data - Qt Quick2 QML

Exploring Google Weather APIs using “XmlListModel & XmlRole” for Current Weather, Weather Forecast. I’m trying to execute the sample app as mentioned in “QtQuickAppDevIntro.pdf”. The downloaded...

View Article

Google Weather APIs - Not returning Data - Qt Quick2 QML

Further details says that “Unusual traffic from your computer network” notification What to do when Google detects automated queries on your network”. Looks like it is looking for ‘CAPTCHA’ human...

View Article


How to render text in scene graph?

Nobody knows how to do this? I’d like to avoid manually rendering text in OpenGL, since I don’t want to duplicate code (QtQucik already has a text rendering subsystem built in afterall)…

View Article

Internal properties in Qt Quick Controls

Looking at Qt Quick Controls code I see internal property declaration with a comment /*! \internal */. For example, in CombBox code:     /*! \internal */    ...

View Article

Internal properties in Qt Quick Controls

1. Nothing. It is simply a convention to make it clear to the user that these properties are not part of the public API and should not be used in third party software. 2. In principle yes. But there...

View Article


Google Maps not displaying in WebView, other sites work

I have it working now. The problem was with the way I installed OpenSSL as discussed in this thread [qt-project.org] Thanks to everyone who contributed suggestions!

View Article


WebView in Qt 5.1 - first impressions

Now that I have WebView successfully displaying Google Maps in Qt 5.1 I thought I would share my first impressions. For a start, it seems to be way slower than Firefox or any other standard browser on...

View Article

WebView in Qt 5.1 - first impressions

Hi Qu0ll, glad to hear that you’ve managed to get it working. I noticed the lag too when I was dabbling with it, but I’m not a regular WebKit user so I didn’t look into it. I saw that you posted this...

View Article

qt 5.1 list of attr. too long

Hey. My OP is Windows 7 and I am using msvc2012 32bit atm. Running my quick app from QtCreator works fine, but if I try to run it standalone the window is just white. So I made a debug build and...

View Article

How to render text in scene graph?

I had the same issue and finally found out that dynamically instantiating and placing QML Text elements in updatePolish() method does the work pretty well. Don’t forget to call polish() whenever your...

View Article


Unable to import local custom modules to qt 5.0.2 application. No such...

I’ve a qt5.0.2 application with below given folder structure TestApp |— debug |— qml |— MyComponents |— MyCheckBox |— MyButton |— qmldir |— TestApp | — main.qml | — qtquick2applicationviewer | —...

View Article

How to catch resize event?

You have onWidthChanged / onHeightChanged slots in QML and widthChanged / heightChanged signals in C++. But I’m not sure this is what you’re searching for.

View Article


How can I deploy my applicaiton in order to work on other computers (not...

I have created an QT Qucik 2.0 applicaiton but when i try to run on diffrent computer i get some dependency errors. How can i deploy my app?

View Article

How can I deploy my applicaiton in order to work on other computers (not...

Let me Google that for you [lmgtfy.com] ;)

View Article


QtQuick Video Item alpha blending

Hey I’ve got an RGBA video and I’d like for it to blend with other QtQuick elements like a Rectangle Rectangle {   width: 1024   height: 768   color:...

View Article

QtQuick Video Item alpha blending

Thanks but unfortunately the Blend option does not work, and the other ones don’t seem helpful.

View Article

Google Weather APIs - Not returning Data - Qt Quick2 QML

When scraping Google however you have to use rotating proxies or hide your IP address otherwise you will get a ban at IP level. That is what you are getting now.

View Article
Browsing all 4972 articles
Browse latest View live