aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStanislav Ionascu <stanislav.ionascu@nokia.com>2010-08-30 10:00:04 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-08-30 14:39:57 +0300
commit2d4702d54307d8b928eab259242eb5540a039b30 (patch)
treeee3ddc9b239a674afcb15166fb3b49445b801b0e /doc
parent2dc9981ca65ffa10fc9ad42dbb4867118ca1ef3b (diff)
New: Style name can be set through setStyleName instead of setObjectName.
RevBy: Tomas Junnonen Details: The object name can be different from the style name of the widget. And object name can be used for testing purposes. In case the style name is null, currently not to break the behavior the fallback of object name shall be used.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/news.dox8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/news.dox b/doc/src/news.dox
index 52d23afc..334f7047 100644
--- a/doc/src/news.dox
+++ b/doc/src/news.dox
@@ -1,5 +1,13 @@
/*! \page news What's New in MeeGo Touch
+\section v02037 0.20.37
+
+\subsection New
+- MWidgetController::setStyleName can now be used for associating a style with a widget (like setObjectName)
+
+\subsection Deprecated
+- MWindow::setObjectName and MWidgetController:setObjectname overloaded methods, use MWidgetController::setStyleName instead.
+
\section v02036 0.20.36
\subsection New