mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Merge pull request #310 from plc-user/master
About QET: improvements in usability
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include <QInputDialog>
|
||||
#include <QMessageBox>
|
||||
#include <QDir>
|
||||
#include <QDebug>
|
||||
|
||||
/**
|
||||
* @brief QET_ElementScaler
|
||||
|
||||
@@ -218,6 +218,7 @@ void AboutQETDialog::setLoginfo()
|
||||
{
|
||||
ui->m_log_comboBox->addItem(fileInfo.absoluteFilePath());
|
||||
}
|
||||
ui->m_log_comboBox->setCurrentIndex(ui->m_log_comboBox->count() - 1);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -263,4 +264,5 @@ void AboutQETDialog::on_m_log_comboBox_currentTextChanged(const QString &arg1)
|
||||
ui->m_log_textEdit->setPlainText(log_File.readAll());
|
||||
}
|
||||
log_File.close();
|
||||
ui->m_log_textEdit->moveCursor(QTextCursor::End);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user