134 @signal reloadAPIs() emitted to reload the api information |
134 @signal reloadAPIs() emitted to reload the api information |
135 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The |
135 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The |
136 name of the menu and a reference to the menu are given. |
136 name of the menu and a reference to the menu are given. |
137 @signal masterPasswordChanged(str, str) emitted after the master |
137 @signal masterPasswordChanged(str, str) emitted after the master |
138 password has been changed with the old and the new password |
138 password has been changed with the old and the new password |
139 @signal onlineStateChanged(online) emitted to indicate a change of the |
|
140 network state |
|
141 """ |
139 """ |
142 appendStderr = pyqtSignal(str) |
140 appendStderr = pyqtSignal(str) |
143 appendStdout = pyqtSignal(str) |
141 appendStdout = pyqtSignal(str) |
144 preferencesChanged = pyqtSignal() |
142 preferencesChanged = pyqtSignal() |
145 reloadAPIs = pyqtSignal() |
143 reloadAPIs = pyqtSignal() |