diff options
| author | aavit <qt-info@nokia.com> | 2011-11-02 08:25:56 (GMT) |
|---|---|---|
| committer | aavit <qt-info@nokia.com> | 2011-11-02 08:25:56 (GMT) |
| commit | 582dec4b753b84cc69eb140290ceff346bce76b9 (patch) | |
| tree | 5655a148070fd4aa1fb4728b404d31f72f9e02be /doc/src/snippets/code/doc_src_stylesheet.qdoc | |
| parent | 257824bc7b2416e0b66d98423e25525da9141d1f (diff) | |
| parent | 621431fe5128c6d61095dc6cf92d8b34c4c4284b (diff) | |
| download | Qt-582dec4b753b84cc69eb140290ceff346bce76b9.zip Qt-582dec4b753b84cc69eb140290ceff346bce76b9.tar.gz Qt-582dec4b753b84cc69eb140290ceff346bce76b9.tar.bz2 | |
Merge remote-tracking branch 'qt-mainline/4.8'
Diffstat (limited to 'doc/src/snippets/code/doc_src_stylesheet.qdoc')
| -rw-r--r-- | doc/src/snippets/code/doc_src_stylesheet.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/snippets/code/doc_src_stylesheet.qdoc b/doc/src/snippets/code/doc_src_stylesheet.qdoc index 99b31c9..78d76a8 100644 --- a/doc/src/snippets/code/doc_src_stylesheet.qdoc +++ b/doc/src/snippets/code/doc_src_stylesheet.qdoc @@ -481,7 +481,7 @@ QTextEdit { background-position: bottom center } //! [81] -QDialog { etch-disabled-text: 1 } +QDialogButtonBox { dialogbuttonbox-buttons-have-icons: 1; } //! [81] @@ -1479,7 +1479,7 @@ QSplitter::handle:vertical { } QSplitter::handle:pressed { - url(images/splitter_pressed.png); + image: url(images/splitter_pressed.png); } //! [142] |
