I have a QGraphicsView. To that I added a QGraphicsScene and to that a added an QPixmap(*.jpeg) and QGraphicsEllipseItem(a circle). The QPixmap is muc开发者_开发知识库h more bigger than the QGraphicsV
Is there a way to restrict the area where a QGraphicsItem like QRect can be moved when setFlag(ItemIsMovable) is set?
I\'m using sub开发者_高级运维-classed QGraphicsView\'s in an MDIArea I want to be able to change the icon of the window from \'within\' the object, but it just seems to ignore me... no errors or warni
Trying to add text to QGraphicsView: Widget::Widget(QWidget *parent) : QWidget(parent), ui(new Ui::Widget)
Sorry for my beginner\'s question... What is the easiest way to define procedures, which are executed when MousePressEvent o开发者_StackOverflow社区r MouseReleaseEvent occurs?
I use the last Qt version for a projet and QProcess. I want to lauch program from my application by using QProcess. I want to display a QGraphicsView transparent on full screen over the launched progr
I have placed a few buttons in a Qgraphicsscene, but I don’t know how to navigate to the button from a keyboard.
How to write text in a certain cordinate in QGraphicsScene? I was trying to do like this, but with no success. Text has black borders but inside the letters 开发者_如何转开发it is white, and I can\'t
I have used QGraphicsView, QGraphicsScene classes in order to show a pi开发者_JAVA技巧cture in a widget like this:
I am working on a mapping application and need to display the data objects using a table, a form and as graphical objects in the map. I\'m using PyQt, but that\'s not really important as this is a Qt