Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Unknown user Input Type: xxx
Forum Update on Monday, May 27th 2025

Unknown user Input Type: xxx

Scheduled Pinned Locked Moved Unsolved General and Desktop
qchart
3 Posts 2 Posters 650 Views
  • 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
    igmiss
    wrote on last edited by
    #1

    Hi
    I'm working on a dynamic Line Chart which updates frequently when data comes in. There are some auxiliary Graphic Items on the chart, and I override some of those mouse events so the users can zoom in/out and drag the graph. My problem is the program often crash with "Unknown user Input Type: xxx". xxx is a number with no obvious relationship with mouse inputs. Anyone has any thoughts?

    jsulmJ 1 Reply Last reply
    0
    • I igmiss

      Hi
      I'm working on a dynamic Line Chart which updates frequently when data comes in. There are some auxiliary Graphic Items on the chart, and I override some of those mouse events so the users can zoom in/out and drag the graph. My problem is the program often crash with "Unknown user Input Type: xxx". xxx is a number with no obvious relationship with mouse inputs. Anyone has any thoughts?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @igmiss Did you run through debugger to get stack trace after crash?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      I 1 Reply Last reply
      1
      • jsulmJ jsulm

        @igmiss Did you run through debugger to get stack trace after crash?

        I Offline
        I Offline
        igmiss
        wrote on last edited by
        #3

        @jsulm No I didn't. However, the problem never appeared after I added "chartview->setViewportUpdateMode(QChartView::FullViewportUpdate)". I just assume it's solved...

        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