qt 6.5.3
This commit is contained in:
parent
55c2da5ae4
commit
5ebc7aec74
@ -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.
|
||||
|
@ -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")
|
||||
|
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user