--- a/Debugger/DebugViewer.py Thu Jan 06 19:47:21 2011 +0100 +++ b/Debugger/DebugViewer.py Fri Jan 07 10:02:23 2011 +0100 @@ -395,6 +395,14 @@ """ return self.__tabWidget.currentWidget() + def setCurrentWidget(self, widget): + """ + Public slot to set the current page based on the given widget. + + @param widget reference to the widget (QWidget) + """ + self.__tabWidget.setCurrentWidget(widget) + def showThreadList(self, currentID, threadList): """ Public method to show the thread list.