diff options
Diffstat (limited to 'doc/src/snippets/code/src_gui_styles_qstyle.cpp')
-rw-r--r-- | doc/src/snippets/code/src_gui_styles_qstyle.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/snippets/code/src_gui_styles_qstyle.cpp b/doc/src/snippets/code/src_gui_styles_qstyle.cpp new file mode 100644 index 0000000..a78a6c8 --- /dev/null +++ b/doc/src/snippets/code/src_gui_styles_qstyle.cpp @@ -0,0 +1,8 @@ +//! [0] +./myapplication -style motif +//! [0] + + +//! [1] +./myapplication -style custom +//! [1] |