- made sure that if the OR-TOOLS package is not installed then the options in the Preferences for the related optimizations are disabled

This commit is contained in:
Marius Stanciu
2021-11-20 19:41:52 +02:00
committed by Marius
parent 640739cc65
commit b494669ca0
6 changed files with 32 additions and 11 deletions

View File

@@ -123,14 +123,14 @@ class RadioSetDefaults(RadioSet):
* 'label': Shown in the UI
* '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
:param choices: List of choices. See description.
:param orientation: 'horizontal' (default) of 'vertical'.
:param parent: Qt parent widget.
:type choices: list
:param dictionary:
:type dictionary: "dict"
:type dictionary: "dict"
:param key_spec:
:type key_spec: 'str'
:type key_spec: 'str'
"""
super(RadioSetDefaults, self).__init__(choices=choices, orientation=orientation, compact=compact, parent=parent)