Hello all,<br><br>I&#39;m having a problem with python threading and qt layouts.<br>A filter widget is composed of several QRadioButtons. I don&#39;t know these radio buttons in advance, I fetch them from another thread.<br>
Upon completion, a callback function to layout these buttons is called.<br><br>This is not working. :)<br><br>I put a sample button in the __init__ method of my filter widget and it worked.<br><br>So my question is the following: isn&#39;t it possible to layout widgets outside the __init__ method. Also can it be that my qradio widgets<br>
are being deleted? I&#39;m keeping a reference to them inside a dictionary, but I dunno maybe qt engine is deleting them anyway.<br><br>Thanks in advance for your help.<br clear="all"><br>-- <br>NOAGBODJI Paul Victor