From: Rene Gassmoeller Date: Tue, 28 Mar 2017 20:45:13 +0000 (-0600) Subject: Add documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cff9dbd7c1e6743f2517baa3544c913ff213b90f;p=parameter_gui.git Add documentation --- diff --git a/xml_parameter_reader.cpp b/xml_parameter_reader.cpp index 29d1a7c..c391906 100644 --- a/xml_parameter_reader.cpp +++ b/xml_parameter_reader.cpp @@ -188,7 +188,8 @@ namespace dealii QString pattern_description = xml.readElementText(); // store it as text parent->setText(5, pattern_description); // show the type and default - // in the StatusLine + // in the StatusLine when + // hovering over column 0 or 1 parent->setStatusTip(0, "Type: " + pattern_description + " Default: " + parent->text(2)); parent->setStatusTip(1, "Type: " + pattern_description + " Default: " + parent->text(2));