Skip to content

Commit

Permalink
WIP - creating system settings dialog box
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinGuillaume committed Jun 7, 2024
1 parent 8761af2 commit b8e86af
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/include/tools/mdprep/gateway/form_data.hpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/include/tools/mdprep/ui/basic_form.hpp
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions lib/tool/tools/mdprep/src/mdprep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ namespace VTX::QT::Mdprep
static const char * buttonLabel = "Prepare system";
qExplainatoryText->setText( QString::asprintf(
"Pushing the <i>%s</i> button will use every <b>visible</b> object of the system and will attempts to "
"<b>prepare</b> a Molecule Dynamic simulation from it.<br><u>Be wary :</u> <b>VTX doesn't support</b> "
"yet "
"automatic MD preparation for <b>small organic molecules</b>. Hence, any visible non-biologic entity "
"is likely cause preparation failure.",
"<b>prepare</b> a Molecule Dynamic simulation from it.<br><u>Be wary :</u> <b>VTX doesn't support "
"yet</b> "
"automatic MD preparation for <b>small organic molecules</b>. Hence, any visible non-biological entity "
"is likely cause preparation failure. Please mind the automatic check result.",
buttonLabel
) );
qExplainatoryText->setWordWrap( true );
Expand Down
Binary file modified lib/tool/tools/mdprep/src/ui/basic_form.cpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/src/ui/field_placer_gromacs.cpp
Binary file not shown.
Binary file modified lib/tool/tools/mdprep/src/ui/specific_field_placer_gromacs.cpp
Binary file not shown.

0 comments on commit b8e86af

Please sign in to comment.