d
demitovApril 2, 2018, 3:36 a.m.

странное поведение свойства visible в Image

Здравствуйте!

 
столкнулся со следующей проблемой в своем проекте https://github.com/demitov/dashApp.git
 
для отображения иконок на панели я решил использовать свойство visible задавая его значение из массива данных либо нулем, либо единицей. но каково было мое удивление, когда передавая ноль, изображение иконки все-равно отображается на панели О_о.
 
я передаю массив данных: sourceData [238,63,2123,13.7,15,90,175571.3,23,1,1,1,1,1,1,1,1,1,1,1,1,255]
и к примеру иконка дальнего света:
 
Image {
        id: highBeam
        source: "qrc:/icons/HighBeam.png"
        visible: main.sourceData[8]
    }
и если в восьмой ячейке массива будет ноль или единица, то visible будет true, а если я не передам в массиве никакого значения тогда visible будет false.
но что-то мне подсказывает, что ноль должен интерпретироваться как false.
 
Подскажите пожалуйста, что я делаю не так
We recommend hosting TIMEWEB
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.

Do you like it? Share on social networks!

3
d
  • April 2, 2018, 4:41 a.m.

забыл добавить, я понимаю что необходимо привести тип строка в целое число, но вот не понимаю как это правильно реализовать в QML.

Пробовал main.sourceData[8].toInt()
но не помогло
    Evgenii Legotckoi
    • April 2, 2018, 5 a.m.
    • The answer was marked as a solution.

    Добрый день!

    Ничего странного в поведении нет. Здесь нужен именно тип данных boolean.
    QML конечно совместим с JavaScript, но у него всё-таки немного свои правила преобразования типов данных.
    Поэтому нужно добавить функцию в QML, которая будет делать проверку условия, когда изображение должно отображаться, например как в это сделано здесь.
    import QtQuick 2.10
    import QtQuick.Window 2.10
    import QtQuick.Layouts 1.3
    
    Window {
        visible: true
        width: 640
        height: 480
        title: qsTr("Hello World")
    
        property var myArray: [1, 0, 9]
    
        ColumnLayout {
            anchors.fill: parent
            Rectangle {
                color: "red"
                visible: isVisible((myArray[0]))
                width: 50
                height: 50
            }
    
            Rectangle {
                color: "green"
                visible: isVisible((myArray[1]))
                width: 50
                height: 50
            }
    
            Rectangle {
                color: "whitesmoke"
                visible: isVisible((myArray[2]))
                width: 50
                height: 50
            }
        }
    
        function isVisible(value)
        {
            return value > 0;
        }
    }
    
      d
      • April 2, 2018, 5:10 a.m.

      Спасибо огромное, заработало!

        Comments

        Only authorized users can post comments.
        Please, Log in or Sign up
        AD

        C ++ - Test 004. Pointers, Arrays and Loops

        • Result:50points,
        • Rating points-4
        m

        C ++ - Test 004. Pointers, Arrays and Loops

        • Result:80points,
        • Rating points4
        m

        C ++ - Test 004. Pointers, Arrays and Loops

        • Result:20points,
        • Rating points-10
        Last comments
        i
        innorwallNov. 14, 2024, 6:26 p.m.
        Qt/C++ - Lesson 031. QCustomPlot – The build of charts with time buy generic priligy We can just chat, and we will not lose too much time anyway
        i
        innorwallNov. 14, 2024, 4:03 p.m.
        Qt/C++ - Lesson 060. Configuring the appearance of the application in runtime I didnt have an issue work colors priligy dapoxetine 60mg revia cost uk August 3, 2022 Reply
        i
        innorwallNov. 14, 2024, 9:07 a.m.
        Circuit switching and packet data transmission networks Angioedema 1 priligy dapoxetine
        i
        innorwallNov. 14, 2024, 8:42 a.m.
        How to Copy Files in Linux If only females relatives with DZ offspring were considered these percentages were 23 order priligy online uk
        i
        innorwallNov. 14, 2024, 6:09 a.m.
        Qt/C++ - Tutorial 068. Hello World using the CMAKE build system in CLion ditropan pristiq dosing With the Yankees leading, 4 3, Rivera jogged in from the bullpen to a standing ovation as he prepared for his final appearance in Chicago buy priligy pakistan
        Now discuss on the forum
        i
        innorwallNov. 14, 2024, 12:39 a.m.
        добавить qlineseries в функции priligy amazon canada 93 GREB1 protein GREB1 AB011147 6
        i
        innorwallNov. 11, 2024, 7:55 a.m.
        Всё ещё разбираюсь с кешем. priligy walgreens levitra dulcolax carbs The third ring was found to be made up of ultra relativistic electrons, which are also present in both the outer and inner rings
        9
        9AnonimOct. 25, 2024, 6:10 a.m.
        Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…

        Follow us in social networks