Changed the application icon and added credits to icons to the "about" dialog.
This commit is contained in:
@ -38,7 +38,7 @@ MainWindow::MainWindow(QWidget* parent)
|
||||
setWindowTitle(QCoreApplication::applicationName() + " [*]");
|
||||
|
||||
/// application icon
|
||||
const QString iconString = "://feature.png";
|
||||
const QString iconString = "://application-icon.png";
|
||||
#ifdef QT_DEBUG
|
||||
QPixmap pixmap = QPixmap(iconString);
|
||||
QTransform transform = QTransform();
|
||||
@ -163,6 +163,11 @@ void MainWindow::onAboutClicked() {
|
||||
"Solidarische Landwirtschaft (SoLaWi))."
|
||||
"<br><br><a href=\"https://working-copy.org/\">Working-Copy_Collective website</a>"
|
||||
"<br><br><a href=\"mailto:support@working-copy.org\">Mail to support</a>"
|
||||
"<br><br>Icon credits:"
|
||||
"<br><a href=\"https://www.flaticon.com/free-icons/money\" title=\"money "
|
||||
"icons\">Money icons created by Freepik - Flaticon</a>"
|
||||
"<br><a href=\"https://www.flaticon.com/free-icons/no-photo\" title=\"no photo "
|
||||
"icons\">No photo icons created by kerismaker - Flaticon</a>"
|
||||
"<br><br>It uses the <a href=\"https://qt.io\">Qt Framework</a>.")
|
||||
.arg(applicationName)
|
||||
.arg(APPLICATION_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user