eric6/UI/UserInterface.py

changeset 7947
e609e65bbcfd
parent 7946
6901746220fc
child 7948
6cbd0c086887
equal deleted inserted replaced
7946:6901746220fc 7947:e609e65bbcfd
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()

eric ide

mercurial