New ListView widget, based off of QGraphicsView, for fast and memory efficient list views

This commit is contained in:
Nav
2023-03-05 23:26:14 +00:00
parent 3ce1d7df43
commit 9cceb8b93c
7 changed files with 301 additions and 0 deletions

View File

@@ -220,3 +220,8 @@ QCheckBox::indicator:unchecked {
margin-top: 2px;
image: url(":/compiled/src/Insight/UserInterfaces/InsightWindow/Images/unchecked-action-icon.svg");
}
#list-graphics-view {
background-color: transparent;
border: none;
}