Special QDialog object used by the AudioPanel
APDialog is basically a QDialog. The one difference is in a virtual void slot, open(). The idea is to use APDialog as a template for actual dialog boxes and reimplement open() to handle any details specific to that dialog.
open() initiates the local execution loop, opening up
the QDialog box. Any class inheriting APDialog should
reimplement it for its own purposes. The default opens a
QMessageBox with the text "Feature not yet implemented."
virtual void open()
Copyright 1997 by John Weiss [John.Weiss@colorado.edu]
"generated by doc++"?! More like mangled generated by doc++