KDE CI: Frameworks » kpty » kf5-qt5 FreeBSDQt5.15 - Build # 16 - Still Unstable!

2020-10-13 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kpty/job/kf5-qt5%20FreeBSDQt5.15/16/ Project: kf5-qt5 FreeBSDQt5.15 Date of build: Wed, 14 Oct 2020 06:18:29 + Build duration: 29 sec and counting JUnit Tests Name: projectroot Fai

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

2020-10-13 Thread Noah Davis
KColorUtils::mix( palette.color( QPalette::Window ), palette.color( QPalette::WindowText ), 0.25 ) On Tue, Oct 13, 2020 at 2:25 PM chiasa.men wrote: > > https://pasteboard.co/JvupDV3.png > > Per trial and error I assumed the line (border of list view (vertical right > under the cursor)) color: #b

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 exactly?

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 [...trunc

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