1 // Dialog to display analyzed corpus
2 // Copyright © 2009 The University of Chicago
3 #ifndef CORPUSVIEWDIALOG_H
4 #define CORPUSVIEWDIALOG_H
7 #include "ui_corpusviewdialogbase.h"
13 class CorpusViewDialog
: public QDialog
, private Ui::CorpusViewDialogBase
22 int m_lx
, m_ly
, m_rx
, m_ry
;
28 void setRightStyle( QString style
);
31 CorpusViewDialog( QStringList
* left
, QStringList
* right
,
32 QWidget
* parent
= 0, Qt::WindowFlags fl
= 0 );
33 CorpusViewDialog( CLexicon
* pLexicon
, QWidget
* parent
= 0,
34 Qt::WindowFlags fl
= 0 );
38 void showMarkedUpText(bool);
39 void moveRightView(int,int);
40 void moveLeftView(int,int);
45 #endif // CORPUSVIEWDIALOG_H