d
dappleMay 18, 2018, 4:11 a.m.

Сборщик мусора и Connections в qml

Qt5, QML C++

подключил в qml c++ класс


main.cpp
int main(int argc, char *argv[])
{

    QList<QPair<QString,qreal>> ArrowList;
    QList<QString> IndicatorList;
    fillDataToPanel(ArrowList,IndicatorList);

    PanelModel panel;
    panel.setFillData(ArrowList,IndicatorList);

    QGuiApplication app(argc, argv);

    QQmlApplicationEngine engine;
    QQmlContext *context = engine.rootContext();
    engine.setObjectOwnership(&panel,engine.JavaScriptOwnership);
    context->setContextProperty("panel",&panel);
    qmlRegisterType<Arrow>();
    engine.load(QUrl(QStringLiteral("qrc:/main.qml")));

    return app.exec();
}
часть qml
main.qml
import QtQuick 2.3
import QtQuick.Window 2.2


Window {

    visible: true
    width: 1280
    height: 720
    opacity: 1
    color: "black"

    flags: Qt.FramelessWindowHint

    Connections{
        target: panel
        onContainerChanged:{
            image2.rotation=arg.getArrowMapDisplayValue("MainArrow").value


        }

    }

    MouseArea{
        anchors.rightMargin: 468
        anchors.bottomMargin: 163
        anchors.leftMargin: 476
        anchors.topMargin: 243
        anchors.fill: parent
        onClicked:{
            panel.moveMainArrow()
            gc()
        }


    }




    Item {
        id: background
        x: -692
        y: -217
        width: 1280
        height: 720
        opacity: 1
        anchors.centerIn: parent

        Image {
            id: image1
            x: 0
            y: 0
            width: parent.width
            height: parent.height
            opacity: 1
            fillMode: Image.Stretch
            source: "../kr.png"

        }
        Image {
            id: image2
            x: 320
            y: 80
            width: 639
            height: 639
            source: "../row.png"
        }
после первого клика запускается таймер который соединяет сигнал с++ со слотом qml. После второго клика сборщик мусора удаляет элемент Connections и появляется ошибка
TypeError: Cannot read property 'value' of null.
Версия qt 5.5
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!

2
Evgenii Legotckoi
  • May 18, 2018, 4:25 a.m.

Думаю, что по какой-то причине сборщик мусора считает, что panel нигде не используется, хотя видимых причин в коде нет, кроме разве что того, что вы использовали установку владения объектом panel на QML часть

engine.setObjectOwnership(&panel,engine.JavaScriptOwnership);
Если права владения переходят в QML, то сборщик мусора уже решает, что и как делать с объектом, но здесь какое-то странное поведение, поскольку явного удаления объекта panel я не вижу.

Попробуйте удалить эту строку с установкой прав владения.

Подобную проблему с правами владения я рассматривал в этой статье.
    m
    • May 18, 2018, 4:55 a.m.

    можешь попробовать в деструкторе модели вызвать

    throw;
    и в дебагере посмотреть stacktrace

      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. 15, 2024, 5:26 a.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. 15, 2024, 3:03 a.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, 8:07 p.m.
      Circuit switching and packet data transmission networks Angioedema 1 priligy dapoxetine
      i
      innorwallNov. 14, 2024, 7:42 p.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, 5:09 p.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, 11:39 a.m.
      добавить qlineseries в функции priligy amazon canada 93 GREB1 protein GREB1 AB011147 6
      i
      innorwallNov. 11, 2024, 6:55 p.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, 4:10 p.m.
      Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…

      Follow us in social networks