qt 6.5.3
This commit is contained in:
parent
55c2da5ae4
commit
5ebc7aec74
@ -51,7 +51,7 @@ else
|
|||||||
USE_QT6="ON"
|
USE_QT6="ON"
|
||||||
|
|
||||||
QTPATH="$(pwd)/Qt"
|
QTPATH="$(pwd)/Qt"
|
||||||
QTVERSION="6.5.2"
|
QTVERSION="6.5.3"
|
||||||
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
|
QTBIN="$QTPATH/$QTVERSION/$QTOS/bin"
|
||||||
|
|
||||||
# Install "aqtinstall" from its master branch to have latest code.
|
# Install "aqtinstall" from its master branch to have latest code.
|
||||||
|
@ -24,7 +24,7 @@ if ($use_qt5 -eq "ON") {
|
|||||||
$qt_version = "5.15.2"
|
$qt_version = "5.15.2"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$qt_version = "6.5.2"
|
$qt_version = "6.5.3"
|
||||||
}
|
}
|
||||||
|
|
||||||
$is_qt_6 = $qt_version.StartsWith("6")
|
$is_qt_6 = $qt_version.StartsWith("6")
|
||||||
|
@ -898,7 +898,6 @@ void FeedsView::setupAppearance() {
|
|||||||
|
|
||||||
setUniformRowHeights(true);
|
setUniformRowHeights(true);
|
||||||
setAnimated(true);
|
setAnimated(true);
|
||||||
|
|
||||||
setSortingEnabled(false);
|
setSortingEnabled(false);
|
||||||
setItemsExpandable(true);
|
setItemsExpandable(true);
|
||||||
setAutoExpandDelay(800);
|
setAutoExpandDelay(800);
|
||||||
@ -912,7 +911,7 @@ void FeedsView::setupAppearance() {
|
|||||||
setDragDropMode(QAbstractItemView::DragDropMode::InternalMove);
|
setDragDropMode(QAbstractItemView::DragDropMode::InternalMove);
|
||||||
setAllColumnsShowFocus(false);
|
setAllColumnsShowFocus(false);
|
||||||
setRootIsDecorated(false);
|
setRootIsDecorated(false);
|
||||||
setSelectionMode(QAbstractItemView::SelectionMode::SingleSelection);
|
setSelectionMode(QAbstractItemView::SelectionMode::ExtendedSelection);
|
||||||
setItemDelegate(new StyledItemDelegateWithoutFocus(qApp->settings()
|
setItemDelegate(new StyledItemDelegateWithoutFocus(qApp->settings()
|
||||||
->value(GROUP(GUI), SETTING(GUI::HeightRowFeeds))
|
->value(GROUP(GUI), SETTING(GUI::HeightRowFeeds))
|
||||||
.toInt(),
|
.toInt(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user