mydialog.cpp (ansifilter-2.17.tar.bz2) | : | mydialog.cpp (ansifilter-2.18.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 491 | skipping to change at line 491 | |||
this->setWindowTitle("ANSIFilter - " + inputFileName); | this->setWindowTitle("ANSIFilter - " + inputFileName); | |||
} | } | |||
this->setCursor(Qt::ArrowCursor); | this->setCursor(Qt::ArrowCursor); | |||
} | } | |||
void MyDialog::on_pbAbout_clicked() | void MyDialog::on_pbAbout_clicked() | |||
{ | { | |||
QMessageBox::about(this, | QMessageBox::about(this, | |||
"ANSIFilter Information", | "ANSIFilter Information", | |||
QString("ANSIFilter GUI %1\n" | QString("ANSIFilter GUI %1\n" | |||
"(c) 2007-2020 Andre Simon\n\n" | "(c) 2007-2021 Andre Simon\n\n" | |||
"Built with Qt version %2\n\n" | "Built with Qt version %2\n\n" | |||
"Released under the terms of the GNU GPL license.\n\n" | "Released under the terms of the GNU GPL license.\n\n" | |||
"andre dot simon1 at gmx dot de\n" | "%3\n" | |||
"See www.andre-simon.de for updates.").arg(ANSIFILTER_VER | "See %4 for updates.").arg(QString::fromStdString(Info::g | |||
SION).arg(QString(qVersion ())) | etVersion())).arg(QString(qVersion())).arg(QString::fromStdString(Info::getEmail | |||
())).arg(QString::fromStdString(Info::getWebsite())) | ||||
); | ); | |||
} | } | |||
void MyDialog::on_cbIgnoreSequences_stateChanged() | void MyDialog::on_cbIgnoreSequences_stateChanged() | |||
{ | { | |||
showFile(); | showFile(); | |||
} | } | |||
void MyDialog::on_cbParseAsciiArt_clicked() | void MyDialog::on_cbParseAsciiArt_clicked() | |||
{ | { | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 5 lines changed or added |