Update welcomepage with a shiny background

I introduced some graphical details in the background
that replaces the gradient. I also fixed the foreground
square a bit to get rid of the blurry line at the bottom.

Reviewed-by: danimo
This commit is contained in:
Jens Bache-Wiig
2010-04-26 15:26:00 +02:00
parent 3462def9b6
commit ce082fe61d
4 changed files with 8 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -19,5 +19,6 @@
<file>images/combobox_arrow.png</file>
<file>images/arrow-left.png</file>
<file>images/arrow-right.png</file>
<file>images/welcomebg.png</file>
</qresource>
</RCC>

View File

@@ -76,13 +76,13 @@ QToolButton:pressed, QPushButton:pressed{
<item>
<widget class="QWidget" name="gradientWidget" native="true">
<property name="styleSheet">
<string notr="true">
<string notr="true">/*
#gradientWidget {
background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:1.0, y2:1, stop:0 rgba(240, 240, 240, 255), stop:1 rgba(200, 200, 200, 255));
}
*/
#gradientWidget {
border-image: url(:/core/images/welcomebg.png) 4;
border-image: url(:/welcome/images/welcomebg.png) 0;
}
</string>
</property>
@@ -119,8 +119,8 @@ QToolButton:pressed, QPushButton:pressed{
<property name="styleSheet">
<string notr="true">#mainFrame {
border-image: url(:/welcome/images/background_center_frame.png);
border-width: 4;
padding:-3;
border-width: 2;
padding:-1;
padding-bottom:20 ;
}