Disable autoscroll

This commit is contained in:
Andreas Tsouchlos 2024-01-15 10:50:51 +01:00
parent feabd3a4fd
commit 564f22725a
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.idea/
__pycache__/
venv/
build/
build/
banking_breakdown.egg-info

View File

@ -123,6 +123,9 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="transactionTableView">
<property name="autoScroll">
<bool>false</bool>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>