Posts

Showing posts from January, 2016

Online graphic text or logo creators

Image
Another important task of software development is to create a good graphic elements for make the interface look better. Graphic texts, icons, logos and so on are all parts of a good product. If you, like me, are not so good in graphic design we need some help...

Qt Snippet: QGraphicsView fitInView() and the unwanted margins bug

Image
In case you are working with Qt Graphics View Framework you probably make use of the QGraphicsView method fitInView() . This function, based to the official documentation, scales the view matrix and scrolls the scroll bars to ensure that the scene rectangle rect fits inside the viewport.