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)
Draw a border around all objects/shapes in a QGraphicsItem paint method
I want to draw a border around all objects/shapes within a QGraphicsItem Paint method. (The green and red circles are part of a separate item, so they don't count in this situation)
I am currently dra...
Adam Sirrelle
Votes: 0
Answers: 1
Increase QPen Width
I need to increase the pen width for the below code using Painter/QPen, but nothing that I try works. Can someone please point me in the right direction?
while c_len < MAX_LENGTH:
# Se...
Brian
Votes: 0
Answers: 1
How do I print the generated QR code using Nayku's library in a pdf file?
I am using a third party library : https://github.com/nayuki/QR-Code-generator using c++.
So far what I have reached in my code is printing the QR code in the console.
My app generates a pdf file that...
Mohamed El Kayal
Votes: 0
Answers: 0
How to draw on pixmap - PySide6
I have a QDialog with QScrollArea, the QScrollArea has a QLabel containing pixmap. I need to draw on that pixmap. From what I have read in the documentation I should be able to draw directly to the pi...
nocturne
Votes: 0
Answers: 0