書き込むの忘れてた(興味ある人おるかしらんけど)

Shift+Alt+右で右に1px大きくなるはずが2px大きくなる(+1)
Shift+Alt+左で左に1px小さくなるはずが全く動かない(-1)
>>297のちょっと下でsetRightしてる
あたり見ると

https://doc.qt.io/qt-5/qrect.html#right
> Note that for historical reasons this function returns left() + width() - 1; use x() + width() to retrieve the true x-coordinate.
これが原因っぽいね


ただそれ以外にもバグりまくりのグダグダやね