[Uml-devel] kdesdk/umbrello/umbrello/dialogs

Sebastian Stein seb.kde at hpfsc.de
Wed Aug 18 08:33:37 UTC 2004


CVS commit by sstein: 

fix for bug 86083: I think "Passing Direction" is more clear.


  M +3 -1      parmpropdlg.cpp   1.15


--- kdesdk/umbrello/umbrello/dialogs/parmpropdlg.cpp  #1.14:1.15
@@ -13,4 +13,5 @@
 // qt includes
 #include <qlayout.h>
+#include <qtooltip.h>
 
 // kde includes
@@ -71,6 +72,7 @@ ParmPropDlg::ParmPropDlg(QWidget * paren
                                             m_pStereoTypeLE, m_pAtt->getStereotype() );
 
-        m_pKind =  new QButtonGroup(i18n("Kind"), plainPage());
+        m_pKind =  new QButtonGroup(i18n("Passing Direction"), plainPage());
         m_pKind->setExclusive(true);
+        QToolTip::add(m_pKind, i18n("\"in\" is a readonly parameter, \"out\" is a writeonly parameter and \"inout\" is a parameter for reading and writing."));
 
         QHBoxLayout * kindLayout = new QHBoxLayout( m_pKind );






More information about the umbrello-devel mailing list