Further QT learning
Posted by mholmes on 10 Sep 2010 in Activity log
Today double-buffering in widget creation (something we might well use in IMT, for large images that need to be zoomed often), and also some gotchas about using the STL -- the sample code from the book I'm using didn't include the includes I needed. Note to self: remember #include <cstdlib>
and #include <cmath>
etc. if you want to use e.g. std::pow()
.