1533 ) |
1533 ) |
1534 |
1534 |
1535 self.__sbZoom.valueChanged.connect(self.__zoomTo) |
1535 self.__sbZoom.valueChanged.connect(self.__zoomTo) |
1536 self.__sbZoom.setValue(0) |
1536 self.__sbZoom.setValue(0) |
1537 |
1537 |
1538 # TODO: add code to select the shell history style |
|
1539 @pyqtSlot(ShellHistoryStyle) |
1538 @pyqtSlot(ShellHistoryStyle) |
1540 def __historyStyleChanged(self, historyStyle): |
1539 def __historyStyleChanged(self, historyStyle): |
1541 """ |
1540 """ |
1542 Private slot to handle a change of the shell history style. |
1541 Private slot to handle a change of the shell history style. |
1543 |
1542 |