Skip to content

Commit

Permalink
Добавлено увеличение шрифтов для версии на Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyAleksandrov committed Jun 6, 2022
1 parent 0f2287c commit 13e9d50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ MainWindow::MainWindow(QWidget *parent)
{
ui->setupUi(this);

#ifdef _WIN32
QFont font("Segoe UI", 10);
QApplication::setFont(font);
#endif

cryptoPro.setCryptoProDirectory(CRYPTO_PRO_DIRECTORY);
ui->tableWidget_files->setColumnCount(2);
ui->radioButton_displayLabel->setChecked(true);
Expand Down

0 comments on commit 13e9d50

Please sign in to comment.