1. Copy the JobStdout class located under the JobLayout.py to a new file.
    2. Add the class App boilerplate code (including the _name_ line) to the bottom.
    3. Rename the now new JobStdout class and put in some test text (if using wx.TextCtrl widget) or derive from another wx base class.
    4. Hook up the if … _name_ at the bottom.
    5. Test out your class on its own.
    6. Hook it up to the JobLayout (or other layout):
      1. Use signals to receive communication if the selection or cache changes.
      2. Add lines in the layout to add the panel to the notebook (as was done for JobStdout)
    7. Try it out by running JobLayout.py directly, or starting qube.py.
    • No labels