mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 12:20:00 +01:00
added version string to about
This commit is contained in:
@@ -841,6 +841,11 @@ void AC_MainWindow::updateFrame(QImage img) {
|
||||
}
|
||||
|
||||
void AC_MainWindow::help_About() {
|
||||
QMessageBox::information(this, tr("About Acid Cam"), tr("Written by <b>Jared Bruni</b><br><br><b>Social Media Accounts</b><br><br>\n\n <a href=\"http://github.com/lostjared\">GitHub</a><br>\n<a href=\"http://youtube.com/lostjared\">YouTube</a><br><a href=\"http://instagram.com/lostjared\">Instagram</a><br><a href=\"http://facebook.com/LostSideDead0x\">Facebook</a><br><a href=\"http://twitter.com/jaredbruni\">Twitter</a><br><br><br>\n"));
|
||||
QString about_str;
|
||||
QTextStream stream(&about_str);
|
||||
stream << tr("<b>Acid Cam Qt version: ") << ac_version << "</b><br><br> ";
|
||||
stream << tr("Written by <b>Jared Bruni</b><br><br><b>Social Media Accounts</b><br><br>\n\n <a href=\"http://github.com/lostjared\">GitHub</a><br>\n<a href=\"http://youtube.com/lostjared\">YouTube</a><br><a href=\"http://instagram.com/lostjared\">Instagram</a><br><a href=\"http://facebook.com/LostSideDead0x\">Facebook</a><br><a href=\"http://twitter.com/jaredbruni\">Twitter</a><br><br><br>\n");
|
||||
|
||||
QMessageBox::information(this, tr("About Acid Cam"), about_str);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user