Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [Solved]QtDesktop Components crash when mouse move
Qt 6.11 is out! See what's new in the release blog

[Solved]QtDesktop Components crash when mouse move

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 2.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    itviewer
    wrote on last edited by
    #1

    I’m trying to use Qt 5 with QtDesktop components and when I build and run application,once mouse move on any component , application crashing with this message:

    @
    QOpenGLShader::link: "(35,18): warning X3206: implicit truncation of vector type
    "
    QPainter::begin: A paint device can only be painted by one painter at a time.
    QPainter::pen: Painter not active
    QPainter::setPen: Painter not active
    QPainter::setPen: Painter not active@

    It happens only mouse move on any component, qml like this:

    @
    import QtQuick 2.0
    import QtDesktop 1.0

    Rectangle {
        width: 360
        height: 360
        Button {
            text: "testButton"
        }
    }
    

    @

    I test it on kubuntu、mac and Windows7,that it only appeared on Windows。
    everything will be ok before I move cursor on button. anybody have some ideas what is it and how i can fix this?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jens
      wrote on last edited by
      #2

      This was actually fixed yesterday. See https://codereview.qt-project.org/#change,45422 for details.

      1 Reply Last reply
      0
      • I Offline
        I Offline
        itviewer
        wrote on last edited by
        #3

        [quote author="Jens" date="1359010366"]This was actually fixed yesterday. See https://codereview.qt-project.org/#change,45422 for details.
        [/quote]

        thanks very much,I'll try it immediatly。

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved