StorageInfoThe StorageInfo element provides various information about the storage system. More... Inherits QtObject Properties
Methods
Detailed DescriptionProperty DocumentationThis property holds a list of all the available logical drives. This property is obsoleted, and will be removed soon. You don't need to use it at all. Method DocumentationReturns the type of the given drive. Possible values are:
Returns the available free space on the drive, in bytes. -1 is returned if the drive doesn't exist, or the information is not available. Returns the total space of the drive, in bytes. -1 is returned if the drive doesn't exist, or the information is not available. Returns the URI, or unique identifier for the given drive. If the drive doesn't exist, or the information is not available, an empty string is returned. |