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