This commit is contained in:
Martin Rotter 2023-10-25 14:12:35 +02:00
parent 55c2da5ae4
commit 5ebc7aec74
3 changed files with 3 additions and 4 deletions

View File

@ -51,7 +51,7 @@ else
USE_QT6="ON"
QTPATH="$(pwd)/Qt"
QTVERSION="6.5.2"
QTVERSION="6.5.3"
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
# Install "aqtinstall" from its master branch to have latest code.

View File

@ -24,7 +24,7 @@ if ($use_qt5 -eq "ON") {
$qt_version = "5.15.2"
}
else {
$qt_version = "6.5.2"
$qt_version = "6.5.3"
}
$is_qt_6 = $qt_version.StartsWith("6")

View File

@ -898,7 +898,6 @@ void FeedsView::setupAppearance() {
setUniformRowHeights(true);
setAnimated(true);
setSortingEnabled(false);
setItemsExpandable(true);
setAutoExpandDelay(800);
@ -912,7 +911,7 @@ void FeedsView::setupAppearance() {
setDragDropMode(QAbstractItemView::DragDropMode::InternalMove);
setAllColumnsShowFocus(false);
setRootIsDecorated(false);
setSelectionMode(QAbstractItemView::SelectionMode::SingleSelection);
setSelectionMode(QAbstractItemView::SelectionMode::ExtendedSelection);
setItemDelegate(new StyledItemDelegateWithoutFocus(qApp->settings()
->value(GROUP(GUI), SETTING(GUI::HeightRowFeeds))
.toInt(),