You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Me da este error al iniciar la configuración del paradigma:
Traceback (most recent call last):
File "C:\Users\edusa\MEDUSA\v2023\src\exceptions.py", line 69, in wrapper_decorator
value = func(*args, **kwargs)
File "C:\Users\edusa\MEDUSA\v2023\src\gui\apps_panel\apps_panel.py", line 304, in app_config
self.app_config_window = conf_window(
File "C:\Users\edusa\MEDUSA\v2023\src\accounts\esanvaz\apps\cvep_speller\config.py", line 98, in init
self.set_settings_to_gui()
File "C:\Users\edusa\MEDUSA\v2023\src\accounts\esanvaz\apps\cvep_speller\config.py", line 273, in set_settings_to_gui
new_layout.setMargin(10)
AttributeError: 'QGridLayout' object has no attribute 'setMargin'
Me da este error al iniciar la configuración del paradigma:
Traceback (most recent call last):
File "C:\Users\edusa\MEDUSA\v2023\src\exceptions.py", line 69, in wrapper_decorator
value = func(*args, **kwargs)
File "C:\Users\edusa\MEDUSA\v2023\src\gui\apps_panel\apps_panel.py", line 304, in app_config
self.app_config_window = conf_window(
File "C:\Users\edusa\MEDUSA\v2023\src\accounts\esanvaz\apps\cvep_speller\config.py", line 98, in init
self.set_settings_to_gui()
File "C:\Users\edusa\MEDUSA\v2023\src\accounts\esanvaz\apps\cvep_speller\config.py", line 273, in set_settings_to_gui
new_layout.setMargin(10)
AttributeError: 'QGridLayout' object has no attribute 'setMargin'
La función setMargin esta deprecated https://doc.qt.io/qt-5/qlayout-obsolete.html#margin
The text was updated successfully, but these errors were encountered: