MatthewASimonson / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 0 forks source link

qtWidget visibility #498

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
we return the child qtwidgets in redRqtWidgets but sometimes these are in boxes 
or groupboxes.  settings widget.hide() or widget.show() sets the visibility of 
only the child widget and not the box. 

I changed listbox and radiobuttons but widgets should be checked for visibility 
and should have the hide and show and possibly even isVisible and setVisible 
methods altered to reflect this for the expected functions.

Original issue reported on code.google.com by kylecovi...@gmail.com on 26 Feb 2011 at 7:11

GoogleCodeExporter commented 9 years ago
This should be taken care of by widgetstate. The show and hide
functions are rewritten for self.controlarea. Since all qtwigets
should be contained in self.controlarea.

Original comment by anup.parikh on 26 Feb 2011 at 7:31

GoogleCodeExporter commented 9 years ago
so was this being done or did you just make the change.  I wasn't getting
the expected behavior when I was hiding a qtWidget.  If you are doing this
then revert my changes in radioButtons and listBox.  I won't change any more
qtWidgets

Original comment by kylecovi...@gmail.com on 26 Feb 2011 at 11:48

GoogleCodeExporter commented 9 years ago
fixed

Original comment by kylecovi...@gmail.com on 4 Jun 2011 at 3:09