1082 self.prevSplitAct.setEnabled(False) |
1082 self.prevSplitAct.setEnabled(False) |
1083 return True |
1083 return True |
1084 |
1084 |
1085 return False |
1085 return False |
1086 |
1086 |
|
1087 def getSplitOrientation(self): |
|
1088 """ |
|
1089 Public method to get the orientation of the split view. |
|
1090 |
|
1091 @return orientation of the split (Qt.Horizontal or Qt.Vertical) |
|
1092 """ |
|
1093 return self.orientation() |
|
1094 |
1087 def setSplitOrientation(self, orientation): |
1095 def setSplitOrientation(self, orientation): |
1088 """ |
1096 """ |
1089 Public method used to set the orientation of the split view. |
1097 Public method used to set the orientation of the split view. |
1090 |
1098 |
1091 @param orientation orientation of the split |
1099 @param orientation orientation of the split |