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. QFileDialog used as widget
Qt 6.11 is out! See what's new in the release blog

QFileDialog used as widget

Scheduled Pinned Locked Moved General and Desktop
2 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hi!
    My goal is: user can choose file (only *mp3) and after clicking twice on it it should play (so the QString to file should be send to play() funtion)
    Firstly I started to work with QTreeView, but it has signal when the file is selected.

    So I decided to create QFileDialog and used it as widget built-in into MainWindow.
    The only problem that I have, that after double-click it dissapers. It is possible to avoid it?

    Should I work with some QDialog::finished() signal or, QDialog::done()?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      I would use QTreeView and QFileSystemModel.

      [quote author="luka.v.pikor" date="1295310782"]Hi!
      My goal is: user can choose file (only *mp3) and after clicking twice on it it should play (so the QString to file should be send to play() funtion)
      Firstly I started to work with QTreeView, but it has signal when the file is selected.
      ...
      [/quote]

      Did you try the signal "doubleClicked":http://doc.qt.nokia.com/4.7/qabstractitemview.html#doubleClicked

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      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