I have to apologize. I didn't check version of qt libs installed on the device. After update it works perfectly. Thanks for help.
Kuba J.
Type: Posts; User: kuba.janda; Keyword(s):
I have to apologize. I didn't check version of qt libs installed on the device. After update it works perfectly. Thanks for help.
Kuba J.
here is small example, try to click on the rect under linux and on the device:
main.cpp:
#include <QApplication>
#include <QGraphicsView>
#include <QGraphicsScene>
#include "myobj.h"
int...
Ok, so:
1. I want QGraphicsView of fixed size (size of screen), without scrollbars and without scrollable. This is done by setting QGraphicsScenes sceneRect to size of display and it is ok now, it...
Hi, I have a small problem with QGraphicsView in Qt 4.6 and Maemo5. It seems it has enabled finger (kinetic) scrolling by default and whenever I add new item to scene out of bounding box, it enlarges...