Skip to content
Snippets Groups Projects
Commit ce082fe6 authored by Jens Bache-Wiig's avatar Jens Bache-Wiig
Browse files

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
parent 3462def9
No related branches found
No related tags found
No related merge requests found
src/plugins/welcome/images/background_center_frame.png

2.5 KiB | W: | H:

src/plugins/welcome/images/background_center_frame.png

4.7 KiB | W: | H:

src/plugins/welcome/images/background_center_frame.png
src/plugins/welcome/images/background_center_frame.png
src/plugins/welcome/images/background_center_frame.png
src/plugins/welcome/images/background_center_frame.png
  • 2-up
  • Swipe
  • Onion skin
src/plugins/welcome/images/welcomebg.png

71.3 KiB

<RCC> <RCC>
<qresource prefix="/welcome" > <qresource prefix="/welcome">
<file>images/btn_26.png</file> <file>images/btn_26.png</file>
<file>images/btn_26_hover.png</file> <file>images/btn_26_hover.png</file>
<file>images/btn_27.png</file> <file>images/btn_27.png</file>
<file>images/btn_27_hover.png</file> <file>images/btn_27_hover.png</file>
...@@ -19,5 +19,6 @@ ...@@ -19,5 +19,6 @@
<file>images/combobox_arrow.png</file> <file>images/combobox_arrow.png</file>
<file>images/arrow-left.png</file> <file>images/arrow-left.png</file>
<file>images/arrow-right.png</file> <file>images/arrow-right.png</file>
<file>images/welcomebg.png</file>
</qresource> </qresource>
</RCC> </RCC>
...@@ -76,13 +76,13 @@ QToolButton:pressed, QPushButton:pressed{ ...@@ -76,13 +76,13 @@ QToolButton:pressed, QPushButton:pressed{
<item> <item>
<widget class="QWidget" name="gradientWidget" native="true"> <widget class="QWidget" name="gradientWidget" native="true">
<property name="styleSheet"> <property name="styleSheet">
<string notr="true"> <string notr="true">/*
#gradientWidget { #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)); 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 { #gradientWidget {
border-image: url(:/core/images/welcomebg.png) 4; border-image: url(:/welcome/images/welcomebg.png) 0;
} }
</string> </string>
</property> </property>
...@@ -119,8 +119,8 @@ QToolButton:pressed, QPushButton:pressed{ ...@@ -119,8 +119,8 @@ QToolButton:pressed, QPushButton:pressed{
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">#mainFrame { <string notr="true">#mainFrame {
border-image: url(:/welcome/images/background_center_frame.png); border-image: url(:/welcome/images/background_center_frame.png);
border-width: 4; border-width: 2;
padding:-3; padding:-1;
padding-bottom:20 ; padding-bottom:20 ;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment