00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef MOLECULARDYNAMICSDIALOGDATA_H
00011 #define MOLECULARDYNAMICSDIALOGDATA_H
00012
00013 #include <BALL/COMMON/global.h>
00014 #include <QtCore/QVariant>
00015 #include <QtGui/QAction>
00016 #include <QtGui/QApplication>
00017 #include <QtGui/QButtonGroup>
00018 #include <QtGui/QCheckBox>
00019 #include <QtGui/QDialog>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QLineEdit>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QRadioButton>
00026 #include <QtGui/QVBoxLayout>
00027
00028 QT_BEGIN_NAMESPACE
00029
00030 class Ui_MolecularDynamicsDialogData
00031 {
00032 public:
00033 QGridLayout *gridLayout;
00034 QPushButton *cancel_button;
00035 QPushButton *start_button;
00036 QGroupBox *GroupBox2_2;
00037 QGridLayout *gridLayout1;
00038 QCheckBox *enable_dcd;
00039 QPushButton *browse_button;
00040 QLineEdit *dcd_file_edit;
00041 QGroupBox *groupBox5;
00042 QVBoxLayout *vboxLayout;
00043 QRadioButton *useAmberRadioButton;
00044 QRadioButton *useCharmmRadioButton;
00045 QRadioButton *useMMFF94RadioButton;
00046 QPushButton *advanced_button;
00047 QGroupBox *dielectric_group_2;
00048 QVBoxLayout *vboxLayout1;
00049 QRadioButton *canonical_button;
00050 QRadioButton *microcanonical_button;
00051 QGroupBox *GroupBox_3;
00052 QGridLayout *gridLayout2;
00053 QLabel *textLabel1;
00054 QLabel *temperature_2;
00055 QLabel *Label_4_2_2;
00056 QLabel *Label_4;
00057 QLineEdit *timestep_linedit;
00058 QLineEdit *steps_lineedit;
00059 QLabel *Label_4_2;
00060 QLineEdit *refresh_lineedit;
00061 QLabel *time_lineedit;
00062 QLabel *simulationtime_edit;
00063 QLabel *Label_5;
00064 QLineEdit *temperature_lineedit;
00065 QLabel *textLabel2;
00066 QLabel *temperature;
00067 QLabel *Label_4_2_3;
00068
00069 void setupUi(QDialog *MolecularDynamicsDialogData)
00070 {
00071 if (MolecularDynamicsDialogData->objectName().isEmpty())
00072 MolecularDynamicsDialogData->setObjectName(QString::fromUtf8("MolecularDynamicsDialogData"));
00073 MolecularDynamicsDialogData->resize(383, 424);
00074 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
00075 sizePolicy.setHorizontalStretch(0);
00076 sizePolicy.setVerticalStretch(0);
00077 sizePolicy.setHeightForWidth(MolecularDynamicsDialogData->sizePolicy().hasHeightForWidth());
00078 MolecularDynamicsDialogData->setSizePolicy(sizePolicy);
00079 MolecularDynamicsDialogData->setMinimumSize(QSize(0, 0));
00080 MolecularDynamicsDialogData->setMaximumSize(QSize(9000, 9000));
00081 gridLayout = new QGridLayout(MolecularDynamicsDialogData);
00082 gridLayout->setSpacing(6);
00083 gridLayout->setMargin(4);
00084 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00085 cancel_button = new QPushButton(MolecularDynamicsDialogData);
00086 cancel_button->setObjectName(QString::fromUtf8("cancel_button"));
00087 sizePolicy.setHeightForWidth(cancel_button->sizePolicy().hasHeightForWidth());
00088 cancel_button->setSizePolicy(sizePolicy);
00089 cancel_button->setMinimumSize(QSize(150, 0));
00090 cancel_button->setMaximumSize(QSize(32767, 30));
00091 cancel_button->setFocusPolicy(Qt::TabFocus);
00092 cancel_button->setAutoDefault(true);
00093
00094 gridLayout->addWidget(cancel_button, 3, 1, 1, 1);
00095
00096 start_button = new QPushButton(MolecularDynamicsDialogData);
00097 start_button->setObjectName(QString::fromUtf8("start_button"));
00098 sizePolicy.setHeightForWidth(start_button->sizePolicy().hasHeightForWidth());
00099 start_button->setSizePolicy(sizePolicy);
00100 start_button->setMinimumSize(QSize(150, 25));
00101 start_button->setFocusPolicy(Qt::TabFocus);
00102 start_button->setAutoDefault(true);
00103 start_button->setDefault(true);
00104
00105 gridLayout->addWidget(start_button, 3, 0, 1, 1);
00106
00107 GroupBox2_2 = new QGroupBox(MolecularDynamicsDialogData);
00108 GroupBox2_2->setObjectName(QString::fromUtf8("GroupBox2_2"));
00109 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(3));
00110 sizePolicy1.setHorizontalStretch(0);
00111 sizePolicy1.setVerticalStretch(0);
00112 sizePolicy1.setHeightForWidth(GroupBox2_2->sizePolicy().hasHeightForWidth());
00113 GroupBox2_2->setSizePolicy(sizePolicy1);
00114 GroupBox2_2->setAlignment(Qt::AlignHCenter);
00115 gridLayout1 = new QGridLayout(GroupBox2_2);
00116 gridLayout1->setSpacing(6);
00117 gridLayout1->setMargin(9);
00118 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00119 enable_dcd = new QCheckBox(GroupBox2_2);
00120 enable_dcd->setObjectName(QString::fromUtf8("enable_dcd"));
00121 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00122 sizePolicy2.setHorizontalStretch(0);
00123 sizePolicy2.setVerticalStretch(0);
00124 sizePolicy2.setHeightForWidth(enable_dcd->sizePolicy().hasHeightForWidth());
00125 enable_dcd->setSizePolicy(sizePolicy2);
00126
00127 gridLayout1->addWidget(enable_dcd, 0, 0, 1, 1);
00128
00129 browse_button = new QPushButton(GroupBox2_2);
00130 browse_button->setObjectName(QString::fromUtf8("browse_button"));
00131
00132 gridLayout1->addWidget(browse_button, 0, 2, 1, 1);
00133
00134 dcd_file_edit = new QLineEdit(GroupBox2_2);
00135 dcd_file_edit->setObjectName(QString::fromUtf8("dcd_file_edit"));
00136 dcd_file_edit->setEnabled(false);
00137 QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00138 sizePolicy3.setHorizontalStretch(0);
00139 sizePolicy3.setVerticalStretch(0);
00140 sizePolicy3.setHeightForWidth(dcd_file_edit->sizePolicy().hasHeightForWidth());
00141 dcd_file_edit->setSizePolicy(sizePolicy3);
00142 dcd_file_edit->setMinimumSize(QSize(150, 25));
00143 dcd_file_edit->setMaximumSize(QSize(200, 32767));
00144 dcd_file_edit->setFocusPolicy(Qt::StrongFocus);
00145 dcd_file_edit->setMaxLength(32767);
00146 dcd_file_edit->setFrame(true);
00147 dcd_file_edit->setEchoMode(QLineEdit::Normal);
00148 dcd_file_edit->setAlignment(Qt::AlignLeading);
00149
00150 gridLayout1->addWidget(dcd_file_edit, 0, 1, 1, 1);
00151
00152
00153 gridLayout->addWidget(GroupBox2_2, 2, 0, 1, 2);
00154
00155 groupBox5 = new QGroupBox(MolecularDynamicsDialogData);
00156 groupBox5->setObjectName(QString::fromUtf8("groupBox5"));
00157 groupBox5->setAlignment(Qt::AlignHCenter);
00158 vboxLayout = new QVBoxLayout(groupBox5);
00159 vboxLayout->setSpacing(6);
00160 vboxLayout->setMargin(9);
00161 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00162 useAmberRadioButton = new QRadioButton(groupBox5);
00163 useAmberRadioButton->setObjectName(QString::fromUtf8("useAmberRadioButton"));
00164 useAmberRadioButton->setChecked(true);
00165
00166 vboxLayout->addWidget(useAmberRadioButton);
00167
00168 useCharmmRadioButton = new QRadioButton(groupBox5);
00169 useCharmmRadioButton->setObjectName(QString::fromUtf8("useCharmmRadioButton"));
00170
00171 vboxLayout->addWidget(useCharmmRadioButton);
00172
00173 useMMFF94RadioButton = new QRadioButton(groupBox5);
00174 useMMFF94RadioButton->setObjectName(QString::fromUtf8("useMMFF94RadioButton"));
00175
00176 vboxLayout->addWidget(useMMFF94RadioButton);
00177
00178 advanced_button = new QPushButton(groupBox5);
00179 advanced_button->setObjectName(QString::fromUtf8("advanced_button"));
00180 advanced_button->setMinimumSize(QSize(0, 30));
00181
00182 vboxLayout->addWidget(advanced_button);
00183
00184
00185 gridLayout->addWidget(groupBox5, 1, 1, 1, 1);
00186
00187 dielectric_group_2 = new QGroupBox(MolecularDynamicsDialogData);
00188 dielectric_group_2->setObjectName(QString::fromUtf8("dielectric_group_2"));
00189 dielectric_group_2->setAlignment(Qt::AlignHCenter);
00190 vboxLayout1 = new QVBoxLayout(dielectric_group_2);
00191 vboxLayout1->setSpacing(6);
00192 vboxLayout1->setMargin(9);
00193 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00194 canonical_button = new QRadioButton(dielectric_group_2);
00195 canonical_button->setObjectName(QString::fromUtf8("canonical_button"));
00196 canonical_button->setChecked(true);
00197
00198 vboxLayout1->addWidget(canonical_button);
00199
00200 microcanonical_button = new QRadioButton(dielectric_group_2);
00201 microcanonical_button->setObjectName(QString::fromUtf8("microcanonical_button"));
00202 microcanonical_button->setMinimumSize(QSize(120, 0));
00203
00204 vboxLayout1->addWidget(microcanonical_button);
00205
00206
00207 gridLayout->addWidget(dielectric_group_2, 1, 0, 1, 1);
00208
00209 GroupBox_3 = new QGroupBox(MolecularDynamicsDialogData);
00210 GroupBox_3->setObjectName(QString::fromUtf8("GroupBox_3"));
00211 GroupBox_3->setFocusPolicy(Qt::NoFocus);
00212 GroupBox_3->setAlignment(Qt::AlignHCenter);
00213 gridLayout2 = new QGridLayout(GroupBox_3);
00214 gridLayout2->setSpacing(6);
00215 gridLayout2->setMargin(9);
00216 gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00217 textLabel1 = new QLabel(GroupBox_3);
00218 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00219
00220 gridLayout2->addWidget(textLabel1, 4, 2, 1, 1);
00221
00222 temperature_2 = new QLabel(GroupBox_3);
00223 temperature_2->setObjectName(QString::fromUtf8("temperature_2"));
00224 QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00225 sizePolicy4.setHorizontalStretch(0);
00226 sizePolicy4.setVerticalStretch(0);
00227 sizePolicy4.setHeightForWidth(temperature_2->sizePolicy().hasHeightForWidth());
00228 temperature_2->setSizePolicy(sizePolicy4);
00229 temperature_2->setMinimumSize(QSize(190, 0));
00230 temperature_2->setMaximumSize(QSize(200, 32767));
00231 temperature_2->setFocusPolicy(Qt::NoFocus);
00232 temperature_2->setLineWidth(1);
00233 temperature_2->setTextFormat(Qt::AutoText);
00234 temperature_2->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00235
00236 gridLayout2->addWidget(temperature_2, 4, 0, 1, 1);
00237
00238 Label_4_2_2 = new QLabel(GroupBox_3);
00239 Label_4_2_2->setObjectName(QString::fromUtf8("Label_4_2_2"));
00240 Label_4_2_2->setMinimumSize(QSize(25, 0));
00241 Label_4_2_2->setFocusPolicy(Qt::NoFocus);
00242 Label_4_2_2->setLineWidth(1);
00243 Label_4_2_2->setTextFormat(Qt::AutoText);
00244 Label_4_2_2->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00245
00246 gridLayout2->addWidget(Label_4_2_2, 2, 2, 1, 1);
00247
00248 Label_4 = new QLabel(GroupBox_3);
00249 Label_4->setObjectName(QString::fromUtf8("Label_4"));
00250 Label_4->setMinimumSize(QSize(150, 0));
00251 Label_4->setFocusPolicy(Qt::NoFocus);
00252 Label_4->setLineWidth(1);
00253 Label_4->setTextFormat(Qt::AutoText);
00254 Label_4->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00255
00256 gridLayout2->addWidget(Label_4, 0, 0, 1, 1);
00257
00258 timestep_linedit = new QLineEdit(GroupBox_3);
00259 timestep_linedit->setObjectName(QString::fromUtf8("timestep_linedit"));
00260 QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(0));
00261 sizePolicy5.setHorizontalStretch(0);
00262 sizePolicy5.setVerticalStretch(0);
00263 sizePolicy5.setHeightForWidth(timestep_linedit->sizePolicy().hasHeightForWidth());
00264 timestep_linedit->setSizePolicy(sizePolicy5);
00265 timestep_linedit->setMaximumSize(QSize(110, 24));
00266 timestep_linedit->setFocusPolicy(Qt::StrongFocus);
00267 timestep_linedit->setFrame(true);
00268 timestep_linedit->setAlignment(Qt::AlignRight);
00269
00270 gridLayout2->addWidget(timestep_linedit, 1, 1, 1, 1);
00271
00272 steps_lineedit = new QLineEdit(GroupBox_3);
00273 steps_lineedit->setObjectName(QString::fromUtf8("steps_lineedit"));
00274 sizePolicy5.setHeightForWidth(steps_lineedit->sizePolicy().hasHeightForWidth());
00275 steps_lineedit->setSizePolicy(sizePolicy5);
00276 steps_lineedit->setMinimumSize(QSize(110, 24));
00277 steps_lineedit->setMaximumSize(QSize(110, 24));
00278 steps_lineedit->setFocusPolicy(Qt::StrongFocus);
00279 steps_lineedit->setFrame(true);
00280 steps_lineedit->setEchoMode(QLineEdit::Normal);
00281 steps_lineedit->setAlignment(Qt::AlignRight);
00282
00283 gridLayout2->addWidget(steps_lineedit, 0, 1, 1, 1);
00284
00285 Label_4_2 = new QLabel(GroupBox_3);
00286 Label_4_2->setObjectName(QString::fromUtf8("Label_4_2"));
00287 Label_4_2->setMinimumSize(QSize(25, 0));
00288 Label_4_2->setFocusPolicy(Qt::NoFocus);
00289 Label_4_2->setLineWidth(1);
00290 Label_4_2->setTextFormat(Qt::AutoText);
00291 Label_4_2->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00292
00293 gridLayout2->addWidget(Label_4_2, 1, 2, 1, 1);
00294
00295 refresh_lineedit = new QLineEdit(GroupBox_3);
00296 refresh_lineedit->setObjectName(QString::fromUtf8("refresh_lineedit"));
00297 sizePolicy5.setHeightForWidth(refresh_lineedit->sizePolicy().hasHeightForWidth());
00298 refresh_lineedit->setSizePolicy(sizePolicy5);
00299 refresh_lineedit->setMinimumSize(QSize(110, 24));
00300 refresh_lineedit->setMaximumSize(QSize(110, 24));
00301 refresh_lineedit->setFocusPolicy(Qt::StrongFocus);
00302 refresh_lineedit->setFrame(true);
00303 refresh_lineedit->setEchoMode(QLineEdit::Normal);
00304 refresh_lineedit->setAlignment(Qt::AlignRight);
00305
00306 gridLayout2->addWidget(refresh_lineedit, 4, 1, 1, 1);
00307
00308 time_lineedit = new QLabel(GroupBox_3);
00309 time_lineedit->setObjectName(QString::fromUtf8("time_lineedit"));
00310 time_lineedit->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00311
00312 gridLayout2->addWidget(time_lineedit, 2, 1, 1, 1);
00313
00314 simulationtime_edit = new QLabel(GroupBox_3);
00315 simulationtime_edit->setObjectName(QString::fromUtf8("simulationtime_edit"));
00316 simulationtime_edit->setMinimumSize(QSize(50, 0));
00317 simulationtime_edit->setFocusPolicy(Qt::NoFocus);
00318 simulationtime_edit->setLineWidth(1);
00319 simulationtime_edit->setTextFormat(Qt::AutoText);
00320 simulationtime_edit->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00321
00322 gridLayout2->addWidget(simulationtime_edit, 2, 0, 1, 1);
00323
00324 Label_5 = new QLabel(GroupBox_3);
00325 Label_5->setObjectName(QString::fromUtf8("Label_5"));
00326 Label_5->setMinimumSize(QSize(130, 0));
00327 Label_5->setFocusPolicy(Qt::NoFocus);
00328 Label_5->setLineWidth(1);
00329 Label_5->setTextFormat(Qt::AutoText);
00330 Label_5->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00331
00332 gridLayout2->addWidget(Label_5, 1, 0, 1, 1);
00333
00334 temperature_lineedit = new QLineEdit(GroupBox_3);
00335 temperature_lineedit->setObjectName(QString::fromUtf8("temperature_lineedit"));
00336 sizePolicy5.setHeightForWidth(temperature_lineedit->sizePolicy().hasHeightForWidth());
00337 temperature_lineedit->setSizePolicy(sizePolicy5);
00338 temperature_lineedit->setMinimumSize(QSize(110, 24));
00339 temperature_lineedit->setMaximumSize(QSize(110, 24));
00340 temperature_lineedit->setFocusPolicy(Qt::StrongFocus);
00341 temperature_lineedit->setFrame(true);
00342 temperature_lineedit->setEchoMode(QLineEdit::Normal);
00343 temperature_lineedit->setAlignment(Qt::AlignRight);
00344
00345 gridLayout2->addWidget(temperature_lineedit, 3, 1, 1, 1);
00346
00347 textLabel2 = new QLabel(GroupBox_3);
00348 textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00349
00350 gridLayout2->addWidget(textLabel2, 0, 2, 1, 1);
00351
00352 temperature = new QLabel(GroupBox_3);
00353 temperature->setObjectName(QString::fromUtf8("temperature"));
00354 sizePolicy4.setHeightForWidth(temperature->sizePolicy().hasHeightForWidth());
00355 temperature->setSizePolicy(sizePolicy4);
00356 temperature->setMinimumSize(QSize(150, 0));
00357 temperature->setFocusPolicy(Qt::NoFocus);
00358 temperature->setLineWidth(1);
00359 temperature->setTextFormat(Qt::AutoText);
00360 temperature->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00361
00362 gridLayout2->addWidget(temperature, 3, 0, 1, 1);
00363
00364 Label_4_2_3 = new QLabel(GroupBox_3);
00365 Label_4_2_3->setObjectName(QString::fromUtf8("Label_4_2_3"));
00366 Label_4_2_3->setMinimumSize(QSize(25, 0));
00367 Label_4_2_3->setFocusPolicy(Qt::NoFocus);
00368 Label_4_2_3->setLineWidth(1);
00369 Label_4_2_3->setTextFormat(Qt::AutoText);
00370 Label_4_2_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00371
00372 gridLayout2->addWidget(Label_4_2_3, 3, 2, 1, 1);
00373
00374
00375 gridLayout->addWidget(GroupBox_3, 0, 0, 1, 2);
00376
00377 QWidget::setTabOrder(steps_lineedit, timestep_linedit);
00378 QWidget::setTabOrder(timestep_linedit, temperature_lineedit);
00379 QWidget::setTabOrder(temperature_lineedit, refresh_lineedit);
00380 QWidget::setTabOrder(refresh_lineedit, canonical_button);
00381 QWidget::setTabOrder(canonical_button, microcanonical_button);
00382 QWidget::setTabOrder(microcanonical_button, useAmberRadioButton);
00383 QWidget::setTabOrder(useAmberRadioButton, useCharmmRadioButton);
00384 QWidget::setTabOrder(useCharmmRadioButton, useMMFF94RadioButton);
00385 QWidget::setTabOrder(useMMFF94RadioButton, advanced_button);
00386 QWidget::setTabOrder(advanced_button, enable_dcd);
00387 QWidget::setTabOrder(enable_dcd, dcd_file_edit);
00388 QWidget::setTabOrder(dcd_file_edit, browse_button);
00389 QWidget::setTabOrder(browse_button, start_button);
00390 QWidget::setTabOrder(start_button, cancel_button);
00391
00392 retranslateUi(MolecularDynamicsDialogData);
00393
00394 QMetaObject::connectSlotsByName(MolecularDynamicsDialogData);
00395 }
00396
00397 void retranslateUi(QDialog *MolecularDynamicsDialogData)
00398 {
00399 MolecularDynamicsDialogData->setWindowTitle(QApplication::translate("MolecularDynamicsDialogData", "MolecularDynamicsSimulation", 0, QApplication::UnicodeUTF8));
00400
00401 #ifndef QT_NO_TOOLTIP
00402 MolecularDynamicsDialogData->setToolTip(QString());
00403 #endif // QT_NO_TOOLTIP
00404
00405 cancel_button->setText(QApplication::translate("MolecularDynamicsDialogData", "C&ancel", 0, QApplication::UnicodeUTF8));
00406 cancel_button->setShortcut(QApplication::translate("MolecularDynamicsDialogData", "Alt+A", 0, QApplication::UnicodeUTF8));
00407
00408 #ifndef QT_NO_TOOLTIP
00409 start_button->setToolTip(QApplication::translate("MolecularDynamicsDialogData", "Start simulation", 0, QApplication::UnicodeUTF8));
00410 #endif // QT_NO_TOOLTIP
00411
00412 start_button->setText(QApplication::translate("MolecularDynamicsDialogData", "&Simulate", 0, QApplication::UnicodeUTF8));
00413 start_button->setShortcut(QApplication::translate("MolecularDynamicsDialogData", "Alt+S", 0, QApplication::UnicodeUTF8));
00414 GroupBox2_2->setTitle(QApplication::translate("MolecularDynamicsDialogData", "Trajectory", 0, QApplication::UnicodeUTF8));
00415
00416 #ifndef QT_NO_TOOLTIP
00417 enable_dcd->setToolTip(QApplication::translate("MolecularDynamicsDialogData", "Write trajectories to file in order to be able to watch snapshots", 0, QApplication::UnicodeUTF8));
00418 #endif // QT_NO_TOOLTIP
00419
00420 enable_dcd->setText(QApplication::translate("MolecularDynamicsDialogData", "save to", 0, QApplication::UnicodeUTF8));
00421 browse_button->setText(QApplication::translate("MolecularDynamicsDialogData", "Browse", 0, QApplication::UnicodeUTF8));
00422 dcd_file_edit->setText(QApplication::translate("MolecularDynamicsDialogData", "trajectory.dcd", 0, QApplication::UnicodeUTF8));
00423 groupBox5->setTitle(QApplication::translate("MolecularDynamicsDialogData", "Force Field", 0, QApplication::UnicodeUTF8));
00424 useAmberRadioButton->setText(QApplication::translate("MolecularDynamicsDialogData", "AMBER", 0, QApplication::UnicodeUTF8));
00425 useAmberRadioButton->setShortcut(QString());
00426 useCharmmRadioButton->setText(QApplication::translate("MolecularDynamicsDialogData", "CHARMM", 0, QApplication::UnicodeUTF8));
00427 useCharmmRadioButton->setShortcut(QString());
00428 useMMFF94RadioButton->setText(QApplication::translate("MolecularDynamicsDialogData", "MMFF94", 0, QApplication::UnicodeUTF8));
00429 useMMFF94RadioButton->setShortcut(QString());
00430
00431 #ifndef QT_NO_TOOLTIP
00432 advanced_button->setToolTip(QApplication::translate("MolecularDynamicsDialogData", "Alter force field options", 0, QApplication::UnicodeUTF8));
00433 #endif // QT_NO_TOOLTIP
00434
00435 advanced_button->setText(QApplication::translate("MolecularDynamicsDialogData", "&ForceField Options", 0, QApplication::UnicodeUTF8));
00436 advanced_button->setShortcut(QApplication::translate("MolecularDynamicsDialogData", "Alt+F", 0, QApplication::UnicodeUTF8));
00437 dielectric_group_2->setTitle(QApplication::translate("MolecularDynamicsDialogData", "Ensemble", 0, QApplication::UnicodeUTF8));
00438 canonical_button->setText(QApplication::translate("MolecularDynamicsDialogData", "canonical", 0, QApplication::UnicodeUTF8));
00439 microcanonical_button->setText(QApplication::translate("MolecularDynamicsDialogData", "microcanonical", 0, QApplication::UnicodeUTF8));
00440 GroupBox_3->setTitle(QApplication::translate("MolecularDynamicsDialogData", "Parameters", 0, QApplication::UnicodeUTF8));
00441 textLabel1->setText(QString());
00442 temperature_2->setText(QApplication::translate("MolecularDynamicsDialogData", "steps between refresh", 0, QApplication::UnicodeUTF8));
00443 Label_4_2_2->setText(QApplication::translate("MolecularDynamicsDialogData", "ps)", 0, QApplication::UnicodeUTF8));
00444 Label_4->setText(QApplication::translate("MolecularDynamicsDialogData", "number of steps", 0, QApplication::UnicodeUTF8));
00445
00446 #ifndef QT_NO_TOOLTIP
00447 timestep_linedit->setToolTip(QApplication::translate("MolecularDynamicsDialogData", "Timesteps in which snapshots are taken", 0, QApplication::UnicodeUTF8));
00448 #endif // QT_NO_TOOLTIP
00449
00450 timestep_linedit->setText(QApplication::translate("MolecularDynamicsDialogData", "0.0001", 0, QApplication::UnicodeUTF8));
00451 steps_lineedit->setText(QApplication::translate("MolecularDynamicsDialogData", "1000", 0, QApplication::UnicodeUTF8));
00452 Label_4_2->setText(QApplication::translate("MolecularDynamicsDialogData", "ps", 0, QApplication::UnicodeUTF8));
00453 refresh_lineedit->setText(QApplication::translate("MolecularDynamicsDialogData", "1", 0, QApplication::UnicodeUTF8));
00454 time_lineedit->setText(QApplication::translate("MolecularDynamicsDialogData", "0.01", 0, QApplication::UnicodeUTF8));
00455 simulationtime_edit->setText(QApplication::translate("MolecularDynamicsDialogData", "(total time:", 0, QApplication::UnicodeUTF8));
00456 Label_5->setText(QApplication::translate("MolecularDynamicsDialogData", "timestep", 0, QApplication::UnicodeUTF8));
00457
00458 #ifndef QT_NO_TOOLTIP
00459 temperature_lineedit->setToolTip(QApplication::translate("MolecularDynamicsDialogData", "Temperature in which the simulation runs", 0, QApplication::UnicodeUTF8));
00460 #endif // QT_NO_TOOLTIP
00461
00462 temperature_lineedit->setText(QApplication::translate("MolecularDynamicsDialogData", "300", 0, QApplication::UnicodeUTF8));
00463 textLabel2->setText(QString());
00464 temperature->setText(QApplication::translate("MolecularDynamicsDialogData", "temperature", 0, QApplication::UnicodeUTF8));
00465 Label_4_2_3->setText(QApplication::translate("MolecularDynamicsDialogData", "K", 0, QApplication::UnicodeUTF8));
00466 Q_UNUSED(MolecularDynamicsDialogData);
00467 }
00468
00469 };
00470
00471 namespace Ui {
00472 class MolecularDynamicsDialogData: public Ui_MolecularDynamicsDialogData {};
00473 }
00474
00475 QT_END_NAMESPACE
00476
00477 #endif // MOLECULARDYNAMICSDIALOGDATA_H