top of page
Search

Classifying brain tumors with machine learning
This blog post shows the findings of a brain tumor classification problem, which was conducted for the talk "Machine Learning in...
Peter Hartmann
Dec 11, 20203 min read
375 views
0 comments

QML CachingLoader: Caching loaded pages
TL;DR: When switching back and forth between pages in a QML UI, caching the contents speeds up the loading time of the pages. When...
Peter Hartmann
Jan 15, 20202 min read
1,951 views
1 comment

Using QtWidgets in QML
TL;DR: Yeah, it's somewhat possible. The somewhat official story goes like this: You write your desktop application in QtWidgets, and an...
Peter Hartmann
Nov 27, 20192 min read
3,257 views
0 comments
26 tips for Qt projects on Embedded targets
Here are some tips about Qt and Embedded software projects that I gathered over the years while working on Qt and as a consultant for Qt...
Peter Hartmann
Oct 1, 20194 min read
1,149 views
0 comments

Meet QSkinny, a lightweight Qt UI library
[This post appeared here first: https://www.peter.hartmann.tk/single-post/2018/09/18/Meet-QSkinny-a-lightweight-Qt-UI-library] TL;DR:...
Peter Hartmann
Sep 18, 20183 min read
1,162 views
0 comments
bottom of page