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

Qt 4.8.5 with PostgreSQL 9.1 !!

Hello kindly help… I have PostgreSQL 9.1 and Qt Designer both are running very fine individually.. Please help me to CONNECT THESE TWO!! Which loaders should i use,why should i do that..how to set the...

View Article


GridView delegate z-ordering problem

Hi, I have a GridView which demonstrates a problem I’m having with delegate z-ordering. GridView{ id:gridView anchors.fill: parent cellWidth:150 cellHeight:150 clip:true delegate:Rectangle{ id:bottom...

View Article


Font Scaling issue with Quicksand

I’m using the Quicksand Font [google.com] for one of my designs and I’m observing certain defects at large font sizes, particularly for “0” and “8” characters. The curves start to flatten out at any...

View Article

Make QSqlQueryModel editable: setData

Hello, I have been searching quite a lot on this topic, but don’t find a solution, and here is where you are coming in. The QSqlQueryModel is designed to be read-only as default, but it is stated that...

View Article

Qt 4.8.5 with PostgreSQL 9.1 !!

Hi, Qt Designer is a UI designer there isn’t DB connection. If you mean how to connect Qt application with DB, read here [qt-project.org] for an overview and here [qt-project.org] for PostgreSQL...

View Article


Crash when creating QQuickView from QTimer event

Thanks. Moving the QGuiApplication to main.cpp and removing it from the App class resolved the problem.

View Article

Please advise how to set the property from qml1 to qml2

Guys, Please help. I am learning from examples. Developing on Qt5.2 beta for android. Trying to migrate my app from meego to android. I am having the problem of the setting the property from qml1 to...

View Article

[SOLVED] ListView to show variable width images.

I’m making an application that shows images using ListView and want to change the width of the delegate by the size of each image. code is like the below Component {  id: mydelegate...

View Article


Please advise how to set the property from qml1 to qml2

Of course, there’s no ‘qml2’ in Qml1.qml. I think you should use signal-slot. main.qml {  onSignalToMain(str): qml2.<someId>.text = str; } Qml1.qml {  signal...

View Article


[SOLVED] ListView to show variable width images.

The reason is the animation on ListView. It works after I changed the size after the animation.

View Article

How to export Qt Quick2 project into a video clip

Hi I just created a simple animation using Qt Quick2, I want to export it into a video clip so I can share it on the web. The easist way is using a screen record software to make the video, but this...

View Article

Qt 4.8.5 with PostgreSQL 9.1 !!

Hi from qmake Makefile “INCLUDEPATH+=C:/Program Files/PostgreSQL/9.2/include” “LIBS+=C:/Program Files/PostgreSQL/9.2/lib/libpq.a “ psql.pro delete Makefile word qmake “INCLUDEPATH+=C:/Program...

View Article

Shipping multiple qm files from different projects into a single release...

I have a project with multiple ‘addons’ all derived from common parents. The common code is in a library and the addons are dlls managed by an exe. My question is about translation, I get a qm file...

View Article


TextArea QTextCharFormat::setUnderlineStyle

Is it possible use different underline styles with a TextArea? Currently I am able to: QTextCharFormat fmt; fmt.setUnderlineStyle(QTextCharFormat::SingleUnderline); But QTextCharFormat fmt;...

View Article

Please advise how to set the property from qml1 to qml2

Thanks a lot. That worked. learned something new today.

View Article


Faster alternative for grabWindow?

I ported my app from QtQuick 1.1 to QtQuick 2.1. It has a build in ‘remote desktop’ feature. For this I need a screen capture of the complete window relatively fast. In version 1.1 I used the render()...

View Article

How to load qml file from resources, using QtQuick 2 Controls

Hope someone can help with issue described here: StackOverflow question [stackoverflow.com] Sorry for crosspost, but I’ve stuck on it and can’t move forward.

View Article


How to load qml file from resources, using QtQuick 2 Controls

QtQuick2ControlsApplicationViewer is just an auto-generated template (by Qt Creator). Get into the source and modify it to suit your needs, or switch to the more – IMO – useful QQuickView. You probably...

View Article

Gantt Chart

What I need [i40.tinypic.com] I’m needing to put together a Gantt chart for a project like you can see in the image above, and I’m wondering if this is even doable with QtQuick. I downloaded it and...

View Article

Gantt Chart

Yes, it is. “absolute coords” in QML does not mean the whole scene: you give the positions relative to the parent. DO some test apps to get a feeling of how it works, it’s really easy.

View Article
Browsing all 4972 articles
Browse latest View live