Defines utility functions for working with SVG documents in Qt.
Prompts the user to save an SVG document to disk.
Parameters: | string : basestring
parent : QWidget, optional
|
---|---|
Returns: | The name of the file to which the document was saved, or None if the save was cancelled. |
Copy a SVG document to the clipboard.
Parameters: | string : basestring
|
---|
Convert a SVG document to a QImage.
Parameters: | string : basestring
size : QSize, optional
|
---|---|
Returns: | A QImage of format QImage.Format_ARGB32. |
Raises: | ValueError
|