ProjectSettings#
This class provides access to the project settings.
property author#
Gets the project author's name.
Returns#
| Type | Description |
|---|---|
| str | The project author's name. |
property creation_date#
Gets the project creation date.
Returns#
| Type | Description |
|---|---|
| str | The project creation date. |
property file_path#
Gets the path of the project file.
Returns#
| Type | Description |
|---|---|
| str | The path of the project file. |
property name#
Gets the project's name.
Returns#
| Type | Description |
|---|---|
| str | The name of the project. |
property version#
Gets the project's version.
Returns#
| Type | Description |
|---|---|
| str | The project's version. |