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

Last change on this file since 814 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;