How to access Qt components loaded from file?

Juan Christian juan0christian at gmail.com
Thu Nov 20 12:57:33 EST 2014


So, I need to study QThreads, do you know any book or video-course that
talks about this matter? I've seen the tutorials that you pointed but I
need a "wider" approach regarding QThreads to really understand it and
apply it to my needs. The docs aren't that clear for me.

On Thu Nov 20 2014 at 1:43:21 PM Michael Torrie <torriem at gmail.com> wrote:

> On 11/19/2014 07:53 PM, Juan Christian wrote:
> > Thanks, it's working using QTimer. The thing is that whenever the program
> > is going to do something, in my case, draw a new QGroupBox with some
> > components inside and put it in the Form (I'm using VBoxLayout in the
> main
> > form) the program freezes, and I'm using very simple components just for
> > testing.This shouldn't be normal, right?
> >
> > Am I doing something wrong?
>
> I clicked send too soon. The stackoverflow link is really referring to
> another link, which is much more complete and hopefully helpful to you:
>
> http://joplaete.wordpress.com/2010/07/21/threading-with-pyqt4/
>
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20141120/c3503511/attachment.html>


More information about the Python-list mailing list