graphic in fullscreen now show all controls

This commit is contained in:
2023-08-21 11:21:32 +03:00
parent bf5718cc1d
commit 60ab744496
5 changed files with 403 additions and 385 deletions

View File

@@ -4,11 +4,15 @@
#include "ui_graphic_analysis_stat.h"
#include <pistatistic.h>
#include <qad_types.h>
GraphicAnalysisStatistics::GraphicAnalysisStatistics(QWidget * parent): QDialog(parent) {
ui = new Ui::GraphicAnalysisStatistics();
ui->setupUi(this);
int fh = qMax<int>(fontMetrics().height(), 22);
QSize sz(fh * 2.5, fh);
ui->comboGraphic->setIconSize(sz);
}