source: trunk/doc/src/snippets/stylesheet/common-mistakes.cpp@ 244

Last change on this file since 244 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 318 bytes
Line 
1//! [1]
2 QPushButton {
3 color: grey;
4 border-image: url(/home/kamlie/code/button.png) 3 10 3 10;
5 border-top: 3px transparent;
6 border-bottom: 3px transparent;
7 border-right: 10px transparent;
8 border-left: 10px transparent;
9 }
10//! [1]
11
12
Note: See TracBrowser for help on using the repository browser.