Warning, /education/kalzium/src/tools/moleculeviewerwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>moleculeViewerForm</class>
0004  <widget class="QWidget" name="moleculeViewerForm">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>760</width>
0010     <height>523</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout">
0020    <item row="0" column="1">
0021     <widget class="QWidget" name="widget_2" native="true">
0022      <layout class="QVBoxLayout" name="verticalLayout_6">
0023       <item>
0024        <layout class="QGridLayout" name="gridLayout_3">
0025         <item row="0" column="0">
0026          <widget class="QLabel" name="labelStyle">
0027           <property name="text">
0028            <string>Style:</string>
0029           </property>
0030           <property name="alignment">
0031            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0032           </property>
0033           <property name="buddy">
0034            <cstring>styleCombo</cstring>
0035           </property>
0036          </widget>
0037         </item>
0038         <item row="0" column="1">
0039          <layout class="QHBoxLayout" name="horizontalLayout_5">
0040           <item>
0041            <widget class="QComboBox" name="styleCombo">
0042             <property name="minimumSize">
0043              <size>
0044               <width>160</width>
0045               <height>0</height>
0046              </size>
0047             </property>
0048            </widget>
0049           </item>
0050          </layout>
0051         </item>
0052        </layout>
0053       </item>
0054       <item>
0055        <widget class="KalziumGLWidget" name="glWidget" native="true">
0056         <property name="sizePolicy">
0057          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0058           <horstretch>10</horstretch>
0059           <verstretch>10</verstretch>
0060          </sizepolicy>
0061         </property>
0062         <property name="minimumSize">
0063          <size>
0064           <width>240</width>
0065           <height>240</height>
0066          </size>
0067         </property>
0068         <property name="sizeIncrement">
0069          <size>
0070           <width>10</width>
0071           <height>10</height>
0072          </size>
0073         </property>
0074        </widget>
0075       </item>
0076      </layout>
0077     </widget>
0078    </item>
0079    <item row="0" column="0">
0080     <widget class="QWidget" name="widget" native="true">
0081      <property name="maximumSize">
0082       <size>
0083        <width>300</width>
0084        <height>16777215</height>
0085       </size>
0086      </property>
0087      <layout class="QVBoxLayout" name="verticalLayout_4">
0088       <item>
0089        <layout class="QVBoxLayout" name="verticalLayout_3">
0090         <item>
0091          <widget class="QTabWidget" name="tabWidget">
0092           <property name="currentIndex">
0093            <number>0</number>
0094           </property>
0095           <widget class="QWidget" name="display">
0096            <attribute name="title">
0097             <string>Display</string>
0098            </attribute>
0099            <layout class="QVBoxLayout" name="verticalLayout">
0100             <item>
0101              <widget class="QLabel" name="label">
0102               <property name="enabled">
0103                <bool>true</bool>
0104               </property>
0105               <property name="maximumSize">
0106                <size>
0107                 <width>266</width>
0108                 <height>16777215</height>
0109                </size>
0110               </property>
0111               <property name="text">
0112                <string>Load a molecule and use the mouse pointer and scroll wheel to change the view point.</string>
0113               </property>
0114               <property name="wordWrap">
0115                <bool>true</bool>
0116               </property>
0117              </widget>
0118             </item>
0119             <item>
0120              <spacer name="spacer">
0121               <property name="orientation">
0122                <enum>Qt::Vertical</enum>
0123               </property>
0124               <property name="sizeHint" stdset="0">
0125                <size>
0126                 <width>148</width>
0127                 <height>43</height>
0128                </size>
0129               </property>
0130              </spacer>
0131             </item>
0132            </layout>
0133           </widget>
0134           <widget class="QWidget" name="edit">
0135            <attribute name="title">
0136             <string>Edit</string>
0137            </attribute>
0138            <layout class="QVBoxLayout" name="verticalLayout_2">
0139             <item>
0140              <layout class="QVBoxLayout" name="editTabLayout">
0141 <!--              <item>
0142                <widget class="QPushButton" name="optimizeButton">
0143                 <property name="text">
0144                  <string>Optimize</string>
0145                 </property>
0146                </widget>
0147               </item>-->
0148               <item>
0149                <spacer name="spacer_2">
0150                 <property name="orientation">
0151                  <enum>Qt::Vertical</enum>
0152                 </property>
0153                 <property name="sizeHint" stdset="0">
0154                  <size>
0155                   <width>88</width>
0156                   <height>43</height>
0157                  </size>
0158                 </property>
0159                </spacer>
0160               </item>
0161               <item>
0162                <widget class="QPushButton" name="clearDrawingButton">
0163                 <property name="text">
0164                  <string>Clear drawing</string>
0165                 </property>
0166                </widget>
0167               </item>
0168              </layout>
0169             </item>
0170            </layout>
0171           </widget>
0172           <widget class="QWidget" name="measure">
0173            <attribute name="title">
0174             <string>Measure</string>
0175            </attribute>
0176            <widget class="QLabel" name="label_10">
0177             <property name="geometry">
0178              <rect>
0179               <x>20</x>
0180               <y>20</y>
0181               <width>221</width>
0182               <height>141</height>
0183              </rect>
0184             </property>
0185             <property name="text">
0186              <string>Click on 2 atoms to measure a distance, on 3 atoms to measure an angle, on 4 atoms to measure a dihedral angle.</string>
0187             </property>
0188             <property name="alignment">
0189              <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0190             </property>
0191             <property name="wordWrap">
0192              <bool>true</bool>
0193             </property>
0194            </widget>
0195           </widget>
0196          </widget>
0197         </item>
0198        </layout>
0199       </item>
0200       <item>
0201        <widget class="QGroupBox" name="groupBox">
0202         <property name="sizePolicy">
0203          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0204           <horstretch>0</horstretch>
0205           <verstretch>0</verstretch>
0206          </sizepolicy>
0207         </property>
0208         <property name="minimumSize">
0209          <size>
0210           <width>240</width>
0211           <height>110</height>
0212          </size>
0213         </property>
0214         <property name="title">
0215          <string>Statistics</string>
0216         </property>
0217         <layout class="QGridLayout">
0218          <item row="0" column="0">
0219           <layout class="QGridLayout">
0220            <item row="0" column="0">
0221             <widget class="QLabel" name="label_3">
0222              <property name="text">
0223               <string>Name:</string>
0224              </property>
0225              <property name="alignment">
0226               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0227              </property>
0228             </widget>
0229            </item>
0230            <item row="0" column="1">
0231             <widget class="QLabel" name="nameLabel">
0232              <property name="text">
0233               <string/>
0234              </property>
0235             </widget>
0236            </item>
0237            <item row="1" column="0">
0238             <widget class="QLabel" name="label_7">
0239              <property name="text">
0240               <string>Formula:</string>
0241              </property>
0242              <property name="alignment">
0243               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0244              </property>
0245             </widget>
0246            </item>
0247            <item row="1" column="1">
0248             <widget class="QLabel" name="formulaLabel">
0249              <property name="text">
0250               <string/>
0251              </property>
0252             </widget>
0253            </item>
0254            <item row="2" column="0">
0255             <widget class="QLabel" name="label_4">
0256              <property name="text">
0257               <string>Weight:</string>
0258              </property>
0259              <property name="alignment">
0260               <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0261              </property>
0262             </widget>
0263            </item>
0264            <item row="2" column="1">
0265             <widget class="QLabel" name="weightLabel">
0266              <property name="text">
0267               <string/>
0268              </property>
0269             </widget>
0270            </item>
0271           </layout>
0272          </item>
0273         </layout>
0274        </widget>
0275       </item>
0276      </layout>
0277     </widget>
0278    </item>
0279   </layout>
0280  </widget>
0281  <customwidgets>
0282   <customwidget>
0283    <class>KalziumGLWidget</class>
0284    <extends>QWidget</extends>
0285    <header>../../compoundviewer/kalziumglwidget.h</header>
0286    <container>1</container>
0287   </customwidget>
0288  </customwidgets>
0289  <tabstops>
0290   <tabstop>styleCombo</tabstop>
0291  </tabstops>
0292  <resources/>
0293  <connections/>
0294 </ui>