OpenShot Video Editor  2.0.0
Namespaces | Functions
qt_types.py File Reference

This file contains helper functions for Qt types (string to base64) More...

Go to the source code of this file.

Namespaces

 qt_types
 

Functions

def qt_types.bytes_to_str
 This is required to load base64 Qt byte array strings into a Qt byte array (to load screen preferences) More...
 
def qt_types.str_to_bytes
 This is required to save Qt byte arrays into a base64 string (to save screen preferences) More...
 

Detailed Description

This file contains helper functions for Qt types (string to base64)

Author
Noah Figg eggmu.nosp@m.nkee.nosp@m.@hotm.nosp@m.ail..nosp@m.com
Jonathan Thomas jonat.nosp@m.han@.nosp@m.opens.nosp@m.hot..nosp@m.org
Olivier Girard eolin.nosp@m.wen@.nosp@m.gmail.nosp@m..com

LICENSE

Copyright (c) 2008-2018 OpenShot Studios, LLC (http://www.openshotstudios.com). This file is part of OpenShot Video Editor (http://www.openshot.org), an open-source project dedicated to delivering high quality video editing and animation solutions to the world.

OpenShot Video Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

OpenShot Video Editor is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with OpenShot Library. If not, see http://www.gnu.org/licenses/.

Definition in file qt_types.py.