WhatsThis update
[mussa.git] / qui / seqbrowser / SequenceDescription.cpp
index 5c2a527b11de47b6b20ce7bc2cfc378f04035a98..d1165047793badac57ed778b77db476858b9756d 100644 (file)
@@ -32,6 +32,15 @@ void SequenceDescription::setupWidgets()
   
   setFrameStyle(QFrame::Panel | QFrame::Sunken);
   setLineWidth(1);
+
+  // What's this feature descriptions
+  // FIXME: The '*' is added because for some reason
+  // Qt's whatsthis feature is chopping off the last word
+  // If the '*' eventually shows up in a whatsthis pop-up
+  // then the '*' should be removed.
+  name_label->setWhatsThis("Name of sequence *");
+  position_label->setWhatsThis("Edge of viewport base pair position *");
+  length_label->setWhatsThis("Total length of sequence *");
   
   layout->addWidget(name_label);
   layout->addWidget(position_label);