OpenShot Video Editor
2.0.0
|
Preferences Dialog. More...
Public Member Functions | |
def | __init__ |
def | bool_value_changed |
def | check_for_restart |
Check if the app needs to restart. More... | |
def | closeEvent |
Signal for closing Preferences window. More... | |
def | dropdown_index_changed |
def | reject |
def | spinner_value_changed |
def | text_value_changed |
Public Attributes | |
category_names | |
category_sort | |
category_tabs | |
params | |
requires_restart | |
s | |
settings_data | |
Static Public Attributes | |
tuple | ui_path = os.path.join(info.PATH, 'windows', 'ui', 'preferences.ui') |
Preferences Dialog.
Definition at line 49 of file preferences.py.
def preferences.Preferences.__init__ | ( | self | ) |
Definition at line 54 of file preferences.py.
def preferences.Preferences.bool_value_changed | ( | self, | |
widget, | |||
param, | |||
state | |||
) |
Definition at line 259 of file preferences.py.
def preferences.Preferences.check_for_restart | ( | self, | |
param | |||
) |
Check if the app needs to restart.
Definition at line 255 of file preferences.py.
def preferences.Preferences.closeEvent | ( | self, | |
event | |||
) |
Signal for closing Preferences window.
Definition at line 355 of file preferences.py.
def preferences.Preferences.dropdown_index_changed | ( | self, | |
widget, | |||
param, | |||
index | |||
) |
Definition at line 340 of file preferences.py.
def preferences.Preferences.reject | ( | self | ) |
Definition at line 359 of file preferences.py.
def preferences.Preferences.spinner_value_changed | ( | self, | |
param, | |||
value | |||
) |
Definition at line 303 of file preferences.py.
def preferences.Preferences.text_value_changed | ( | self, | |
widget, | |||
param, | |||
value = None |
|||
) |
Definition at line 319 of file preferences.py.
preferences.Preferences.category_names |
Definition at line 85 of file preferences.py.
preferences.Preferences.category_sort |
Definition at line 87 of file preferences.py.
preferences.Preferences.category_tabs |
Definition at line 86 of file preferences.py.
preferences.Preferences.params |
Definition at line 79 of file preferences.py.
preferences.Preferences.requires_restart |
Definition at line 84 of file preferences.py.
preferences.Preferences.s |
Definition at line 70 of file preferences.py.
preferences.Preferences.settings_data |
Definition at line 73 of file preferences.py.
|
static |
Definition at line 52 of file preferences.py.