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. Qt App startrs but QTableView has no output on remote X11 connection

Qt App startrs but QTableView has no output on remote X11 connection

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 169 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.
  • P Offline
    P Offline
    Peter Fodrek.j.r.
    wrote on last edited by
    #1

    Dear Qt experts,

    I have application that works on WSL based openSUSE Leap. It has two parts

    nonUI a Qtbased UI app.
    QtBased UI App worsk on Xserver (XcSRV) running on local machine but does not run correctly on Xserver on remote machine

    Appliction starts but not QTableView output is shown and nom reaction on mouse click for tabView occurs.,

    Content of QtableView is upadated evcerey second form csv file

    Is it possible to recomend me what to do to solve or detect problem source, please?

    I look forward hering from you.

    Yours faithfully

    Peter Fodrej

    1 Reply Last reply
    0
    • AxelViennaA Offline
      AxelViennaA Offline
      AxelVienna
      wrote on last edited by
      #2

      Hi,
      The issue looks like a network issue rather than something Qt specific. My cold guess is that the remote X connection’s latency is higher than your List View’s update frequency. So the remote server starts to draw the widget and a new version is pushed before drawing is finished.
      You can narrow it down by temporarily reducing the update frequency to, say, 15seconds. If the remote X connection displays the List Widget correctly, the network is the troublemaker.
      Brgds
      Axel

      C++ and Python walk into a bar. C++ reuses the first glass.

      1 Reply Last reply
      1
      • P Offline
        P Offline
        Peter Fodrek.j.r.
        wrote on last edited by
        #3

        Thank you. Same application works on local X server running 4 times at once and it is ok. I will try to reduce display latency

        X-term and Kate works OK even on remote machine X server

        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