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

Import failure(bug?)

Hello, i’ve created a brand new qtquick2applicationviewer application, but i also tested it with a QQuickView. I’ve got a QML-file loaded including this code: import QtQuick 2.2 import QtQuick.Controls...

View Article


Import failure(bug?)

Thanks for your reply, i’ve tried it with a generated QtQuickControls 1.0 project and it worked fine.

View Article


Motion blur moving a rectangle

Hey, please take a look at this example: MotionBlur [github.com]

View Article

Pictures and text blurry on second screen

Hi everyone, I’m facing a big issue. I am working on Mac with Retina display on which a second screen is plugged in. When running my app on the retina display, everything is well displayed but when...

View Article

What is the preferred way to create and paint QML graphic objects in C++ ?

What is the preferred way to create and paint QML graphic objects in C++ ?

View Article


QML application crashing after update to 5.2.1 and 5.2.2

Hello, I’ve tried to update from Qt 5.2.0 to Qt 5.2.1 but my application started crashing on almost every state change. Now I have Qt 5.2.2 from git and the problem is the same, I keep crashing on...

View Article

[SOLVED] Qt 5.2 c++ model update stops working after a while

It’s still curious that the behavior changed like that. You should ask about that on the interest mailing list. You’ll find Qt’s developers/maintainers there (this forum is more user oriented)

View Article

Cross compiling QT application for Atmel SAMA5D3 Board

Hi experts, We have setup the development environment for cross compiling using QT sdk http://www.timesys.com/embedded-linux/resources/dev-center/sama5d3#qt-sdk For creating QT application, we have...

View Article


QML/C++ multithreading interconnection crash

Hello and welcome to qt-project.org, by using while(!WorkerThread->isRunning()); you want to wait until the thread has startet, but i wouldn’t recommend to do that because it will freeze your...

View Article


Motion blur moving a rectangle

You’re welcome. Glad i could help you. I’m also interested in the DirectionalBlur but i don’t have too much time this days. Would you mind posting if it worked good, please? i would appreciate it.

View Article

Pictures and text blurry on second screen

Might be related to this [bugreports.qt-project.org] I’m not sure if it’s a bug of the retina display due to the fact that there was no difference bewteen 1920*1080 retina and downscaled 1920*1080...

View Article

[solved]Boundaries of TextInput

How can clip off the text that is outside of a LineInput? Currently, when I type too much, the beginning of the input is moved outside on the left side: Screenshot: http://i.imgur.com/bleVSeB.png...

View Article

[solved]Boundaries of TextInput

Ah, finally figured it out, TextInput has a property named clip that has to be set to true

View Article


[Solved] Motion blur moving a rectangle

Hi onek24. I try the directional blur. It’s great! In my case, moving a rounded rectangle, with no image inside. The effect is low. But great improvement. Gives a better movement sensation. Some...

View Article

Is there a restriction on the size of the QML Flickable content ?

I use Qt 5 QML on Linux and I for some reason when the content of the Flickable element is too big it isn’t shown. Is there a restriction on the size of the QML Flickable content ?

View Article


What is the preferred way to create and paint QML graphic objects in C++ ?

You can use either of them. QQuickItem uses the new Scene Graph type of rendering, while the QQuickPaintedItem uses the old QPainter. Performance of both are comparable.

View Article

Pictures and text blurry on second screen

I could not find any graphic-card settings on my mac so I could not test the upscale of the Mac display. For me it related with retina screen. Apps look way different even with the same res on both...

View Article


[SOLVED] Qt 5.2 c++ model update stops working after a while

Thank you for the explanation. I like the new behavior of the GC, because it shows me that I have a problem in my code. So I can find it and fix it. Coming form only c++, I must say that the...

View Article

QML Application : Display partially froze

Hi I am using QT 4.8.4, and QTQuick 1.1 on windows 7 In my application I have several viewer that display QML application. Some instruments are displayed: conter, indicators , bargraphe , buttons …...

View Article

QML application crashing after update to 5.2.1 and 5.2.2

Did you clean your project after updating? Yes, I clean it for almost every build (I have very few c++ sources, almost everything is done in QML). Btw did you see the traceback (in bug report in JIRA)?

View Article
Browsing all 4972 articles
Browse latest View live