summaryrefslogtreecommitdiff
path: root/src/designer/src/lib
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 19:21:38 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-04 10:31:22 +0100
commitb656d970f010959fa72a5c1ba86eba15545106a1 (patch)
tree79c91b9de1d958e6a15a26d981d9e8738cbfd1a0 /src/designer/src/lib
parent34102da56d4901f5e15e05cb47f76710a96babe9 (diff)
downloadqttools-b656d970f010959fa72a5c1ba86eba15545106a1.tar.gz
Remove the usage of deprecated qdoc macros.
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I374dfb657db98235d622ec865c52364a5291ae0f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'src/designer/src/lib')
-rw-r--r--src/designer/src/lib/uilib/abstractformbuilder.cpp6
-rw-r--r--src/designer/src/lib/uilib/customwidget.qdoc30
-rw-r--r--src/designer/src/lib/uilib/formbuilder.cpp10
3 files changed, 23 insertions, 23 deletions
diff --git a/src/designer/src/lib/uilib/abstractformbuilder.cpp b/src/designer/src/lib/uilib/abstractformbuilder.cpp
index 5cf82c7f2..7d724a0f5 100644
--- a/src/designer/src/lib/uilib/abstractformbuilder.cpp
+++ b/src/designer/src/lib/uilib/abstractformbuilder.cpp
@@ -112,12 +112,12 @@ public:
functions:
\list
- \o load() handles reading of UI format files from arbitrary
+ \li load() handles reading of UI format files from arbitrary
QIODevices, and construction of widgets from the XML data
that they contain.
- \o save() handles saving of widget details in UI format to
+ \li save() handles saving of widget details in UI format to
arbitrary QIODevices.
- \o workingDirectory() and setWorkingDirectory() control the
+ \li workingDirectory() and setWorkingDirectory() control the
directory in which forms are held. The form builder looks for
other resources on paths relative to this directory.
\endlist
diff --git a/src/designer/src/lib/uilib/customwidget.qdoc b/src/designer/src/lib/uilib/customwidget.qdoc
index 3a6d18f31..6ef2d4e60 100644
--- a/src/designer/src/lib/uilib/customwidget.qdoc
+++ b/src/designer/src/lib/uilib/customwidget.qdoc
@@ -88,21 +88,21 @@
{QVariant::Type}{types} are supported:
\list
- \o QVariant::ByteArray
- \o QVariant::Bool
- \o QVariant::Color
- \o QVariant::Cursor
- \o QVariant::Date
- \o QVariant::DateTime
- \o QVariant::Double
- \o QVariant::Int
- \o QVariant::Point
- \o QVariant::Rect
- \o QVariant::Size
- \o QVariant::SizePolicy
- \o QVariant::String
- \o QVariant::Time
- \o QVariant::UInt
+ \li QVariant::ByteArray
+ \li QVariant::Bool
+ \li QVariant::Color
+ \li QVariant::Cursor
+ \li QVariant::Date
+ \li QVariant::DateTime
+ \li QVariant::Double
+ \li QVariant::Int
+ \li QVariant::Point
+ \li QVariant::Rect
+ \li QVariant::Size
+ \li QVariant::SizePolicy
+ \li QVariant::String
+ \li QVariant::Time
+ \li QVariant::UInt
\endlist
For a complete example using the QDesignerCustomWidgetInterface
diff --git a/src/designer/src/lib/uilib/formbuilder.cpp b/src/designer/src/lib/uilib/formbuilder.cpp
index 09e6b9359..6ef86fd53 100644
--- a/src/designer/src/lib/uilib/formbuilder.cpp
+++ b/src/designer/src/lib/uilib/formbuilder.cpp
@@ -79,15 +79,15 @@ namespace QFormInternal {
plugins:
\list
- \o pluginPaths() returns the list of paths that the form builder
+ \li pluginPaths() returns the list of paths that the form builder
searches when loading custom widget plugins.
- \o addPluginPath() allows additional paths to be registered with
+ \li addPluginPath() allows additional paths to be registered with
the form builder.
- \o setPluginPath() is used to replace the existing list of paths
+ \li setPluginPath() is used to replace the existing list of paths
with a list obtained from some other source.
- \o clearPluginPaths() removes all paths registered with the form
+ \li clearPluginPaths() removes all paths registered with the form
builder.
- \o customWidgets() returns a list of interfaces to plugins that
+ \li customWidgets() returns a list of interfaces to plugins that
can be used to create new instances of registered custom widgets.
\endlist