Re: [Interest] Threading Question

2014-10-08 Thread Tony Rietwyk
Hi Jason, Are you calling QApplication.exec in your main thread? In not, I don't think the slots there will be activated. Regards, Tony > -Original Message- > From: interest-bounces+tony=rightsoft.com...@qt-project.org > [mailto:interest-bounces+tony=rightsoft.com...@qt-project.org

Re: [Interest] Threading Question

2014-10-08 Thread Constantin Makshin
Two suggestions: 1) add qDebug-s around the "emit someSignal();" line to see whether it returns or not, hanging somewhere in validateResult(); 2) try to explicitly specify the Qt::QueuedConnection type for the someSignal() connection — if it helps, then the [most likely] cause is Qt choosing wrong

Re: [Interest] Threading Question

2014-10-08 Thread Jason Kretzer
Addendum at the bottom… On Oct 8, 2014, at 11:42 PM, Jason Kretzer wrote: > I am a bit confused on threading. > > Lets say I have Thread A — which is where the program is started — has > main(), etc. > > Inside of main() I instantiate a class called BackgroundClass and I move it > to another

[Interest] Threading Question

2014-10-08 Thread Jason Kretzer
I am a bit confused on threading. Lets say I have Thread A — which is where the program is started — has main(), etc. Inside of main() I instantiate a class called BackgroundClass and I move it to another thread (Thread B). BackgroundClass::init(); QThread *thread = new QThread(

Re: [Interest] Setup in Open Suse

2014-10-08 Thread Frédéric Martinsons
In a shell of course! Le 8 oct. 2014 10:25, "Frédéric Martinsons" a écrit : > Maybe I'll say something silly but isn't a "chmod +x your_file.run && > ./your_file.run" do the job ? > At least this is what I do on my Ubuntu. > Le 8 oct. 2014 10:10, "safouane chabchoub" > a écrit : > >> Hello ever

Re: [Interest] Setup in Open Suse

2014-10-08 Thread Frédéric Martinsons
Maybe I'll say something silly but isn't a "chmod +x your_file.run && ./your_file.run" do the job ? At least this is what I do on my Ubuntu. Le 8 oct. 2014 10:10, "safouane chabchoub" a écrit : > Hello every body, > > I'am OpenSuse user, is there any way to setup the QT-Project? > > The file don

[Interest] Setup in Open Suse

2014-10-08 Thread safouane chabchoub
Hello every body, I'am OpenSuse user, is there any way to setup the QT-Project? The file donwloaded is a .run file which is not supported by OpenSuse Best Regards, Safouane CHABCHOUB ___ Interest mailing list Interest@qt-project.org http://lists.qt-pro