1 #ifndef PvlEditDialog_h 
    2 #define PvlEditDialog_h 
   46       QTextEdit *p_textEdit;
 
   47       QPushButton *p_saveButton;
 
   50       void enableSaveButton();
 
PvlEditDialog(Pvl &pvl, QWidget *parent=0)
This constructor creates a PvlEditDialog object given a pointer to a Pvl object. 
Definition: PvlEditDialog.cpp:32
 
Container for cube-like labels. 
Definition: Pvl.h:135
 
PvlEditDialog creates a QDialog window in which a QTextEdit box displays the contents of a pvl file...
Definition: PvlEditDialog.h:39