]> https://gitweb.dealii.org/ - parameter_gui.git/commitdiff
Update about message 20/head
authorRene Gassmoeller <rene.gassmoeller@mailbox.org>
Sat, 24 Jun 2017 22:23:41 +0000 (16:23 -0600)
committerRene Gassmoeller <rene.gassmoeller@mailbox.org>
Tue, 27 Jun 2017 16:44:58 +0000 (10:44 -0600)
mainwindow.cpp

index 24d007765c3f81e0c672f7a71d862b365d0b519f..18e21440d66cf264f2d83cb8319d26f7f8981963 100644 (file)
@@ -226,7 +226,7 @@ namespace dealii
       trAboutparameterGUItext = QMessageBox::tr(
         "<p>The parameterGUI is a graphical user interface for editing XML parameter files "
         "created by the ParameterHandler class of deal.II. Please see "
-        "<a href=\"http://www.dealii.org/7.0.0/doxygen/deal.II/classParameterHandler.html\">dealii.org/doc</a> for more information. "
+        "<a href=\"http://dealii.org/developer/doxygen/deal.II/classParameterHandler.html\">dealii.org/doc</a> for more information. "
         "The parameterGUI parses XML files into a tree structure and provides "
         " special editors for different types of parameters.</p>"
 
@@ -234,20 +234,17 @@ namespace dealii
         "Parameters can be edited by (double-)clicking on the value or "
         "by pressing the platform edit key (F2 on Linux) over an parameter item.</p>"
 
-        "<p><b>Editors for parameter values:</b>"
-        " <ul>"
-        "  <li>Integer- and Double-type parameters: SpinBox</li>"
-        "  <li>Booleans: ComboBox</li>"
-        "  <li>Selection: ComboBox</li>"
-        "  <li>File- and DirectoryName parameters: BrowseLineEditor</li>"
-        "  <li>Anything|MultipleSelection|List: LineEditor</li>"
-        " </ul>"
+        "<p><b>Editors for parameter values:</b><br>"
+        "Editor fields are aware of the type of the parameter, and show reasonable "
+        "input fields including (where possible) error checking."
         "</p>"
 
         "<p>Please see <a href=\"http://www.dealii.org\">dealii.org</a> for more information</p>"
         "<p><b>Authors:</b><br> "
         "Martin Steigemann,  <a href=\"mailto:martin.steigemann@mathematik.uni-kassel.de\">martin.steigemann@mathematik.uni-kassel.de</a><br>"
-        "Wolfgang Bangerth,  <a href=\"mailto:bangerth@math.tamu.edu\">bangerth@math.tamu.edu</a></p>"
+        "Rene Gassmoeller,   <a href=\"mailto:rene.gassmoeller@mailbox.org\">rene.gassmoeller@mailbox.org</a><br>"
+        "Wolfgang Bangerth,  <a href=\"mailto:bangerth@colostate.edu\">bangerth@colostate.edu</a><br>"
+        "</p>"
         );
 
       QMessageBox *msg_box = new QMessageBox;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.