Responsible for drawing the simulation options widgets, including 
  simulation time, recording intervals and the number of frames.
    |  | 
        
          | __init__(self,
        master,
        key,
        app) See class docstring.
 |  |  | 
    |  | 
        
          | setup(self) Sets up the panel with SLineEdit widgets
 |  |  | 
    |  | 
        
          | onTrajIntervalChanged(self) Called when trajectory interval changes.
 |  |  | 
    |  |  | 
    |  | 
        
          | setEnabledExceptSimulationTime(self,
        enable) |  |  | 
    |  | 
        
          | onSimTimeChanged(self) Called when simulation time changes.
 |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | updateKey(self,
        key) Update the key based on the GUI settings
 |  |  | 
    |  | 
        
          | updateFromKey(self,
        key) Updates widgets based on key.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |