--- a/Plugins/ViewManagerPlugins/Tabview/Tabview.py Wed Nov 20 18:48:39 2013 +0100 +++ b/Plugins/ViewManagerPlugins/Tabview/Tabview.py Wed Nov 20 19:50:35 2013 +0100 @@ -1084,6 +1084,14 @@ return False + def getSplitOrientation(self): + """ + Public method to get the orientation of the split view. + + @return orientation of the split (Qt.Horizontal or Qt.Vertical) + """ + return self.orientation() + def setSplitOrientation(self, orientation): """ Public method used to set the orientation of the split view.