How is that border color defined? (system color schemes)

2020-10-13 Thread chiasa.men
https://pasteboard.co/JvupDV3.png Per trial and error I assumed the line (border of list view (vertical right under the cursor)) color: #bcbebf is defined by a combination of Window Text and Window Background (at least it changes if one of the colors is changed) - but how is it determined

KDE CI: Frameworks » knotifications » kf5-qt5 AndroidQt5.15 - Build # 11 - Failure!

2020-10-13 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks/job/knotifications/job/kf5-qt5%20AndroidQt5.15/11/ Project: kf5-qt5 AndroidQt5.15 Date of build: Tue, 13 Oct 2020 16:52:05 + Build duration: 26 sec and counting CONSOLE OUTPUT

TableView (QtQuick 2) with alternating row colors (DelegateChooser)

2020-10-13 Thread chiasa.men
// code import QtQuick 2.15 import QtQuick.Window 2.15 import QtQuick 2.12 import QtQuick.Controls 2.5 import Qt.labs.qmlmodels 1.0 ApplicationWindow { width: 400 height: 400 visible: true TableView { anchors.fill: parent columnSpacing: 1 rowSpacing: 1