forked from openlp/openlp
fixed doc
This commit is contained in:
parent
05bf2ec6fa
commit
49569746ea
@ -42,7 +42,7 @@ class EventReceiver(QtCore.QObject):
|
|||||||
**Mainwindow related and generic signals**
|
**Mainwindow related and generic signals**
|
||||||
|
|
||||||
``mainwindow_status_text``
|
``mainwindow_status_text``
|
||||||
Changes the bottom status bar text on the maindisplay window.
|
Changes the bottom status bar text on the mainwindow.
|
||||||
|
|
||||||
``openlp_warning_message``
|
``openlp_warning_message``
|
||||||
Displays a standalone Warning Message.
|
Displays a standalone Warning Message.
|
||||||
@ -254,7 +254,7 @@ class Receiver(object):
|
|||||||
To receive a Message
|
To receive a Message
|
||||||
``QtCore.QObject.connect(
|
``QtCore.QObject.connect(
|
||||||
Receiver.get_receiver(),
|
Receiver.get_receiver(),
|
||||||
QtCore.SIGNAL(u'<<Message ID>>'),
|
QtCore.SIGNALvideodisplay(u'<<Message ID>>'),
|
||||||
<<ACTION>>
|
<<ACTION>>
|
||||||
)``
|
)``
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user