jf--- / openshapefactory

Automatically exported from code.google.com/p/openshapefactory
4 stars 1 forks source link

QScintilla code editor has low resolution when embedded in the symbolic view #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when added to the QGraphicsView
the resolution of the QWcintilla Code editor, looks really poor.

i have sent an email to the QScintilla Mailling list, awaiting a response,
meanwhile im investigating how to increase the dot per inch of the widget.

need to learn more about how the widget draws, and then how the QGraphicsProxy 
interprets the image returned by the widget.

can you make the image larger than needed, and then scaleit down to fit the 
rectangle where its needed.

can the widget be drawn to Qimage instead?

Original issue reported on code.google.com by arc.p...@gmail.com on 6 Sep 2011 at 7:47

GoogleCodeExporter commented 9 years ago
Just needed to set the weight of the font and make it prefer opengl font 
families in the set style strategy.

Original comment by arc.p...@gmail.com on 7 Sep 2011 at 4:28