PluginPipxInterface.py

changeset 58
14c5df20f271
parent 56
2284c6696655
child 59
a5e7feb2310c
equal deleted inserted replaced
57:6b147765d5ec 58:14c5df20f271
247 ) 247 )
248 print("Using default.") 248 print("Using default.")
249 249
250 def __activateWidget(self): 250 def __activateWidget(self):
251 """ 251 """
252 Private slot to handle the activation of the MQTT Monitor. 252 Private slot to handle the activation of the pipx interface.
253 """ 253 """
254 uiLayoutType = self.__ui.getLayoutType() 254 uiLayoutType = self.__ui.getLayoutType()
255 255
256 if uiLayoutType == "Toolboxes": 256 if uiLayoutType == "Toolboxes":
257 self.__ui.rToolboxDock.show() 257 self.__ui.rToolboxDock.show()

eric ide

mercurial