Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. handles
    Log in to post

    • UNSOLVED Get file path in Qt from winapi file HANDLE as QString, QFileInfo or something similiar
      General and Desktop • qt5 winapi qt5.13.1 handles • • CybeX  

      3
      0
      Votes
      3
      Posts
      187
      Views

      Hi @CybeX, and to add to @JKSH: you probably want to use GetFinalPathNameByHandleW as this is the UNICODE version. Regards
    • SOLVED Unable to handle unregistered datatype
      QML and Qt Quick • qml error singleton type handles • • bnmalfrax  

      5
      0
      Votes
      5
      Posts
      5913
      Views

      Thanks, it work !
    • [Solved]QT 5.4.1 QTimer using up all handles for Window Manager Objects
      General and Desktop • qtimer window manager handles • • Cob50nm  

      7
      0
      Votes
      7
      Posts
      7464
      Views

      Actually I have since spotted what the problem was, As it turns out creating a new instance of QNetworkAccessManager every 15 seconds is not the best idea if you're not deleting them. The solution I went with was making *manager a class member.