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. Loading information into a modified file dialog during use
Forum Updated to NodeBB v4.3 + New Features

Loading information into a modified file dialog during use

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

    I have a project where the data being read had energy information. The basic data file is very large and I want to be able to extract a subset for subsequent analysis. I have already added two fields to the standard file dialog for the minimum and maximum energies. Ideally, I would like to do the following:

    1. When the user clicks on a file in the browser window, the code opens the file, checks for energy ranges in the header information, and loads that into the two fields.
    2. The user can then edit these fields to limit the data that is loaded.
    3. Upon clicking open, the data is read into the program.

    Reading the header and data is already programmed into the project. The questions are can I do this quick open to load the data without exiting the dialog box and, if so, how?

    artwawA 1 Reply Last reply
    0
    • D djsuson

      I have a project where the data being read had energy information. The basic data file is very large and I want to be able to extract a subset for subsequent analysis. I have already added two fields to the standard file dialog for the minimum and maximum energies. Ideally, I would like to do the following:

      1. When the user clicks on a file in the browser window, the code opens the file, checks for energy ranges in the header information, and loads that into the two fields.
      2. The user can then edit these fields to limit the data that is loaded.
      3. Upon clicking open, the data is read into the program.

      Reading the header and data is already programmed into the project. The questions are can I do this quick open to load the data without exiting the dialog box and, if so, how?

      artwawA Offline
      artwawA Offline
      artwaw
      wrote on last edited by
      #2

      @djsuson Hi, I'd send a signal from your dialog to be handled where needed to open the data.

      For more information please re-read.

      Kind Regards,
      Artur

      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