App

      1. main frame
      2. toolbar
      3. menu
      4. statusbar
      5. notebook (with tabs for the different layouts)
        1. JobLayout
          1. JobList panel
            1. data panels (tabbed)
              1. stdout, stderr, properties, etc
            2. ...
        2. HostLayout
          1. HostList panel
          2. data "properties" panel
            Preferences are stored under the qbPrefs.preferences Python dict (associative array)
            Submit dialogs add their own unique components to the standard set supplied by submit.py. Job Parameters should be specified in both GetValues() and SetValues().
    • No labels