Navigation

    Qt Forum

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

    • UNSOLVED Qt BUG with executable generated, cannot doubleclick! (Ubuntu)
      Installation and Deployment • qtcreator deployment ubuntu 14.04 exe doubleclick • • Etienne123  

      9
      0
      Votes
      9
      Posts
      3722
      Views

      If I may, don't call the destructors like that. When you want to "destroy" a heap allocated object call delete on it.
    • SOLVED Change Behavior of Double Click for QFileDialog
      General and Desktop • c++ qt4 qfiledialog qevent doubleclick • • DougyDrumz  

      2
      0
      Votes
      2
      Posts
      1238
      Views

      I figured it out. You can't call the connect statement for the doubleClick signal until the QListView is in scope.
    • UNSOLVED [SOLVED] QTreeview Double Clicked "The program unexpectedly finished"
      General and Desktop • qtreeview qfilesystemmode doubleclick • • takoo  

      23
      0
      Votes
      23
      Posts
      9164
      Views

      Thanks everybody