source: trunk/demos/embedded/styledemo/files/transparent.qss

Last change on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 2.3 KB
RevLine 
[556]1QWidget#StyleWidget
2{
3 background-color: none;
4 background-image: url(:/files/nature_1.jpg);
5}
6
7QLabel, QAbstractButton
8{
9 color: beige;
10}
11
12QFrame, QLabel#title {
13 border-width: 2px;
14 padding: 1px;
15 border-style: solid;
16 border-color: black;
17 border-radius: 5px;
18}
19
20QFrame:focus {
21 border-width: 3px;
22 padding: 0px;
23}
24
25
26
27QAbstractButton
28{
29 background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(173,216,230,60%), stop:1 rgba(0,0,139,60%) );
30 border-color: black;
31 border-style: solid;
32 border-width: 3px;
33 border-radius: 6px;