preferences.py
Others:
Bases: object
| Parameters: | file – Current preferences file path. ( String ) |
|---|
This method is the property for self.__file attribute.
| Returns: | self.__file. ( String ) |
|---|
This method is the property for self.__settings attribute.
| Returns: | self.__settings. ( QSettings ) |
|---|
This method is the property for self.__defaultSettings attribute.
| Returns: | self.__defaultSettings. ( QSettings ) |
|---|
This method is the property for self.__defaultLayoutsSettings attribute.
| Returns: | self.__defaultLayoutsSettings. ( QSettings ) |
|---|
This method stores given key in settings file.
| Parameters: |
|
|---|
This method gets key value from settings file.
| Parameters: |
|
|---|---|
| Returns: | Current key value. ( Object ) |