[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/partexplorer
From:       Mario Scalas <mario.scalas () libero ! it>
Date:       2003-08-24 12:47:15
[Download RAW message or body]

CVS commit by marios: 

* Added what-is-this message 


  M +5 -3      partexplorerform.cpp   1.11


--- kdevelop/parts/partexplorer/partexplorerform.cpp  #1.10:1.11
@@ -15,4 +15,5 @@
 #include <qtooltip.h>
 #include <qlayout.h>
+#include <qwhatsthis.h>
 
 #include <klistview.h>
@@ -85,10 +86,11 @@ PartExplorerForm::PartExplorerForm( QWid
     m_base = new PartExplorerFormBase( this, "partexplorerformbase", 0 );
     m_resultsList = new ResultsList( m_base );
-    m_resultsList->addColumn( tr2i18n( "Property" ) );
-    m_resultsList->addColumn( tr2i18n( "Type" ) );
-    m_resultsList->addColumn( tr2i18n( "Value" ) );
+    m_resultsList->addColumn( i18n( "Property" ) );
+    m_resultsList->addColumn( i18n( "Type" ) );
+    m_resultsList->addColumn( i18n( "Value" ) );
     m_resultsList->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)3,
         (QSizePolicy::SizeType)3, 0, 0,
         m_resultsList->sizePolicy().hasHeightForWidth() ) );
+    QWhatsThis::add( m_resultsList, i18n("<h2>Matching services</h2>Results (if any) \
are shows grouped by matching service name") );  m_base->layout()->add( m_resultsList \
);  setMainWidget( m_base );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic