modules/pmg_qt/forms/load_map.ui (284 lines of code) (raw):
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>265</width>
<height>552</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">Map Import</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string notr="true">Map Object</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLineEdit" name="input_object_name">
<property name="placeholderText">
<string notr="true">object name</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="input_normalize">
<property name="text">
<string notr="true">normalize (mean=0 stdev=1)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string notr="true">Normalization does NOT take the unit cell into account. PyMOL normalizes across the data extent present in the map file, which may not be aligned with the unit cell. (This is different from Coot)</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string notr="true">Representation</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="4" column="1">
<widget class="QComboBox" name="input_selection">
<property name="editable">
<bool>true</bool>
</property>
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string notr="true">enabled</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">sele</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">center</string>
</property>
</item>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_2">
<property name="toolTip">
<string notr="true">for periodic systems (x-ray) display the data acound the given atom selection (box shaped, unless "carve" is checked)</string>
</property>
<property name="text">
<string notr="true">se&lection</string>
</property>
<property name="buddy">
<cstring>input_selection</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="input_name_volume">
<property name="placeholderText">
<string notr="true">object name</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="input_name_isosurface">
<property name="placeholderText">
<string notr="true">object name</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_3">
<property name="toolTip">
<string notr="true">margin around the selection (in Angstrom)</string>
</property>
<property name="text">
<string notr="true">b&uffer</string>
</property>
<property name="buddy">
<cstring>input_buffer</cstring>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="check_isosurface">
<property name="text">
<string notr="true">isosurface</string>
</property>
</widget>
</item>
<item row="5" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QDoubleSpinBox" name="input_buffer">
<property name="value">
<double>2.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="check_carve">
<property name="toolTip">
<string notr="true">only show density which is within the carve-radius of any atom</string>
</property>
<property name="text">
<string notr="true">carve</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="input_name_isomesh">
<property name="placeholderText">
<string notr="true">object name</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="check_isomesh">
<property name="text">
<string notr="true">isomesh</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="check_volume">
<property name="text">
<string notr="true">volume</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="toolTip">
<string notr="true">contour level ("sigma" or "rmsd" if data is normalized)</string>
</property>
<property name="text">
<string notr="true">level</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QDoubleSpinBox" name="input_level">
<property name="decimals">
<number>4</number>
</property>
<property name="minimum">
<double>-99.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string notr="true">This will run the following command</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="topMargin">
<number>4</number>
</property>
<item>
<widget class="QLabel" name="output_command">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">load ...</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QPushButton" name="button_ok">
<property name="text">
<string notr="true">Load</string>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>button_ok</tabstop>
<tabstop>input_normalize</tabstop>
<tabstop>input_object_name</tabstop>
<tabstop>check_volume</tabstop>
<tabstop>input_name_volume</tabstop>
<tabstop>check_isomesh</tabstop>
<tabstop>input_name_isomesh</tabstop>
<tabstop>check_isosurface</tabstop>
<tabstop>input_name_isosurface</tabstop>
<tabstop>input_level</tabstop>
<tabstop>input_selection</tabstop>
<tabstop>input_buffer</tabstop>
<tabstop>check_carve</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>