Plugins/ViewManagerPlugins/Tabview/Tabview.py

changeset 3100
1c86bf655433
parent 3062
9de9373da5bb
child 3142
55030c09e142
child 3160
209a07d7e401
diff -r 02ee75d31584 -r 1c86bf655433 Plugins/ViewManagerPlugins/Tabview/Tabview.py
--- 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.

eric ide

mercurial