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() |