parent.button_changecellvalue.setStatusTip('Change ID value of one cell. Use left click to select one cell and enter a new ID value.')
parent.button_changecellvalue.setStatusTip('Change ID value of one cell. Use left click to select one cell and enter a new ID value.')
# EXCHANGE CELL VALUES
# SPLIT CELLS
parent.button_split.toggle()
parent.button_split.toggle()
parent.button_split.setCheckable(True)
parent.button_split.setCheckable(True)
parent.button_split.setEnabled(True)
parent.button_split.setEnabled(True)
...
@@ -171,6 +171,16 @@ def Init(parent):
...
@@ -171,6 +171,16 @@ def Init(parent):
parent.button_split.setToolTip("Shortcut: X")
parent.button_split.setToolTip("Shortcut: X")
parent.button_split.setStatusTip('Split a selected cell into two. First left-click to select the cell, then draw a polygon around an area to split it off.')
parent.button_split.setStatusTip('Split a selected cell into two. First left-click to select the cell, then draw a polygon around an area to split it off.')