Plugins/ViewManagerPlugins/Tabview/Tabview.py

branch
Py2 comp.
changeset 3142
55030c09e142
parent 3080
6c0a430b19df
parent 3100
1c86bf655433
child 3145
a9de05d4a22f
equal deleted inserted replaced
3141:72f3bde98c58 3142:55030c09e142
1087 self.prevSplitAct.setEnabled(False) 1087 self.prevSplitAct.setEnabled(False)
1088 return True 1088 return True
1089 1089
1090 return False 1090 return False
1091 1091
1092 def getSplitOrientation(self):
1093 """
1094 Public method to get the orientation of the split view.
1095
1096 @return orientation of the split (Qt.Horizontal or Qt.Vertical)
1097 """
1098 return self.orientation()
1099
1092 def setSplitOrientation(self, orientation): 1100 def setSplitOrientation(self, orientation):
1093 """ 1101 """
1094 Public method used to set the orientation of the split view. 1102 Public method used to set the orientation of the split view.
1095 1103
1096 @param orientation orientation of the split 1104 @param orientation orientation of the split

eric ide

mercurial