Tagged Questions
4
votes
3answers
811 views
Tiling with QGraphicsScene and QGraphicsView
I'm creating a image visualizer that open large images(2gb+) in Qt.
I'm doing this by breaking the large image into several tiles of 512X512. I then load a QGraphicsScene of the original image size ...
4
votes
2answers
6k views
How should I use a QGraphicsScene with layouts and widgets
I'm creating some graphic data displaying widget in Qt4 and I was tempted to use the QGraphicsScene for it, create QGraphicsItems for the data items etc.
However, I wanted to add some layer of ...
3
votes
2answers
167 views
Forcing QGraphicsItem To Stay Put
I have a QGraphicsScene that is filled with QGraphicsItems, and the user is able to pan and zoom around to inspect all of the various QGraphicsItems. However, I would like to have a QGraphicsTextItem ...
3
votes
2answers
840 views
how to pan images in QGraphicsView
I am currently able to load my image into a grahpics scene, and then again into a QGraphicsViewer.
I am able to implement a zoom feature by dtecting a QEvent::Wheel and then calling the ...
3
votes
1answer
816 views
How can I implement Google Maps-like tile scrolling in Qt?
I'm using Qt/C++ and trying to draw a large and complex QGraphicsScene. Once I add a lot of objects, panning and zooming become unpleasantly slow. (No surprise here, of course). I've played with ...
2
votes
1answer
135 views
Qt GUI Development - Displaying a 2D grid using QGraphicsView
I'm new to Qt development so I've being trying to research a solution to a user interface I need to design. My project is to simulate players in an online game moving around a global map. To represent ...
2
votes
1answer
288 views
Widget background not transparent when using QGraphicsView but transparent when using QGridLayout
When I was using QGridLayout to display my widgets, only the widget was shown and the part of the image that was transparent was not shown. Now I switched to using QGraphicsScene and QGraphicsView, ...
2
votes
1answer
183 views
QGraphicsItem drawing problem
I am working on a small Tower Defense game in order to learn Qt. I am using a QGraphicsScene to hold all the object of the game. To make them move, I am not using the Animation framework but I'm ...
2
votes
1answer
541 views
Qt : Efficiently handle QGraphicsItems that have “lots of pixmaps”? (RTS)
I'm currently building up a small Real Time Strategy 2D engine. And I wonder how to handle the many everchanging sprites that will eventually cluter my screen.
FYI, I am not aiming at anything AAA ...
2
votes
2answers
272 views
Ignore mouse events over transparent parts of an svg image in qgraphicsview?
I am working on a graphics view (using C++ and Qt) which contains quite a few svg images. I intercept clicks on them, but i'd like not to receive events (or to be able to ignore them) when mouse is ...
2
votes
1answer
147 views
Does a QGraphicsView take ownership over its associated graphics scene?
I was wondering... if I allocate a graphics scene
QGraphicsScene* scene = new QGraphicsScene();
and associate it with a graphics view
this->ui->graphicsView->setScene(scene);
does the ...
2
votes
1answer
661 views
How to print content of a QGraphicsView
How can I print the content of a QGraphicsView in Qt?
Thanks a lot.
2
votes
5answers
881 views
Handling MouseEvents in Qt c++
Sorry for my beginner's question...
What is the easiest way to define procedures, which are executed when MousePressEvent or MouseReleaseEvent occurs?
For now I am defining my own class ...
2
votes
2answers
438 views
Events with QGraphicsItemGroup
In my application I want to use QGraphicsItemGroup for grouping items into one item.
I played with it a little and not sure using it because when I want to catch events, events are merged together but ...
2
votes
1answer
403 views
Lots of pointer casts in QGraphicsView framework and performance
Since most of the convenience functions of QGraphicsScene and QGraphicsItem (such as items(), collidingItems(), childItems() etc.) return a QList you're forced to do lots of qgraphicsitem_cast or ...
2
votes
1answer
1k views
QGraphicsView ensureVisible() and centerOn()
I am going to do pan/scale stuff on QGraphicsView.
So I read the documentation of QGraphicsView and see some utility functions like ensureVisible() and centerOn().
I think I understand what the ...
2
votes
2answers
1k views
QGraphicsView and QGraphicsItem: don´t scale item when scaling the view rect
I am using Qt´s QGraphicsView- and QGraphicsItem-subclasses.
is there a way to not scale the graphical representation of the item in the view when the view rectangle is changed, e.g. when zooming in. ...
1
vote
1answer
31 views
Qt4: QGraphicsScene/View and custom transformation method?
I know that it is possible to use affine transformations with Qt. But is it also possible to set a complete custom global transformation method?
Use case: Drawing projected geographic points (lat, ...
1
vote
1answer
63 views
Drag and Drop between different QGraphicsView's
I have a QMainWindow with two QGraphicsView's each owning a QGraphicsScene. Both views are displayed (on screen) constantly. I would like to be able to drag and drop objects (objects of a class ...
1
vote
2answers
53 views
Own objects into QGraphicsScene
I would like to have a drag-and-drop feature based on images. If I drag and drop an image I would like to know which image I picked out and moved with (a simple std::string will do to uniquely ...
1
vote
1answer
204 views
Nothing is displayed in QGraphicsScene
I am trying to use the qgraphicsview qgraphicsitem to create a scene like a chess.
I am following the Official example trying to create it, but there is nothing displaying. The code is pretty the ...
1
vote
1answer
90 views
How to make non-smooth / stepwise scolling in a qgraphicsview
I have a scene which has a basically table-like layout. Thus I'd like it to scroll like a table... one row or column at a time. Specifically, the upper left visible item should have it's upper left ...
1
vote
1answer
754 views
How do I move a QPixMapImage around a qgraphicsview
I can add a QPixMapImage to a QGraphicsScene, but then I have two issues.
First I cannot create a pointer to my QPixmapItem declared in the header, where i can with QGraphicsScene.
I get an error ...
1
vote
1answer
281 views
Making QGraphicsScene bigger when a graphic item is placed against its border
I've made a QGraphicsScene with a mouseClickEvent that lets the user create blue squares inside of it. But I want to make the scene grow when an item is placed against its border so that the user ...
1
vote
1answer
137 views
how to move scrollbars simultaneously in qt
I have two view whose perspectives are xy and xz. These views have their own scrollbars and x side of these views are equal. When i move scroll bar of x sides , i want x scrollbars to move ...
1
vote
1answer
313 views
How to move a QGraphicsItem to another scene without losing the mouse grab?
I have one QGraphicsScene as the main scene with several movable QGraphicsItems in it and another QGraphicsScene on top of the main scene as an overlay. The overlay scene is exactly the same size as ...
1
vote
1answer
135 views
QGraphicsView noobie question
Trying to add text to QGraphicsView:
Widget::Widget(QWidget *parent) :
QWidget(parent),
ui(new Ui::Widget)
{
ui->setupUi(this);
QGraphicsScene scene;
scene.addText("Hello, ...
1
vote
2answers
2k views
GIF animation in Qt
I have used QGraphicsView, QGraphicsScene classes in order to show a picture in a widget like this:
m_Scene->addPixmap(QPixmap(fileName));
m_View->setScene(m_Scene);
How I can show .gif ...
1
vote
1answer
421 views
QGraphicsView/QGraphicsScene rendering question
I am using QGraphicsScene/QGraphicsView pair in my application.
I had subclassed them for my purpose. The code snippet that generate the pair is below:
itsScene = new QGraphicsScene;
itsView = new ...
1
vote
2answers
164 views
Embedded QGraphicsView do not hide after Dialog closes
I call a QDialog in to modes, showNormal and showFullscreen. In normal mode all works fine. With a Keyevent the Dialog closes as expected. In Fullscreen, after a keyevent the Dialog closes, but the ...
1
vote
2answers
460 views
General advice about scaling on QGraphicsView/QGraphicsScene
In my project I am using QGraphicsView/QGraphicsScene stuff.
On my scene there will be regions that contains 2D graphics.
Region count will be limited(Lets say 20)
Users can choose to display one or ...
1
vote
1answer
733 views
Custom QGraphicsItems not compiling and gives “object is private” error
I am trying to create a Custom QGraphicsItem button as shown by Fred here. The code which he posted can be found here.
The problem is when I try and compile the code I get the following two errors:
...
1
vote
1answer
551 views
Qt4: Locking the mouse cursor in place while manipulating QGraphicsItem
I'm writing a little GUI utility in Qt4 which uses a QGraphicsScene. One of the items tracks the mouse in the horizontal plane as you move it around, and holding down a modifier key allows you to ...
1
vote
5answers
2k views
Get visible rectangle of QGraphicsView?
I've been pulling my hair out with this one for hours. There's a thread here about it, but nothing seems to be working. QGraphicsView::rect() will return the width and height, but the left and top ...
1
vote
1answer
448 views
1
vote
1answer
752 views
Qt: mouseMoveEvent and interfer with hoverEnterEvent of child object
I use QGraphicsView to create a sort of circut editor, which has elements in it, which have connectors. It should be possible to connect those connectors with wires.
However I have a problem, while I ...
0
votes
2answers
119 views
QGraphicsPolygonItem drawing a open(not closed) polygon
I am using a QGraphicsPolygonItem and I have noticed that it always connects the end-point with the start-point.
I know that the polygon terms means exactly that, and what I am looking for is ...
0
votes
3answers
182 views
QGraphicsView: Snake-Line and Line animation
I have two questions regarding the QGraphicsView Framework.
The first question is regarding a special line: I wanted to ask whether it is possible to draw an Snake- or Wave-Line (like in the linked ...
0
votes
2answers
91 views
Heap/Stack - Scope of variables going into QGraphicsItemGroup
If I have a QGraphicsItem that I want to put in a QGraphicsItemGroup, in a loop..like so:
for(int i =0; i < 2; i++)
{
for(int j = 0; j < 2; j++)
{
QPixmap p(imwidth, imheight);
...
0
votes
0answers
110 views
Detect location of a QGraphicsItem within a QGraphicsItemGroup relative to QGraphicsView
I have a QGraphicsItemGroup that is layed out in a specific way, to make sure that the QGraphicsItem that compose it create a tiled version of a large image.
I am doing some processing on the data ...
0
votes
1answer
225 views
QGraphicsView not repainting on scroll event
QT 4.7
I have a QGraphicsView / QGraphicsScene. The scene has a custom QGraphicsItem the whole scene is not displayed at one time, so it has a viewport.
I'm overriding the paint() method of my ...
0
votes
2answers
346 views
Events in qgraphicsview
I'm having trouble getting events in qgraphicsview working. I've subclassed qgraphicsview and tried to overload the mousePressEvent and wheelEvent. But neither mousePressEvent nor wheelEvent get ...
0
votes
1answer
1k views
Zoom QGraphicsItem to fit QGraphicsView
I am trying to create a QGraphicsView that will allow someone to scale the current QGraphicsItem to fit the size of the QGraphicsView window.
I have overridden QGraphicsItem to create a custom ...
0
votes
0answers
97 views
2nd image added to QGraphicsScene is blue
I have some code that I am using to turn data recieved from a method into an image. When I run the method and display a single image, the results are fine. However, if I then run the algorithm again ...
0
votes
0answers
91 views
Is QTransform able to prevent QGraphicsLineItem from using Hide() function?
I created a custom QGraphicsItem that I am able to use as a kind of a text box in a QGraphicsView. When this item is selected I create a blinking cursor using the QLineItem that has a timer to ...
0
votes
2answers
312 views
How to display this data buffer in a QImage
I have an image I am trying to display in a QImage.
This is the snippet of code that populates the rows*cols image:
rgbMapped[row][col * 3] = red;
rgbMapped[row][col * 3 + 1] = green;
...
0
votes
1answer
543 views
Why do I have trouble changing mouse cursors in my implementation of an interactive QGraphicsView in Qt?
I need to display MDI windows containing images in my application. I wanted to be able to drag-scroll the images using the right mouse button, zoom them using the mouse wheel, and also create ...
0
votes
2answers
407 views
Getting the size of a QGraphicsView
I want to know the size of a certain QGraphicsView. Its size isn't fixed because the widget is part of a grid layout. I tried using this->ui->myGraphicsView->width() and its height equivalent ...
0
votes
1answer
299 views
intercept mouse events when creating a custom QGraphicsItem
I am using a standard QGraphicsView and QGraphicsScene, but I have subclassed a QGraphicsPixmapItem to my own ImagePixmapItem for the purposes of being able to use the mouse events on the ...
0
votes
2answers
368 views
Qt - how to map ,map coordinates to image pixel in an scene
I have created an Scene in Qt where i took the an image from open street map[.png] and placed it into the Scene . I have also exported its coordinates in an another file .My Question is how do I map ...