mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 18:27:16 +01:00
added background image to the firewall import wizard; should be only visible on Mac
This commit is contained in:
parent
85291843f5
commit
8bf9c5fda3
BIN
src/libgui/Images/fwbuilder3-256x256-fade.png
Normal file
BIN
src/libgui/Images/fwbuilder3-256x256-fade.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
src/libgui/Images/fwbuilder3-256x256.png
Normal file
BIN
src/libgui/Images/fwbuilder3-256x256.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
@ -1,5 +1,7 @@
|
||||
<RCC>
|
||||
<qresource prefix="/" >
|
||||
<file>Images/fwbuilder3-256x256-fade.png</file>
|
||||
<file>Images/fwbuilder3-256x256.png</file>
|
||||
<file>Images/fwbuilder3-72x72.png</file>
|
||||
<file>Images/network_zone_dialog.png</file>
|
||||
<file>Images/logo1.png</file>
|
||||
|
||||
@ -49,6 +49,9 @@ ImportFirewallConfigurationWizard::ImportFirewallConfigurationWizard(QWidget *pa
|
||||
pm.load(":/Images/fwbuilder3-72x72.png");
|
||||
setPixmap(QWizard::LogoPixmap, pm);
|
||||
|
||||
pm.load(":/Images/fwbuilder3-256x256-fade.png");
|
||||
setPixmap(QWizard::BackgroundPixmap, pm);
|
||||
|
||||
setWindowTitle(tr("Import Firewall Configuration"));
|
||||
|
||||
setPage(Page_FileName, new IC_FileNamePage(this));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user