Peter HartmannDec 11, 20203 minClassifying brain tumors with machine learningThis blog post shows the findings of a brain tumor classification problem, which was conducted for the talk "Machine Learning in...
Peter HartmannJan 15, 20202 minQML CachingLoader: Caching loaded pagesTL;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 HartmannNov 27, 20192 minUsing QtWidgets in QMLTL;DR: Yeah, it's somewhat possible. The somewhat official story goes like this: You write your desktop application in QtWidgets, and an...
Peter HartmannOct 1, 20194 min26 tips for Qt projects on Embedded targetsHere 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 HartmannSep 18, 20183 minMeet 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:...