Statistics graph painting

This commit is contained in:
Jakub Melka
2021-06-20 18:17:32 +02:00
parent 97f838e733
commit de35529129
4 changed files with 204 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ namespace pdfplugin
{
ObjectStatisticsDialog::ObjectStatisticsDialog(const pdf::PDFDocument* document, QWidget *parent) :
QDialog(parent),
QDialog(parent, Qt::Dialog | Qt::WindowMaximizeButtonHint | Qt::WindowCloseButtonHint),
ui(new Ui::ObjectStatisticsDialog),
m_document(document)
{