Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
Redstart
Commits
ae0f0bea
Commit
ae0f0bea
authored
Mar 14, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Adding application icon
parent
75845b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
ae0f0bea
...
...
@@ -25,12 +25,12 @@ int main( int argc, char* argv[] )
a
.
setOrganizationName
(
"Institute of Technical Acoustics (ITA)"
);
a
.
setOrganizationDomain
(
"akustik.rwth-aachen.de"
);
a
.
setApplicationName
(
"Redstart"
);
a
.
setApplicationDisplayName
(
"Redstart VA GUI"
);
a
.
setApplicationDisplayName
(
"Redstart VA GUI
[BETA]
"
);
QLocale
::
setDefault
(
QLocale
::
English
);
QIcon
icon
;
//
icon.addFile( QStringLiteral( ":/
res/
Redstart
_icon
.png" ), QSize(), QIcon::Normal, QIcon::On );
icon
.
addFile
(
QStringLiteral
(
":/
banners/logo/Black
Redstart
M
.png"
),
QSize
(),
QIcon
::
Normal
,
QIcon
::
On
);
a
.
setWindowIcon
(
icon
);
QCommandLineParser
oCLIParser
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment