Posts

Showing posts from September, 2015

Qt and Visual Studio: Qt5Core.dll not found error

Image
When I move a Visual Studio project from different PCs (using same version of Visual Studio) sometime it happen to get a very strange error running the executable from Visual Studio (with Qt Plugin installed).

Qt Snippet: Use QScroller with QScrollArea

Image
In case you are developing a Qt app for mobile device you'll have the "problem" to manage widgets that need to be scrolled for show data inside. In Desktop system this work is done by using scrollbars or the wheel mouse event but in mobile system you can not use same ways. Instead the touch event is the only way the user have to scroll your widget.