00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef OPENSAVEPREFERENCESDATA_H
00011 #define OPENSAVEPREFERENCESDATA_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QRadioButton>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_OpenSavePreferencesData
00028 {
00029 public:
00030 QWidget *widget;
00031 QVBoxLayout *vboxLayout;
00032 QGroupBox *pdb_groupBox;
00033 QGridLayout *gridLayout;
00034 QCheckBox *pdb_model_box_;
00035 QGroupBox *project_groupbox;
00036 QGridLayout *gridLayout1;
00037 QLabel *label;
00038 QRadioButton *binary_project_radiobutton;
00039 QRadioButton *nonbinary_project_radiobutton;
00040
00041 void setupUi(QWidget *OpenSavePreferencesData)
00042 {
00043 if (OpenSavePreferencesData->objectName().isEmpty())
00044 OpenSavePreferencesData->setObjectName(QString::fromUtf8("OpenSavePreferencesData"));
00045 OpenSavePreferencesData->resize(561, 435);
00046 widget = new QWidget(OpenSavePreferencesData);
00047 widget->setObjectName(QString::fromUtf8("widget"));
00048 widget->setGeometry(QRect(9, 9, 242, 181));
00049 vboxLayout = new QVBoxLayout(widget);
00050 #ifndef Q_OS_MAC
00051 vboxLayout->setSpacing(6);
00052 #endif
00053 vboxLayout->setMargin(0);
00054 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00055 vboxLayout->setContentsMargins(0, 0, 0, 0);
00056 pdb_groupBox = new QGroupBox(widget);
00057 pdb_groupBox->setObjectName(QString::fromUtf8("pdb_groupBox"));
00058 gridLayout = new QGridLayout(pdb_groupBox);
00059 #ifndef Q_OS_MAC
00060 gridLayout->setSpacing(6);
00061 #endif
00062 #ifndef Q_OS_MAC
00063 gridLayout->setMargin(9);
00064 #endif
00065 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00066 pdb_model_box_ = new QCheckBox(pdb_groupBox);
00067 pdb_model_box_->setObjectName(QString::fromUtf8("pdb_model_box_"));
00068
00069 gridLayout->addWidget(pdb_model_box_, 0, 0, 1, 1);
00070
00071
00072 vboxLayout->addWidget(pdb_groupBox);
00073
00074 project_groupbox = new QGroupBox(widget);
00075 project_groupbox->setObjectName(QString::fromUtf8("project_groupbox"));
00076 gridLayout1 = new QGridLayout(project_groupbox);
00077 #ifndef Q_OS_MAC
00078 gridLayout1->setSpacing(6);
00079 #endif
00080 #ifndef Q_OS_MAC
00081 gridLayout1->setMargin(9);
00082 #endif
00083 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00084 label = new QLabel(project_groupbox);
00085 label->setObjectName(QString::fromUtf8("label"));
00086
00087 gridLayout1->addWidget(label, 0, 0, 1, 1);
00088
00089 binary_project_radiobutton = new QRadioButton(project_groupbox);
00090 binary_project_radiobutton->setObjectName(QString::fromUtf8("binary_project_radiobutton"));
00091 binary_project_radiobutton->setChecked(true);
00092
00093 gridLayout1->addWidget(binary_project_radiobutton, 1, 0, 1, 1);
00094
00095 nonbinary_project_radiobutton = new QRadioButton(project_groupbox);
00096 nonbinary_project_radiobutton->setObjectName(QString::fromUtf8("nonbinary_project_radiobutton"));
00097
00098 gridLayout1->addWidget(nonbinary_project_radiobutton, 2, 0, 1, 1);
00099
00100
00101 vboxLayout->addWidget(project_groupbox);
00102
00103
00104 retranslateUi(OpenSavePreferencesData);
00105
00106 QMetaObject::connectSlotsByName(OpenSavePreferencesData);
00107 }
00108
00109 void retranslateUi(QWidget *OpenSavePreferencesData)
00110 {
00111 OpenSavePreferencesData->setWindowTitle(QApplication::translate("OpenSavePreferencesData", "Form", 0, QApplication::UnicodeUTF8));
00112 pdb_groupBox->setTitle(QApplication::translate("OpenSavePreferencesData", "PDB Options", 0, QApplication::UnicodeUTF8));
00113
00114 #ifndef QT_NO_TOOLTIP
00115 pdb_model_box_->setToolTip(QApplication::translate("OpenSavePreferencesData", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
00116 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00117 "p, li { white-space: pre-wrap; }\n"
00118 "</style></head><body style=\" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
00119 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Some PDB files (like files obtained from NMR experiments) contain multiple \"models\" representing differing snapshots of the same molecule. If this option is enabled all models present in the PDBFile will be read in.</p>\n"
00120 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
00121 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Be aware</span> that this migh"
00122 "t cause high computational effort for large molecules with many models and a complex default representation.</p></body></html>", 0, QApplication::UnicodeUTF8));
00123 #endif // QT_NO_TOOLTIP
00124
00125 pdb_model_box_->setText(QApplication::translate("OpenSavePreferencesData", "Load all Models from PDB file", 0, QApplication::UnicodeUTF8));
00126 project_groupbox->setTitle(QApplication::translate("OpenSavePreferencesData", "Project Files", 0, QApplication::UnicodeUTF8));
00127 label->setText(QApplication::translate("OpenSavePreferencesData", "Output Format:", 0, QApplication::UnicodeUTF8));
00128 binary_project_radiobutton->setText(QApplication::translate("OpenSavePreferencesData", "binary", 0, QApplication::UnicodeUTF8));
00129 nonbinary_project_radiobutton->setText(QApplication::translate("OpenSavePreferencesData", "non-binary", 0, QApplication::UnicodeUTF8));
00130 Q_UNUSED(OpenSavePreferencesData);
00131 }
00132
00133 };
00134
00135 namespace Ui {
00136 class OpenSavePreferencesData: public Ui_OpenSavePreferencesData {};
00137 }
00138
00139 QT_END_NAMESPACE
00140
00141 #endif // OPENSAVEPREFERENCESDATA_H