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

I want to know When QuickView can Integrated with QtWidget

Hi friend: I want to know When QuickView can Integrated with QtWidgets,Specifically, what time and what version? now,because QuickView can’t integrated with QtWidgets very well,i have to use QtQuick...

View Article


TableView from qml-components for desktop and custom model

Great, thanks It’s awesome that everything gets fixed so fast

View Article


I want to know When QuickView can Integrated with QtWidget

See http://qt-project.org/forums/viewthread/23190

View Article

QtQuick 2.0 Physics?

Does anyone know where I can find binding libraries 2D Physics for Qt 5? http://gitorious.org/qml-box2d http://gitorious.org/chipmunk-qml-plugin https://bitbucket.org/jtoivola/qml-physics All this is...

View Article

[SOLVED] [Qt5] crash when using qApp and installTranslator But working when...

I would like to install my fonts and i have done the following: _fontDatabase->addApplicationFont(”:/fonts/HelveticaNeue.ttf”);...

View Article


MouseArea: Pressed and hover at the same time?

Well, finally I did it differnetly and it works. I post here the “algorithmic” soultion in my case (it may help someone) I wanted to get when I was intersecting with a line while I was dragging a...

View Article

[SOLVED] [Qt5] crash when using qApp and installTranslator But working when...

Ok i solved the issue, i was trying to access qApp with a GUI function outside the GUI thread or event loop … once i made sure i did only run it on the GUI thread then everything is working.

View Article

[Qt Quick 2.0] implicit truncation of vector type

Thanks to epicfailguy93, I read this [qt-project.org] and add   renderType: Text.NativeRendering solves the problem

View Article


[Porting to Qt5] Animation of Text unexpectedly twinkles

renderType: Text.NativeRendering solves the problem. this thread [qt-project.org] helps.

View Article


QML Timer Component in Qt5 has a very slow perfomance

OK, you’re right. Now the question remains – why rendering in QtQuick 2.0 so slow? That was broken in the Beta 2 release?

View Article

[Porting to Qt5] Animation of Text unexpectedly twinkles

I’ve posted a bug: https://bugreports.qt-project.org/browse/QTBUG-29029 Thank you.

View Article

QtQuick 2.0 Physics?

Hi, I’m not aware of support for Qt5 of box2d yet. We also have our own Box2D wrapper for QML for the V-Play Game Engine [v-play.net], you can have a look at the Box2D components here:...

View Article

[SOLVED] BlackBerry 10 - Error QML " Expected token `;’ "

i don’t know the problem because some tutorial of Qt using this simple method to write a dinamic string: QML is a simple container: Container {     id: meteoGiornaliero  ...

View Article


[SOLVED] BlackBerry 10 - Error QML " Expected token `;’ "

I’ve had errors like those when something is not right in any header file included. Hope it helps you.

View Article

Building a timer

I am working on building an app in which when a mouse area is clicked a timer starts and on clicking the other button the timer stops. I am having problems in including the timer. I tried using...

View Article


QML Timer Component in Qt5 has a very slow perfomance

Guys I just installed Kubuntu 12.10 with KDE 4.9.3 and checked my code. It’s awesome! No lags, no slowdowns, I’m so glad!

View Article

Row height in TableView in qml-components

Hi I’m trying to make different heights for rows in TableView, but it seems now I can’t change default cell height at all. It used to work earlier, it was not perfect but it worked. Now no matter what...

View Article


Building a timer

You have to include QTime in the file you make the call in.

View Article

How to create a Window using QML ?

I know now to create a QML window in C++, but my qml code will frequently operate the window, so I wan’t to create the window using QML. I wan’t to write code like this:   Window {  ...

View Article

How to create a Window using QML ?

Well, according to the ASSERT, I know that a QWidget cannot be directly put into QML code, but QDeclarativeView is inherited from QWidget, and MyWindow is inherited from QDeclarativeView, so the ASSERT...

View Article
Browsing all 4972 articles
Browse latest View live