Warning, /education/kalzium/src/plotsetupwidget.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>PlotSetupWidget</class>
0004  <widget class="QWidget" name="PlotSetupWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>615</width>
0010     <height>356</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout_2">
0014    <item row="0" column="1">
0015     <widget class="QPushButton" name="swapXYAxis">
0016      <property name="sizePolicy">
0017       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0018        <horstretch>0</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="accessibleName">
0023       <string>Swap</string>
0024      </property>
0025      <property name="text">
0026       <string/>
0027      </property>
0028      <property name="toolTip">
0029       <string>Swap X and Y axis</string>
0030      </property>
0031      <property name="icon">
0032       <iconset theme="swap-panels"/>
0033      </property>
0034     </widget>
0035    </item>
0036    <item row="0" column="0">
0037     <widget class="QGroupBox" name="groupBox">
0038      <property name="title">
0039       <string>X-Axis</string>
0040      </property>
0041      <layout class="QGridLayout">
0042       <property name="margin">
0043        <number>9</number>
0044       </property>
0045       <property name="spacing">
0046        <number>6</number>
0047       </property>
0048       <item row="3" column="0">
0049        <widget class="QLabel" name="textLabel1_2">
0050         <property name="text">
0051          <string>Average value:</string>
0052         </property>
0053        </widget>
0054       </item>
0055       <item row="1" column="1">
0056        <widget class="QLabel" name="minimum_x">
0057         <property name="text">
0058          <string/>
0059         </property>
0060        </widget>
0061       </item>
0062       <item row="3" column="1">
0063        <widget class="QLabel" name="av_x">
0064         <property name="text">
0065          <string/>
0066         </property>
0067        </widget>
0068       </item>
0069       <item row="0" column="0" colspan="2">
0070        <widget class="KComboBox" name="KCB_x">
0071         <property name="whatsThis">
0072          <string>Here you can define what you want to plot</string>
0073         </property>
0074         <item>
0075          <property name="text">
0076           <string>Atomic Number</string>
0077          </property>
0078         </item>
0079         <item>
0080          <property name="text">
0081           <string>Atomic Mass</string>
0082          </property>
0083         </item>
0084         <item>
0085          <property name="text">
0086           <string>Electronegativity</string>
0087          </property>
0088         </item>
0089         <item>
0090          <property name="text">
0091           <string>Melting Point</string>
0092          </property>
0093         </item>
0094         <item>
0095          <property name="text">
0096           <string>Boiling Point</string>
0097          </property>
0098         </item>
0099         <item>
0100          <property name="text">
0101           <string>Atomic Radius</string>
0102          </property>
0103         </item>
0104         <item>
0105          <property name="text">
0106           <string>Covalent Radius</string>
0107          </property>
0108         </item>
0109        </widget>
0110       </item>
0111       <item row="2" column="0">
0112        <widget class="QLabel" name="textLabel2">
0113         <property name="text">
0114          <string>Maximum value:</string>
0115         </property>
0116        </widget>
0117       </item>
0118       <item row="2" column="1">
0119        <widget class="QLabel" name="maximum_x">
0120         <property name="text">
0121          <string/>
0122         </property>
0123        </widget>
0124       </item>
0125       <item row="1" column="0">
0126        <widget class="QLabel" name="textLabel3_2">
0127         <property name="text">
0128          <string>Minimum value:</string>
0129         </property>
0130        </widget>
0131       </item>
0132      </layout>
0133     </widget>
0134    </item>
0135    <item row="0" column="3">
0136     <layout class="QGridLayout" name="gridLayout3">
0137      <property name="sizeConstraint">
0138       <enum>QLayout::SetDefaultConstraint</enum>
0139      </property>
0140      <item row="3" column="0">
0141       <widget class="QLabel" name="label">
0142        <property name="sizePolicy">
0143         <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0144          <horstretch>0</horstretch>
0145          <verstretch>0</verstretch>
0146         </sizepolicy>
0147        </property>
0148        <property name="text">
0149         <string>Display:</string>
0150        </property>
0151        <property name="buddy">
0152         <cstring>comboElementLabels</cstring>
0153        </property>
0154       </widget>
0155      </item>
0156      <item row="4" column="0">
0157       <widget class="QLabel" name="label_4">
0158        <property name="sizePolicy">
0159         <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0160          <horstretch>0</horstretch>
0161          <verstretch>0</verstretch>
0162         </sizepolicy>
0163        </property>
0164        <property name="minimumSize">
0165         <size>
0166          <width>0</width>
0167          <height>0</height>
0168         </size>
0169        </property>
0170        <property name="text">
0171         <string>Element Type:</string>
0172        </property>
0173       </widget>
0174      </item>
0175      <item row="1" column="1">
0176       <widget class="QSpinBox" name="to">
0177        <property name="sizePolicy">
0178         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0179          <horstretch>0</horstretch>
0180          <verstretch>0</verstretch>
0181         </sizepolicy>
0182        </property>
0183        <property name="minimum">
0184         <number>2</number>
0185        </property>
0186        <property name="maximum">
0187         <number>111</number>
0188        </property>
0189        <property name="value">
0190         <number>36</number>
0191        </property>
0192       </widget>
0193      </item>
0194      <item row="0" column="0">
0195       <widget class="QLabel" name="textLabel3">
0196        <property name="text">
0197         <string>First element:</string>
0198        </property>
0199       </widget>
0200      </item>
0201      <item row="1" column="0">
0202       <widget class="QLabel" name="textLabel4">
0203        <property name="text">
0204         <string>Last element:</string>
0205        </property>
0206       </widget>
0207      </item>
0208      <item row="0" column="1">
0209       <widget class="QSpinBox" name="from">
0210        <property name="sizePolicy">
0211         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0212          <horstretch>0</horstretch>
0213          <verstretch>0</verstretch>
0214         </sizepolicy>
0215        </property>
0216        <property name="minimum">
0217         <number>1</number>
0218        </property>
0219        <property name="maximum">
0220         <number>110</number>
0221        </property>
0222       </widget>
0223      </item>
0224      <item row="2" column="1">
0225       <widget class="QPushButton" name="full">
0226        <property name="sizePolicy">
0227         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0228          <horstretch>0</horstretch>
0229          <verstretch>0</verstretch>
0230         </sizepolicy>
0231        </property>
0232        <property name="text">
0233         <string>All elements</string>
0234        </property>
0235       </widget>
0236      </item>
0237      <item row="4" column="1">
0238       <widget class="QComboBox" name="comboElementType">
0239        <item>
0240         <property name="text">
0241          <string>All elements</string>
0242         </property>
0243        </item>
0244        <item>
0245         <property name="text">
0246          <string>Metals</string>
0247         </property>
0248        </item>
0249        <item>
0250         <property name="text">
0251          <string>Non-Metals / Metalloids</string>
0252         </property>
0253        </item>
0254        <item>
0255         <property name="text">
0256          <string>s block elements</string>
0257         </property>
0258        </item>
0259        <item>
0260         <property name="text">
0261          <string>p block elements</string>
0262         </property>
0263        </item>
0264        <item>
0265         <property name="text">
0266          <string>d block elements</string>
0267         </property>
0268        </item>
0269        <item>
0270         <property name="text">
0271          <string>f block elements</string>
0272         </property>
0273        </item>
0274        <item>
0275         <property name="text">
0276          <string>Noble gases</string>
0277         </property>
0278        </item>
0279        <item>
0280         <property name="text">
0281          <string>Alkalie metals</string>
0282         </property>
0283        </item>
0284        <item>
0285         <property name="text">
0286          <string>Alkaline earth metals</string>
0287         </property>
0288        </item>
0289        <item>
0290         <property name="text">
0291          <string>Lanthanides</string>
0292         </property>
0293        </item>
0294        <item>
0295         <property name="text">
0296          <string>Actinides</string>
0297         </property>
0298        </item>
0299        <item>
0300         <property name="text">
0301          <string>Radio-active elements</string>
0302         </property>
0303        </item>
0304       </widget>
0305      </item>
0306      <item row="3" column="1">
0307       <widget class="KComboBox" name="comboElementLabels">
0308        <property name="sizePolicy">
0309         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0310          <horstretch>0</horstretch>
0311          <verstretch>0</verstretch>
0312         </sizepolicy>
0313        </property>
0314        <item>
0315         <property name="text">
0316          <string>No Labels</string>
0317         </property>
0318        </item>
0319        <item>
0320         <property name="text">
0321          <string>Element Names</string>
0322         </property>
0323        </item>
0324        <item>
0325         <property name="text">
0326          <string>Element Symbols</string>
0327         </property>
0328        </item>
0329       </widget>
0330      </item>
0331     </layout>
0332    </item>
0333    <item row="0" column="2">
0334     <widget class="QGroupBox" name="groupBox_2">
0335      <property name="title">
0336       <string>Y-Axis</string>
0337      </property>
0338      <layout class="QGridLayout">
0339       <property name="margin">
0340        <number>9</number>
0341       </property>
0342       <property name="spacing">
0343        <number>6</number>
0344       </property>
0345       <item row="3" column="1">
0346        <widget class="QLabel" name="av_y">
0347         <property name="text">
0348          <string/>
0349         </property>
0350        </widget>
0351       </item>
0352       <item row="3" column="0">
0353        <widget class="QLabel" name="textLabel1_3">
0354         <property name="text">
0355          <string>Average value:</string>
0356         </property>
0357        </widget>
0358       </item>
0359       <item row="2" column="1">
0360        <widget class="QLabel" name="maximum_y">
0361         <property name="text">
0362          <string/>
0363         </property>
0364        </widget>
0365       </item>
0366       <item row="2" column="0">
0367        <widget class="QLabel" name="textLabel2_2">
0368         <property name="text">
0369          <string>Maximum value:</string>
0370         </property>
0371        </widget>
0372       </item>
0373       <item row="1" column="0">
0374        <widget class="QLabel" name="textLabel3_3">
0375         <property name="text">
0376          <string>Minimum value:</string>
0377         </property>
0378        </widget>
0379       </item>
0380       <item row="1" column="1">
0381        <widget class="QLabel" name="minimum_y">
0382         <property name="text">
0383          <string/>
0384         </property>
0385        </widget>
0386       </item>
0387       <item row="0" column="0" colspan="2">
0388        <widget class="KComboBox" name="KCB_y">
0389         <property name="whatsThis">
0390          <string>Here you can define what you want to plot</string>
0391         </property>
0392         <property name="currentIndex">
0393          <number>1</number>
0394         </property>
0395         <item>
0396          <property name="text">
0397           <string>Atomic Number</string>
0398          </property>
0399         </item>
0400         <item>
0401          <property name="text">
0402           <string>Atomic Mass</string>
0403          </property>
0404         </item>
0405         <item>
0406          <property name="text">
0407           <string>Electronegativity</string>
0408          </property>
0409         </item>
0410         <item>
0411          <property name="text">
0412           <string>Melting Point</string>
0413          </property>
0414         </item>
0415         <item>
0416          <property name="text">
0417           <string>Boiling Point</string>
0418          </property>
0419         </item>
0420         <item>
0421          <property name="text">
0422           <string>Atomic Radius</string>
0423          </property>
0424         </item>
0425         <item>
0426          <property name="text">
0427           <string>Covalent Radius</string>
0428          </property>
0429         </item>
0430        </widget>
0431       </item>
0432      </layout>
0433     </widget>
0434    </item>
0435    <item row="1" column="0" colspan="4">
0436     <widget class="KPlotWidget" name="plotwidget">
0437      <property name="sizePolicy">
0438       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0439        <horstretch>0</horstretch>
0440        <verstretch>0</verstretch>
0441       </sizepolicy>
0442      </property>
0443      <property name="minimumSize">
0444       <size>
0445        <width>150</width>
0446        <height>150</height>
0447       </size>
0448      </property>
0449     </widget>
0450    </item>
0451   </layout>
0452  </widget>
0453  <customwidgets>
0454   <customwidget>
0455    <class>KComboBox</class>
0456    <extends>QComboBox</extends>
0457    <header>kcombobox.h</header>
0458   </customwidget>
0459   <customwidget>
0460    <class>KPlotWidget</class>
0461    <extends>QFrame</extends>
0462    <header>kplotwidget.h</header>
0463    <container>1</container>
0464   </customwidget>
0465  </customwidgets>
0466  <tabstops>
0467   <tabstop>KCB_x</tabstop>
0468   <tabstop>KCB_y</tabstop>
0469   <tabstop>from</tabstop>
0470   <tabstop>to</tabstop>
0471   <tabstop>full</tabstop>
0472   <tabstop>comboElementLabels</tabstop>
0473   <tabstop>comboElementType</tabstop>
0474  </tabstops>
0475  <resources/>
0476  <connections/>
0477 </ui>