19 #ifndef FILEVIEW_DIALOG_H 
   20 #define FILEVIEW_DIALOG_H 
   47                    QWidget *parent = 
nullptr);
 
   59     void loadTextFile(
const QString &filename, QTextEdit *edit);
 
~FileViewDialog() override
 
void loadTextFile(const QString &filename, QTextEdit *edit)
Load text file contents to edit control.
 
FileViewDialog(const QString &file, const QString &title, QWidget *parent=nullptr)