0
votes
How to set an initial size of a QScrollArea?
If you're trying to display an image inside a scroll area, your best bet isn't going with a label.
You should try using a QGraphicsView/QGraphicsScene/QGraphicPixmapItem (instead of the S …
0
votes
Looking for a script to colorize C++ code.
Notepad++ is pretty good and I use it when I'm on a windows system and doing C++.
Here is the title off the sourceforge page:
Notepad++ is a generic source code editor (it tries to be anywa …
