Hm, thank google wasn't very helpful....
Should I use QThread or QObject? This wasn't clear too...
Do I have to create my own classes? Can I avoid this? I need something simple, like:
Qt Code:
  1. QObject object;
  2. object.setFunction(MainWindow::MyFunction_that_I_want_to_be_launched());
  3. object.run
  4. //more code here that will be executed without waiting the MyFunction_that_I_want_to_be_launched() to finish running
To copy to clipboard, switch view to plain text mode 

I don't know what are they talking about producers and consumers....