Skip to content

Commit

Permalink
Change of logos
Browse files Browse the repository at this point in the history
  • Loading branch information
konserw committed Feb 8, 2015
1 parent ffc6eed commit a9c43e9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -786,8 +786,11 @@ void MainWindow::makeDocument(QString *sDoc)
"\t<table>\n"
"\t<tr>\n"
//logo
"\t\t<td colspan=3>\n"
"\t\t\t<img src=%1 halign=left valign=top ><br>\n" //width=%2
"\t\t<td colspan=2 align=left valign=bottom>\n"
"\t\t\t<img src=%1 height=56 ><br>\n" //width=%2
"\t\t</td>\n"
"\t\t<td align=right valign=bottom>\n"
"\t\t\t<img src=%2 height=45 ><br>\n"
"\t\t</td>\n"
"\t</tr>\n"
//adresy itp
Expand All @@ -801,8 +804,8 @@ void MainWindow::makeDocument(QString *sDoc)
"\t\t\t%8 %9 %10 \n"
"\t\t</td>\n"
)
.arg(m_htm ? "logo2.png" : ":/logo2")
// .arg(w)
.arg(m_htm ? "aliaxis.png" : ":/aliaxis")
.arg(m_htm ? "fip.png" : ":/fip")
.arg(dd)
.arg(*m_offerNumber)
.arg(*m_date)
Expand Down
Binary file added res/aliaxis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/fip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/logo.png
Binary file not shown.
Binary file removed res/logo2.png
Binary file not shown.
4 changes: 2 additions & 2 deletions res/zasoby.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<file alias="ico">kico.png</file>
<file alias="klog">klog.png</file>
<file alias="calendar">schedule.png</file>
<file alias="logo">logo.png</file>
<file alias="logo2">logo2.png</file>
<file alias="aliaxis">aliaxis.png</file>
<file alias="fip">fip.png</file>
</qresource>
</RCC>

0 comments on commit a9c43e9

Please sign in to comment.