From 8724dc5eacfc92cb2cf92540fa5022cd1c93a43a Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 27 Nov 2015 14:55:00 +0100 Subject: Doc: added doc for missing stylesheet outline properties. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-26673 Change-Id: Iaf13921515981c09a84822e66fd1ed21d73779f6 Reviewed-by: Topi Reiniƶ --- .../doc/src/widgets-and-layouts/stylesheet.qdoc | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'src/widgets/doc') diff --git a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc index 843807b67c..2fb6819c47 100644 --- a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc +++ b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc @@ -2185,6 +2185,54 @@ \snippet code/doc_src_stylesheet.qdoc 68 + \row + \li \b outline + \li + \li The outline drawn around the object's border. + + \row + \li \b outline-color + \li \l{#Color}{Color} + \li The color of the outline. + See also \l{Qt Style Sheets Reference#border-color-prop}{border-color} + + \row + \li \b outline-offset + \li \l{#Length}{Length} + \li The outline's offset from the border of the widget. + + \row + \li \b outline-style + \li + \li Specifies the pattern used to draw the outline. + See also \l{Qt Style Sheets Reference#border-style-prop}{border-style} + + \row + \li \b outline-radius + \li + \li Adds rounded corners to the outline + + \row + \li \b outline-bottom-left-radius + \li \l{#Radius}{Radius} + \li The radius for the bottom-left rounded corner of the outline. + + \row + \li \b outline-bottom-right-radius + \li \l{#Radius}{Radius} + \li The radius for the bottom-right rounded corner of the outline. + + \row + \li \b outline-top-left-radius + \li \l{#Radius}{Radius} + \li The radius for the top-left corner of the outline. + + \row + \li \b outline-top-right-radius + \li \l{#Radius}{Radius} + \li The radius for the top-right rounded corner of the outline. + + \row \li \b{\c padding} \target padding-prop \li \l{#Box Lengths}{Box Lengths} -- cgit v1.2.3 From 2766215c9ec68bf175c0ddafbd7be5a03b403795 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Fri, 4 Dec 2015 10:36:16 +0100 Subject: Remove additional copyright notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I181579d755a79e2e0a26ff2de119d9642183a2ca Reviewed-by: Jani Heikkinen Reviewed-by: Topi Reiniƶ --- src/widgets/doc/snippets/qlistview-dnd/model.cpp | 10 ---------- src/widgets/doc/snippets/qlistview-dnd/model.h | 10 ---------- 2 files changed, 20 deletions(-) (limited to 'src/widgets/doc') diff --git a/src/widgets/doc/snippets/qlistview-dnd/model.cpp b/src/widgets/doc/snippets/qlistview-dnd/model.cpp index 846ca94e14..80b2a4ec1f 100644 --- a/src/widgets/doc/snippets/qlistview-dnd/model.cpp +++ b/src/widgets/doc/snippets/qlistview-dnd/model.cpp @@ -38,16 +38,6 @@ ** ****************************************************************************/ -/**************************************************************************** -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of an example program for Qt. -** EDITIONS: NOLIMITS -** -****************************************************************************/ - /* model.cpp diff --git a/src/widgets/doc/snippets/qlistview-dnd/model.h b/src/widgets/doc/snippets/qlistview-dnd/model.h index b4c8196341..fd00a9b986 100644 --- a/src/widgets/doc/snippets/qlistview-dnd/model.h +++ b/src/widgets/doc/snippets/qlistview-dnd/model.h @@ -38,16 +38,6 @@ ** ****************************************************************************/ -/**************************************************************************** -** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ -** -** This file is part of an example program for Qt. -** EDITIONS: NOLIMITS -** -****************************************************************************/ - #ifndef MODEL_H #define MODEL_H -- cgit v1.2.3