Warning, /utilities/kcalc/general.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>General</class>
0004  <widget class="QWidget" name="General">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>293</width>
0010     <height>319</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>General</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <item>
0018     <widget class="QGroupBox" name="precisionGroupBox">
0019      <property name="title">
0020       <string>Precision</string>
0021      </property>
0022      <layout class="QHBoxLayout">
0023       <item>
0024        <layout class="QGridLayout" name="gridLayout_2">
0025         <item row="0" column="0">
0026          <widget class="QLabel" name="textLabel1">
0027           <property name="text">
0028            <string>&amp;Maximum number of digits:</string>
0029           </property>
0030           <property name="wordWrap">
0031            <bool>false</bool>
0032           </property>
0033           <property name="buddy">
0034            <cstring>kcfg_Precision</cstring>
0035           </property>
0036          </widget>
0037         </item>
0038         <item row="0" column="1">
0039          <widget class="QSpinBox" name="kcfg_Precision">
0040           <property name="toolTip">
0041            <string>Maximum number of digits displayed</string>
0042           </property>
0043           <property name="whatsThis">
0044            <string>KCalc can compute with many more digits than the number that fits on the display. This setting gives the maximum number of digits displayed, before KCalc starts using scientific notation, i.e. notation of the type 2.34e12.</string>
0045           </property>
0046          </widget>
0047         </item>
0048         <item row="1" column="0">
0049          <widget class="QCheckBox" name="kcfg_Fixed">
0050           <property name="toolTip">
0051            <string>Whether to use fixed decimal places</string>
0052           </property>
0053           <property name="text">
0054            <string>Set &amp;decimal precision</string>
0055           </property>
0056          </widget>
0057         </item>
0058         <item row="1" column="1">
0059          <widget class="QSpinBox" name="kcfg_FixedPrecision">
0060           <property name="enabled">
0061            <bool>false</bool>
0062           </property>
0063           <property name="toolTip">
0064            <string>Number of fixed decimal digits</string>
0065           </property>
0066          </widget>
0067         </item>
0068        </layout>
0069       </item>
0070       <item>
0071        <spacer>
0072         <property name="orientation">
0073          <enum>Qt::Horizontal</enum>
0074         </property>
0075         <property name="sizeHint" stdset="0">
0076          <size>
0077           <width>40</width>
0078           <height>20</height>
0079          </size>
0080         </property>
0081        </spacer>
0082       </item>
0083      </layout>
0084     </widget>
0085    </item>
0086    <item>
0087     <widget class="QGroupBox" name="groupBox">
0088      <property name="title">
0089       <string>Grouping</string>
0090      </property>
0091      <layout class="QVBoxLayout" name="_2">
0092       <item>
0093        <layout class="QHBoxLayout" name="horizontalLayout">
0094         <item>
0095          <widget class="QCheckBox" name="kcfg_GroupDigits">
0096           <property name="toolTip">
0097            <string>Whether to group digits</string>
0098           </property>
0099           <property name="text">
0100            <string>Group digits</string>
0101           </property>
0102           <property name="checked">
0103            <bool>true</bool>
0104           </property>
0105          </widget>
0106         </item>
0107         <item>
0108          <layout class="QGridLayout" name="gridLayout">
0109           <item row="0" column="0">
0110            <widget class="QLabel" name="grouping_binary_lb">
0111             <property name="enabled">
0112              <bool>true</bool>
0113             </property>
0114             <property name="text">
0115              <string>Binary</string>
0116             </property>
0117            </widget>
0118           </item>
0119           <item row="1" column="0">
0120            <widget class="QLabel" name="grouping_octal_lb">
0121             <property name="text">
0122              <string>Octal</string>
0123             </property>
0124            </widget>
0125           </item>
0126           <item row="2" column="0">
0127            <widget class="QLabel" name="grouping_hexadecimal_lb">
0128             <property name="text">
0129              <string>Hexadecimal</string>
0130             </property>
0131            </widget>
0132           </item>
0133           <item row="0" column="1">
0134            <widget class="QSpinBox" name="kcfg_BinaryGrouping"/>
0135           </item>
0136           <item row="1" column="1">
0137            <widget class="QSpinBox" name="kcfg_OctalGrouping"/>
0138           </item>
0139           <item row="2" column="1">
0140            <widget class="QSpinBox" name="kcfg_HexadecimalGrouping"/>
0141           </item>
0142          </layout>
0143         </item>
0144        </layout>
0145       </item>
0146      </layout>
0147     </widget>
0148    </item>
0149    <item>
0150     <widget class="QGroupBox" name="miscGroupBox">
0151      <property name="title">
0152       <string>Misc</string>
0153      </property>
0154      <layout class="QVBoxLayout">
0155       <item>
0156        <layout class="QVBoxLayout" name="verticalLayout_2">
0157         <item>
0158          <widget class="QCheckBox" name="kcfg_Beep">
0159           <property name="toolTip">
0160            <string>Whether to beep on error</string>
0161           </property>
0162           <property name="text">
0163            <string>&amp;Beep on error</string>
0164           </property>
0165           <property name="checked">
0166            <bool>true</bool>
0167           </property>
0168          </widget>
0169         </item>
0170         <item>
0171          <widget class="QCheckBox" name="kcfg_CaptionResult">
0172           <property name="toolTip">
0173            <string>Whether to show the result in the window title</string>
0174           </property>
0175           <property name="text">
0176            <string>Show &amp;result in window title</string>
0177           </property>
0178          </widget>
0179         </item>
0180         <item>
0181          <widget class="QCheckBox" name="kcfg_TwosComplement">
0182           <property name="toolTip">
0183            <string>Whether to use Two's Complement for non-decimal numbers</string>
0184           </property>
0185           <property name="whatsThis">
0186            <string>Select to use Two's Complement notation for Binary, Octal and Hexidecimal numbers. This is a common notation to represent negative numbers for non-decimal numbers in computers.</string>
0187           </property>
0188           <property name="text">
0189            <string>Two's complement</string>
0190           </property>
0191           <property name="checked">
0192            <bool>true</bool>
0193           </property>
0194          </widget>
0195         </item>
0196         <item>
0197          <widget class="QCheckBox" name="kcfg_RepeatLastOperation">
0198           <property name="text">
0199            <string>Repeat operation for each result</string>
0200           </property>
0201           <property name="checked">
0202            <bool>true</bool>
0203           </property>
0204          </widget>
0205         </item>
0206        </layout>
0207       </item>
0208      </layout>
0209     </widget>
0210    </item>
0211    <item>
0212     <spacer name="verticalSpacer">
0213      <property name="orientation">
0214       <enum>Qt::Vertical</enum>
0215      </property>
0216      <property name="sizeHint" stdset="0">
0217       <size>
0218        <width>20</width>
0219        <height>40</height>
0220       </size>
0221      </property>
0222     </spacer>
0223    </item>
0224   </layout>
0225  </widget>
0226  <tabstops>
0227   <tabstop>kcfg_Precision</tabstop>
0228   <tabstop>kcfg_Fixed</tabstop>
0229   <tabstop>kcfg_FixedPrecision</tabstop>
0230  </tabstops>
0231  <resources/>
0232  <connections>
0233   <connection>
0234    <sender>kcfg_Fixed</sender>
0235    <signal>toggled(bool)</signal>
0236    <receiver>kcfg_FixedPrecision</receiver>
0237    <slot>setEnabled(bool)</slot>
0238    <hints>
0239     <hint type="sourcelabel">
0240      <x>97</x>
0241      <y>76</y>
0242     </hint>
0243     <hint type="destinationlabel">
0244      <x>256</x>
0245      <y>94</y>
0246     </hint>
0247    </hints>
0248   </connection>
0249  </connections>
0250 </ui>