1
0
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:
Vadim Kurland 2011-03-07 14:55:45 -08:00
parent 85291843f5
commit 8bf9c5fda3
4 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@ -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>

View 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));