1426 |
1426 |
1427 self.__fileManagerWidget = None |
1427 self.__fileManagerWidget = None |
1428 |
1428 |
1429 self.filesButton.setChecked(checked) |
1429 self.filesButton.setChecked(checked) |
1430 |
1430 |
|
1431 def shutdown(self): |
|
1432 """ |
|
1433 Public method to perform some shutdown actions. |
|
1434 """ |
|
1435 if self.__linkConnected: |
|
1436 with EricOverrideCursor(): |
|
1437 self.__disconnectFromDevice() |
|
1438 |
1431 ################################################################## |
1439 ################################################################## |
1432 ## Super Menu related methods below |
1440 ## Super Menu related methods below |
1433 ################################################################## |
1441 ################################################################## |
1434 |
1442 |
1435 def __aboutToShowSuperMenu(self): |
1443 def __aboutToShowSuperMenu(self): |