34 from classes
import info, ui_util
35 from classes.app
import get_app
43 ui_path = os.path.join(info.PATH,
'windows',
'ui',
'presets.ui')
47 QDialog.__init__(self)
def get_app()
Returns the current QApplication instance of OpenShot.
def delete_preset(self)
Delete the preset which has been previously created.
def save_current_preset(self)
Save this new preset.
def init_ui(window)
Initialize all child widgets and action of a window or dialog.
def load_presets_list(self)
Display presets list.
def load_ui(window, path)
Load a Qt *.ui file, and also load an XML parsed version.