ViewManager/ViewManager.py

changeset 3100
1c86bf655433
parent 3069
8a9579bbf583
child 3101
5213d9f28318
--- a/ViewManager/ViewManager.py	Wed Nov 20 18:48:39 2013 +0100
+++ b/ViewManager/ViewManager.py	Wed Nov 20 19:50:35 2013 +0100
@@ -416,12 +416,20 @@
         """
         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 Qt.Vertical
+        
     def setSplitOrientation(self, orientation):
         """
         Public method used to set the orientation of the split view.
         
         @param orientation orientation of the split
-                (Qt.Horizontal or Qt.Vertical)
+            (Qt.Horizontal or Qt.Vertical)
         """
         pass
         

eric ide

mercurial