Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « PySide2.QtCore »

Classe « QLibraryInfo »

Informations générales

Héritage

builtins.object
    Object
        QLibraryInfo

Définition

class QLibraryInfo(Object):

Constructeur(s)

Signature du constructeur Description
__new__(*args, **kwargs) Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
ArchDataPathPySide2.QtCore.QLibraryInfo.LibraryLocation.ArchDataPath
BinariesPathPySide2.QtCore.QLibraryInfo.LibraryLocation.BinariesPath
DataPathPySide2.QtCore.QLibraryInfo.LibraryLocation.DataPath
DocumentationPathPySide2.QtCore.QLibraryInfo.LibraryLocation.DocumentationPath
ExamplesPathPySide2.QtCore.QLibraryInfo.LibraryLocation.ExamplesPath
HeadersPathPySide2.QtCore.QLibraryInfo.LibraryLocation.HeadersPath
ImportsPathPySide2.QtCore.QLibraryInfo.LibraryLocation.ImportsPath
LibrariesPathPySide2.QtCore.QLibraryInfo.LibraryLocation.LibrariesPath
LibraryExecutablesPathPySide2.QtCore.QLibraryInfo.LibraryLocation.LibraryExecutablesPath
PluginsPathPySide2.QtCore.QLibraryInfo.LibraryLocation.PluginsPath
PrefixPathPySide2.QtCore.QLibraryInfo.LibraryLocation.PrefixPath
Qml2ImportsPathPySide2.QtCore.QLibraryInfo.LibraryLocation.Qml2ImportsPath
SettingsPathPySide2.QtCore.QLibraryInfo.LibraryLocation.SettingsPath
TestsPathPySide2.QtCore.QLibraryInfo.LibraryLocation.TestsPath
TranslationsPathPySide2.QtCore.QLibraryInfo.LibraryLocation.TranslationsPath

Liste des opérateurs

Opérateurs hérités de la classe object

__eq__, __ge__, __gt__, __le__, __lt__, __ne__

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes dépréciées
Signature de la méthodeDescription
build() -> bytes build() -> bytes [extrait de build.__doc__]
buildDate() -> PySide2.QtCore.QDate buildDate() -> PySide2.QtCore.QDate [extrait de buildDate.__doc__]
isDebugBuild() -> bool isDebugBuild() -> bool [extrait de isDebugBuild.__doc__]
LibraryLocation
licensedProducts() -> str licensedProducts() -> str [extrait de licensedProducts.__doc__]
licensee() -> str licensee() -> str [extrait de licensee.__doc__]
location(arg__1: PySide2.QtCore.QLibraryInfo.LibraryLocation) -> str location(arg__1: PySide2.QtCore.QLibraryInfo.LibraryLocation) -> str [extrait de location.__doc__]
platformPluginArguments(platformName: str) -> typing.List[str] platformPluginArguments(platformName: str) -> typing.List[str] [extrait de platformPluginArguments.__doc__]
version() -> PySide2.QtCore.QVersionNumber version() -> PySide2.QtCore.QVersionNumber [extrait de version.__doc__]

Méthodes héritées de la classe Object

__init_subclass__, __subclasshook__

Méthodes héritées de la classe object

__delattr__, __dir__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__