-
首页
-
PyQt 4.11.4
-
所有类
-
模块
QAssistantClient Class Reference
[
QtAssistant
module]
继承
QObject
.
方法
Qt Signals
详细描述
方法文档编制
QAssistantClient.__init__ (
self
, QString
path
,
QObject
parent
= None)
parent
argument, if not None, causes
self
to be owned by Qt instead of PyQt.
QAssistantClient.closeAssistant (
self
)
This method is also a Qt slot with the C++ signature
void closeAssistant()
.
bool QAssistantClient.isOpen (
self
)
QAssistantClient.openAssistant (
self
)
This method is also a Qt slot with the C++ signature
void openAssistant()
.
QAssistantClient.setArguments (
self
, QStringList
arguments
)
QAssistantClient.showPage (
self
, QString
page
)
This method is also a Qt slot with the C++ signature
void showPage(const QString&)
.
Qt Signal Documentation
void assistantClosed ()
This is the default overload of this signal.
void assistantOpened ()
This is the default overload of this signal.
void error (const QString&)
This is the default overload of this signal.
-
首页
-
PyQt 4.11.4
-
文档编制