python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Make QGraphicsVideoItem Fill QWidget
My goal is to create a simple video player QWidget that allows for some overlayed graphics (think subtitles or similar).
I started with the naive approach, which was to use QVideoWidget with another s...
Mr. Developerdude
Votes: 0
Answers: 1
How to detect / avoid overlapping of text in Qt?
I am having QGraphicsView, which has multiple QGraphicsItem's. On QGraphicsView I am performing multiple transformation like zoom-in, zoom-out, Fit-in etc.
In QGraphicsItem, I am having few rectangles...
tushar
Votes: 0
Answers: 0
Synchronize two QGraphicsView with different images
I would like to show two images next to each other, such that when I zoom or pan on one image the other image follows along. My current approach is to emit a viewUpdated event after resolving mouse ev...
midtiby
Votes: 0
Answers: 1
Mouse right click option using eventFilter in Qt
I have QGraphicsView, which has many QGraphicsItem. I am trying to create a right click menu on these QGraphicsItem. Right click menu has multiple options. But only 1st option works. It means, if I cl...
tushar
Votes: 0
Answers: 1