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. Navigating through directories
Forum Updated to NodeBB v4.3 + New Features

Navigating through directories

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 212 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.
  • J Offline
    J Offline
    JohnSRV
    wrote on last edited by
    #1

    Hello Everyone,

    I'm trying to browse through files in a Directory. When i find a Subdirectory i want to open it and do some actions in it. What's the most efficient way to do it ??

    J.HilkJ 1 Reply Last reply
    0
    • J JohnSRV

      Hello Everyone,

      I'm trying to browse through files in a Directory. When i find a Subdirectory i want to open it and do some actions in it. What's the most efficient way to do it ??

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @JohnSRV said in Navigating through directories:

      What's the most efficient way to do it

      using
      https://doc.qt.io/qt-5/qfiledialog.html

      to select the file?
      opening and the actions on it you'll have to do yourself, probably via QFile


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      3

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved