Month: July 2012

C/C++ : fftw Tutorial

C/C++ : fftw Tutorial FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data. I use this library for compute FFT because the library is fast and simple to use.  This is my fftw tutorial. So,

Qt : QScroolArea paintEvent

Qt : QScroolArea PaintEvent I want to create paintEvent in QScroolArea. This is a tutorial how to implement QScroolArea paintEvent method.  I have confused how to create drawingEvent in the QScroolArea. So, after searching and try some of method, I create tutorial  how QScroolArea implement paintEvent. This is the steps how to implemnt QScroolArea paintEvent