X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=qui%2Fseqbrowser%2FSequenceDescription.cpp;h=d1165047793badac57ed778b77db476858b9756d;hp=5c2a527b11de47b6b20ce7bc2cfc378f04035a98;hb=4c1d1e263deea85ab00823282c5ca5fc00fa8c26;hpb=8cae0e15c7c0961809dc72c768c20d04c067d9c5 diff --git a/qui/seqbrowser/SequenceDescription.cpp b/qui/seqbrowser/SequenceDescription.cpp index 5c2a527..d116504 100644 --- a/qui/seqbrowser/SequenceDescription.cpp +++ b/qui/seqbrowser/SequenceDescription.cpp @@ -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);