--- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py Wed Nov 20 18:48:39 2013 +0100 +++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py Wed Nov 20 19:50:35 2013 +0100 @@ -611,6 +611,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.