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 |