Warning, /education/kalzium/src/settings/settings_gradients.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>setupGradients</class>
0004  <widget class="QWidget" name="setupGradients">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>650</width>
0010     <height>426</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="spacing">
0015     <number>6</number>
0016    </property>
0017    <property name="margin">
0018     <number>9</number>
0019    </property>
0020    <item>
0021     <layout class="QHBoxLayout" name="horizontalLayout_3">
0022      <item>
0023       <widget class="QLabel" name="label">
0024        <property name="sizePolicy">
0025         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0026          <horstretch>0</horstretch>
0027          <verstretch>0</verstretch>
0028         </sizepolicy>
0029        </property>
0030        <property name="maximumSize">
0031         <size>
0032          <width>318</width>
0033          <height>16777215</height>
0034         </size>
0035        </property>
0036        <property name="styleSheet">
0037         <string/>
0038        </property>
0039        <property name="text">
0040         <string>Instead of using a linear gradient to display the given property of an element in the periodic table, Kalzium can also use a logarithmic gradient.
0041 
0042 Check the properties you want to have displayed with a logarithmic gradient.</string>
0043        </property>
0044        <property name="textFormat">
0045         <enum>Qt::AutoText</enum>
0046        </property>
0047        <property name="alignment">
0048         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0049        </property>
0050        <property name="wordWrap">
0051         <bool>true</bool>
0052        </property>
0053       </widget>
0054      </item>
0055      <item>
0056       <layout class="QVBoxLayout">
0057        <item>
0058         <widget class="QCheckBox" name="kcfg_LogarithmicCovalentRadiusGradient">
0059          <property name="text">
0060           <string>Covalent Radius</string>
0061          </property>
0062         </widget>
0063        </item>
0064        <item>
0065         <widget class="QCheckBox" name="kcfg_LogarithmicVanDerWaalsRadiusGradient">
0066          <property name="text">
0067           <string>Van der Waals Radius</string>
0068          </property>
0069         </widget>
0070        </item>
0071        <item>
0072         <widget class="QCheckBox" name="kcfg_LogarithmicMassGradient">
0073          <property name="text">
0074           <string>Mass</string>
0075          </property>
0076         </widget>
0077        </item>
0078        <item>
0079         <widget class="QCheckBox" name="kcfg_LogarithmicBoilingPointGradient">
0080          <property name="text">
0081           <string>Boiling Point</string>
0082          </property>
0083         </widget>
0084        </item>
0085        <item>
0086         <widget class="QCheckBox" name="kcfg_LogarithmicMeltingPointGradient">
0087          <property name="text">
0088           <string>Melting Point</string>
0089          </property>
0090         </widget>
0091        </item>
0092        <item>
0093         <widget class="QCheckBox" name="kcfg_LogarithmicElectronegativityGradient">
0094          <property name="text">
0095           <string>Electronegativity</string>
0096          </property>
0097         </widget>
0098        </item>
0099        <item>
0100         <widget class="QCheckBox" name="kcfg_LogarithmicDiscoverydateGradient">
0101          <property name="text">
0102           <string>Discovery Date</string>
0103          </property>
0104         </widget>
0105        </item>
0106        <item>
0107         <widget class="QCheckBox" name="kcfg_LogarithmicElectronaffinityGradient">
0108          <property name="text">
0109           <string>Electronaffinity</string>
0110          </property>
0111         </widget>
0112        </item>
0113        <item>
0114         <widget class="QCheckBox" name="kcfg_LogarithmicIonizationGradient">
0115          <property name="text">
0116           <string>Ionization</string>
0117          </property>
0118         </widget>
0119        </item>
0120       </layout>
0121      </item>
0122     </layout>
0123    </item>
0124    <item>
0125     <widget class="Line" name="line">
0126      <property name="orientation">
0127       <enum>Qt::Horizontal</enum>
0128      </property>
0129     </widget>
0130    </item>
0131    <item>
0132     <layout class="QHBoxLayout" name="horizontalLayout_2">
0133      <item>
0134       <widget class="QLabel" name="label_3">
0135        <property name="text">
0136         <string>Maximal Value Color:</string>
0137        </property>
0138       </widget>
0139      </item>
0140      <item>
0141       <widget class="KColorButton" name="kcfg_MaxColor"/>
0142      </item>
0143     </layout>
0144    </item>
0145    <item>
0146     <layout class="QVBoxLayout">
0147      <item>
0148       <layout class="QHBoxLayout" name="horizontalLayout">
0149        <item>
0150         <widget class="QLabel" name="label_2">
0151          <property name="text">
0152           <string>Minimal Value Color:</string>
0153          </property>
0154         </widget>
0155        </item>
0156        <item>
0157         <widget class="KColorButton" name="kcfg_MinColor"/>
0158        </item>
0159       </layout>
0160      </item>
0161     </layout>
0162    </item>
0163    <item>
0164     <spacer name="verticalSpacer">
0165      <property name="orientation">
0166       <enum>Qt::Vertical</enum>
0167      </property>
0168      <property name="sizeHint" stdset="0">
0169       <size>
0170        <width>20</width>
0171        <height>40</height>
0172       </size>
0173      </property>
0174     </spacer>
0175    </item>
0176   </layout>
0177  </widget>
0178  <customwidgets>
0179   <customwidget>
0180    <class>KColorButton</class>
0181    <extends>QPushButton</extends>
0182    <header>kcolorbutton.h</header>
0183   </customwidget>
0184  </customwidgets>
0185  <resources/>
0186  <connections/>
0187 </ui>