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 « PySide6.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__]
__init__(self, /, *args, **kwargs) Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__]

Liste des attributs statiques

Nom de l'attribut Valeur
ArchDataPathPySide6.QtCore.QLibraryInfo.LibraryPath.ArchDataPath
BinariesPathPySide6.QtCore.QLibraryInfo.LibraryPath.BinariesPath
DataPathPySide6.QtCore.QLibraryInfo.LibraryPath.DataPath
DocumentationPathPySide6.QtCore.QLibraryInfo.LibraryPath.DocumentationPath
ExamplesPathPySide6.QtCore.QLibraryInfo.LibraryPath.ExamplesPath
HeadersPathPySide6.QtCore.QLibraryInfo.LibraryPath.HeadersPath
LibrariesPathPySide6.QtCore.QLibraryInfo.LibraryPath.LibrariesPath
LibraryExecutablesPathPySide6.QtCore.QLibraryInfo.LibraryPath.LibraryExecutablesPath
PluginsPathPySide6.QtCore.QLibraryInfo.LibraryPath.PluginsPath
PrefixPathPySide6.QtCore.QLibraryInfo.LibraryPath.PrefixPath
Qml2ImportsPathPySide6.QtCore.QLibraryInfo.LibraryPath.Qml2ImportsPath
QmlImportsPathPySide6.QtCore.QLibraryInfo.LibraryPath.QmlImportsPath
SettingsPathPySide6.QtCore.QLibraryInfo.LibraryPath.SettingsPath
TestsPathPySide6.QtCore.QLibraryInfo.LibraryPath.TestsPath
TranslationsPathPySide6.QtCore.QLibraryInfo.LibraryPath.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__]
isDebugBuild() -> bool isDebugBuild() -> bool [extrait de isDebugBuild.__doc__]
LibraryPath
location(location: PySide6.QtCore.QLibraryInfo.LibraryPath) -> str location(location: PySide6.QtCore.QLibraryInfo.LibraryPath) -> str [extrait de location.__doc__]
path(p: PySide6.QtCore.QLibraryInfo.LibraryPath) -> str path(p: PySide6.QtCore.QLibraryInfo.LibraryPath) -> str [extrait de path.__doc__]
platformPluginArguments(platformName: str) -> List[str] platformPluginArguments(platformName: str) -> List[str] [extrait de platformPluginArguments.__doc__]
version() -> PySide6.QtCore.QVersionNumber version() -> PySide6.QtCore.QVersionNumber [extrait de version.__doc__]

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

__delattr__, __getattribute__, __init_subclass__, __setattr__, __subclasshook__

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

__dir__, __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__