--- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py Fri Dec 13 22:45:47 2013 +0100 +++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py Fri Dec 13 23:39:14 2013 +0100 @@ -613,6 +613,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.stackArea.orientation() + def setSplitOrientation(self, orientation): """ Public method used to set the orientation of the split view.