Added "connect" option for painting polygons.

This commit is contained in:
Juan Pablo Caram
2016-10-27 17:34:41 -04:00
parent 0b26a90175
commit f6d9901365
5 changed files with 66 additions and 17 deletions

View File

@@ -16,6 +16,8 @@ class RadioSet(QtGui.QWidget):
* 'value': The value returned is selected
:param choices: List of choices. See description.
:param orientation: 'horizontal' (default) of 'vertical'.
:param parent: Qt parent widget.
:type choices: list
"""
super(RadioSet, self).__init__(parent)