Questions tagged [qtdeclarative]

Questions related to the QtDeclarative module that provides a declarative framework for building highly dynamic, custom user interfaces.

35 questions
0
votes
1 answer

Error building QtDeclarative with Qt 4.6.2 on Mac OS X

I tried hard to build QtDeclarative with Qt 4.6.2 on Mac OS X (Leopard) and did lots of Googling without finding any cure. Could anyone please help to solve this problem? Thanks. Here goes the error: Undefined symbols: …
Viet
  • 17,944
  • 33
  • 103
  • 135
0
votes
1 answer

2 identical ListViews with small differences inside delegate

I've got two almost identical qml files. I list one of them here, the differences of the other one shown with the comment lines: // MessageView.qml; diff. to ThreadView.qml is shown with comment lines import QtQuick 2.0 Item { property var…
sshilovsky
  • 958
  • 2
  • 9
  • 22
0
votes
1 answer

OpenGL in Qt Quick cross platform application

I'm trying to develop a cross platform (or at least desktop + embedded hardware) application. I would like to use Qt Quick to create a touch friendly GUI. I have been implemented a classical application with a QGLWidget displaying data. It is…
xdever
  • 41
  • 4
0
votes
1 answer

libQtDeclarative.so not found

I'm new to QT Programming Here's what I did, I export photo from photoshop to QT after that I create new QT QUICK PROJECT ( ANDROID ) and open QT DESIGNER FILE which I exported earlier from photoshop run through ministro, but my this error…
mix
  • 137
  • 2
  • 3
  • 12
0
votes
1 answer

Resize mobile QML app

I'm working on a program to run Harmattan (N9) apps on Fremantle (N900). One of the problems is the resolution difference. N900 has 800x480 screen and N9 854x480. Because of this part of the screen is cut off. Can I fool (something) so that it…
marmistrz
  • 5,974
  • 10
  • 42
  • 94
1 2
3