- Film Tool - remade the 'Beginner/Advanced' Mode

This commit is contained in:
Marius Stanciu
2020-12-10 16:33:18 +02:00
committed by Marius
parent 7c0aa654ba
commit 34e34ad5eb
5 changed files with 153 additions and 41 deletions

View File

@@ -103,7 +103,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
"the Selected Tab for all kinds of FlatCAM objects."))
grid0.addWidget(self.app_level_label, 10, 0, 1, 2)
self.app_level_radio = RadioSet([{'label': _('Basic'), 'value': 'b'},
self.app_level_radio = RadioSet([{'label': _('Beginner'), 'value': 'b'},
{'label': _('Advanced'), 'value': 'a'}])
grid0.addWidget(self.app_level_radio, 12, 0, 1, 2)