Warning, /utilities/kcalc/kcalc.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>KCalculator</class>
0004  <widget class="QWidget" name="KCalculator">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>1346</width>
0010     <height>768</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>KCalc</string>
0021   </property>
0022   <layout class="QHBoxLayout" stretch="2,1">
0023    <property name="spacing">
0024     <number>0</number>
0025    </property>
0026    <property name="sizeConstraint">
0027     <enum>QLayout::SetMinimumSize</enum>
0028    </property>
0029    <property name="leftMargin">
0030     <number>0</number>
0031    </property>
0032    <property name="topMargin">
0033     <number>1</number>
0034    </property>
0035    <property name="rightMargin">
0036     <number>0</number>
0037    </property>
0038    <property name="bottomMargin">
0039     <number>0</number>
0040    </property>
0041    <item>
0042     <layout class="QVBoxLayout" name="firstVerticalLayout" stretch="2,0,0,0,6">
0043      <property name="spacing">
0044       <number>0</number>
0045      </property>
0046      <item>
0047       <widget class="KCalcDisplayFrame" name="calc_display_frame">
0048        <property name="styleSheet">
0049         <string notr="true"/>
0050        </property>
0051        <property name="frameShape">
0052         <enum>QFrame::StyledPanel</enum>
0053        </property>
0054        <property name="frameShadow">
0055         <enum>QFrame::Sunken</enum>
0056        </property>
0057        <layout class="QVBoxLayout" name="DisplayLayout" stretch="1,5,0,0,5">
0058         <property name="spacing">
0059          <number>0</number>
0060         </property>
0061         <property name="sizeConstraint">
0062          <enum>QLayout::SetDefaultConstraint</enum>
0063         </property>
0064         <property name="leftMargin">
0065          <number>10</number>
0066         </property>
0067         <property name="topMargin">
0068          <number>0</number>
0069         </property>
0070         <property name="rightMargin">
0071          <number>10</number>
0072         </property>
0073         <property name="bottomMargin">
0074          <number>0</number>
0075         </property>
0076         <item>
0077          <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,1,0,1,0,1,28">
0078           <property name="spacing">
0079            <number>0</number>
0080           </property>
0081           <property name="bottomMargin">
0082            <number>0</number>
0083           </property>
0084           <item>
0085            <spacer name="horizontalSpacer_3">
0086             <property name="orientation">
0087              <enum>Qt::Horizontal</enum>
0088             </property>
0089             <property name="sizeType">
0090              <enum>QSizePolicy::Fixed</enum>
0091             </property>
0092             <property name="sizeHint" stdset="0">
0093              <size>
0094               <width>10</width>
0095               <height>0</height>
0096              </size>
0097             </property>
0098            </spacer>
0099           </item>
0100           <item>
0101            <widget class="QLabel" name="shift_label">
0102             <property name="sizePolicy">
0103              <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
0104               <horstretch>0</horstretch>
0105               <verstretch>0</verstretch>
0106              </sizepolicy>
0107             </property>
0108             <property name="minimumSize">
0109              <size>
0110               <width>40</width>
0111               <height>0</height>
0112              </size>
0113             </property>
0114             <property name="font">
0115              <font>
0116               <pointsize>11</pointsize>
0117               <weight>75</weight>
0118               <bold>true</bold>
0119              </font>
0120             </property>
0121             <property name="frameShape">
0122              <enum>QFrame::NoFrame</enum>
0123             </property>
0124             <property name="text">
0125              <string/>
0126             </property>
0127             <property name="scaledContents">
0128              <bool>true</bool>
0129             </property>
0130             <property name="textInteractionFlags">
0131              <set>Qt::NoTextInteraction</set>
0132             </property>
0133            </widget>
0134           </item>
0135           <item>
0136            <spacer name="horizontalSpacer_4">
0137             <property name="orientation">
0138              <enum>Qt::Horizontal</enum>
0139             </property>
0140             <property name="sizeType">
0141              <enum>QSizePolicy::Fixed</enum>
0142             </property>
0143             <property name="sizeHint" stdset="0">
0144              <size>
0145               <width>5</width>
0146               <height>0</height>
0147              </size>
0148             </property>
0149            </spacer>
0150           </item>
0151           <item>
0152            <widget class="QLabel" name="base_label">
0153             <property name="sizePolicy">
0154              <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
0155               <horstretch>0</horstretch>
0156               <verstretch>0</verstretch>
0157              </sizepolicy>
0158             </property>
0159             <property name="minimumSize">
0160              <size>
0161               <width>35</width>
0162               <height>0</height>
0163              </size>
0164             </property>
0165             <property name="font">
0166              <font>
0167               <pointsize>11</pointsize>
0168               <weight>75</weight>
0169               <bold>true</bold>
0170              </font>
0171             </property>
0172             <property name="frameShape">
0173              <enum>QFrame::NoFrame</enum>
0174             </property>
0175             <property name="text">
0176              <string>Dec</string>
0177             </property>
0178             <property name="scaledContents">
0179              <bool>true</bool>
0180             </property>
0181            </widget>
0182           </item>
0183           <item>
0184            <spacer name="horizontalSpacer_5">
0185             <property name="orientation">
0186              <enum>Qt::Horizontal</enum>
0187             </property>
0188             <property name="sizeType">
0189              <enum>QSizePolicy::Fixed</enum>
0190             </property>
0191             <property name="sizeHint" stdset="0">
0192              <size>
0193               <width>5</width>
0194               <height>0</height>
0195              </size>
0196             </property>
0197            </spacer>
0198           </item>
0199           <item>
0200            <widget class="QLabel" name="angle_units_label">
0201             <property name="sizePolicy">
0202              <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
0203               <horstretch>0</horstretch>
0204               <verstretch>0</verstretch>
0205              </sizepolicy>
0206             </property>
0207             <property name="minimumSize">
0208              <size>
0209               <width>35</width>
0210               <height>0</height>
0211              </size>
0212             </property>
0213             <property name="font">
0214              <font>
0215               <pointsize>11</pointsize>
0216               <weight>75</weight>
0217               <bold>true</bold>
0218              </font>
0219             </property>
0220             <property name="text">
0221              <string/>
0222             </property>
0223             <property name="scaledContents">
0224              <bool>true</bool>
0225             </property>
0226            </widget>
0227           </item>
0228           <item>
0229            <spacer name="horizontalSpacer_7">
0230             <property name="orientation">
0231              <enum>Qt::Horizontal</enum>
0232             </property>
0233             <property name="sizeType">
0234              <enum>QSizePolicy::Fixed</enum>
0235             </property>
0236             <property name="sizeHint" stdset="0">
0237              <size>
0238               <width>5</width>
0239               <height>0</height>
0240              </size>
0241             </property>
0242            </spacer>
0243           </item>
0244           <item>
0245            <widget class="QLabel" name="memory_label">
0246             <property name="sizePolicy">
0247              <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
0248               <horstretch>0</horstretch>
0249               <verstretch>0</verstretch>
0250              </sizepolicy>
0251             </property>
0252             <property name="minimumSize">
0253              <size>
0254               <width>20</width>
0255               <height>0</height>
0256              </size>
0257             </property>
0258             <property name="font">
0259              <font>
0260               <pointsize>11</pointsize>
0261               <weight>75</weight>
0262               <bold>true</bold>
0263              </font>
0264             </property>
0265             <property name="frameShape">
0266              <enum>QFrame::NoFrame</enum>
0267             </property>
0268             <property name="text">
0269              <string/>
0270             </property>
0271             <property name="scaledContents">
0272              <bool>true</bool>
0273             </property>
0274             <property name="textInteractionFlags">
0275              <set>Qt::NoTextInteraction</set>
0276             </property>
0277            </widget>
0278           </item>
0279           <item>
0280            <spacer name="horizontalSpacer_6">
0281             <property name="orientation">
0282              <enum>Qt::Horizontal</enum>
0283             </property>
0284             <property name="sizeType">
0285              <enum>QSizePolicy::Expanding</enum>
0286             </property>
0287             <property name="sizeHint" stdset="0">
0288              <size>
0289               <width>0</width>
0290               <height>0</height>
0291              </size>
0292             </property>
0293            </spacer>
0294           </item>
0295          </layout>
0296         </item>
0297         <item>
0298          <widget class="KCalcInputDisplay" name="input_display">
0299           <property name="styleSheet">
0300            <string notr="true">QLineEdit { border: none }</string>
0301           </property>
0302           <property name="alignment">
0303            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0304           </property>
0305          </widget>
0306         </item>
0307         <item>
0308          <spacer name="verticalSpacer">
0309           <property name="orientation">
0310            <enum>Qt::Vertical</enum>
0311           </property>
0312           <property name="sizeType">
0313            <enum>QSizePolicy::Fixed</enum>
0314           </property>
0315           <property name="sizeHint" stdset="0">
0316            <size>
0317             <width>0</width>
0318             <height>5</height>
0319            </size>
0320           </property>
0321          </spacer>
0322         </item>
0323         <item>
0324          <widget class="Line" name="line">
0325           <property name="orientation">
0326            <enum>Qt::Horizontal</enum>
0327           </property>
0328          </widget>
0329         </item>
0330         <item>
0331          <widget class="KCalcDisplay" name="calc_display">
0332           <property name="sizePolicy">
0333            <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
0334             <horstretch>0</horstretch>
0335             <verstretch>0</verstretch>
0336            </sizepolicy>
0337           </property>
0338           <property name="minimumSize">
0339            <size>
0340             <width>0</width>
0341             <height>60</height>
0342            </size>
0343           </property>
0344           <property name="maximumSize">
0345            <size>
0346             <width>16777215</width>
0347             <height>16777215</height>
0348            </size>
0349           </property>
0350           <property name="focusPolicy">
0351            <enum>Qt::StrongFocus</enum>
0352           </property>
0353           <property name="styleSheet">
0354            <string notr="true">QFrame { border: none }</string>
0355           </property>
0356           <property name="frameShape">
0357            <enum>QFrame::StyledPanel</enum>
0358           </property>
0359           <property name="frameShadow">
0360            <enum>QFrame::Sunken</enum>
0361           </property>
0362           <layout class="QVBoxLayout" name="verticalLayout_5"/>
0363          </widget>
0364         </item>
0365        </layout>
0366       </widget>
0367      </item>
0368      <item>
0369       <widget class="QFrame">
0370        <property name="frameStyle">
0371         <enum>QFrame::HLine</enum>
0372        </property>
0373        <property name="maximumHeight">
0374         <number>1</number>
0375        </property>
0376       </widget>
0377      </item>
0378      <item>
0379       <layout class="QHBoxLayout" name="bitsetHelper">
0380        <property name="leftMargin">
0381         <number>6</number>
0382        </property>
0383        <property name="rightMargin">
0384         <number>6</number>
0385        </property>
0386        <item>
0387         <widget class="KCalcBitset" name="mBitset" native="true">
0388          <property name="sizePolicy">
0389           <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0390            <horstretch>0</horstretch>
0391            <verstretch>0</verstretch>
0392           </sizepolicy>
0393          </property>
0394          <property name="toolTip">
0395           <string>Click on a Bit to toggle it.</string>
0396          </property>
0397         </widget>
0398        </item>
0399       </layout>
0400      </item>
0401      <item>
0402       <layout class="QHBoxLayout">
0403        <property name="leftMargin">
0404         <number>6</number>
0405        </property>
0406        <property name="topMargin">
0407         <number>6</number>
0408        </property>
0409        <property name="rightMargin">
0410         <number>6</number>
0411        </property>
0412        <property name="bottomMargin">
0413         <number>6</number>
0414        </property>
0415        <item>
0416         <widget class="QRadioButton" name="degRadio">
0417          <property name="text">
0418           <string>&amp;Deg</string>
0419          </property>
0420         </widget>
0421        </item>
0422        <item>
0423         <widget class="QRadioButton" name="radRadio">
0424          <property name="text">
0425           <string>&amp;Rad</string>
0426          </property>
0427         </widget>
0428        </item>
0429        <item>
0430         <widget class="QRadioButton" name="gradRadio">
0431          <property name="text">
0432           <string>&amp;Grad</string>
0433          </property>
0434         </widget>
0435        </item>
0436        <item>
0437         <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
0438          <property name="leftMargin">
0439           <number>0</number>
0440          </property>
0441          <property name="rightMargin">
0442           <number>60</number>
0443          </property>
0444          <item>
0445           <widget class="QRadioButton" name="hexRadio">
0446            <property name="toolTip">
0447             <string>Switch base to hexadecimal.</string>
0448            </property>
0449            <property name="text">
0450             <string>He&amp;x</string>
0451            </property>
0452           </widget>
0453          </item>
0454          <item>
0455           <widget class="KSqueezedTextLabel" name="hexDisplay">
0456            <property name="minimumSize">
0457             <size>
0458              <width>65</width>
0459              <height>0</height>
0460             </size>
0461            </property>
0462            <property name="maximumSize">
0463             <size>
0464              <width>65</width>
0465              <height>16777215</height>
0466             </size>
0467            </property>
0468            <property name="text">
0469             <string>KS…el</string>
0470            </property>
0471           </widget>
0472          </item>
0473         </layout>
0474        </item>
0475        <item>
0476         <layout class="QVBoxLayout" name="verticalLayout_2">
0477          <property name="rightMargin">
0478           <number>60</number>
0479          </property>
0480          <item>
0481           <widget class="QRadioButton" name="decRadio">
0482            <property name="toolTip">
0483             <string>Switch base to decimal.</string>
0484            </property>
0485            <property name="text">
0486             <string>&amp;Dec</string>
0487            </property>
0488           </widget>
0489          </item>
0490          <item>
0491           <widget class="KSqueezedTextLabel" name="decDisplay">
0492            <property name="minimumSize">
0493             <size>
0494              <width>65</width>
0495              <height>0</height>
0496             </size>
0497            </property>
0498            <property name="maximumSize">
0499             <size>
0500              <width>65</width>
0501              <height>16777215</height>
0502             </size>
0503            </property>
0504            <property name="text">
0505             <string>KS…el</string>
0506            </property>
0507           </widget>
0508          </item>
0509         </layout>
0510        </item>
0511        <item>
0512         <layout class="QVBoxLayout" name="verticalLayout_3">
0513          <property name="rightMargin">
0514           <number>60</number>
0515          </property>
0516          <item>
0517           <widget class="QRadioButton" name="octRadio">
0518            <property name="toolTip">
0519             <string>Switch base to octal.</string>
0520            </property>
0521            <property name="text">
0522             <string>Oc&amp;t</string>
0523            </property>
0524           </widget>
0525          </item>
0526          <item>
0527           <widget class="KSqueezedTextLabel" name="octDisplay">
0528            <property name="minimumSize">
0529             <size>
0530              <width>65</width>
0531              <height>0</height>
0532             </size>
0533            </property>
0534            <property name="maximumSize">
0535             <size>
0536              <width>65</width>
0537              <height>16777215</height>
0538             </size>
0539            </property>
0540            <property name="text">
0541             <string>KS…el</string>
0542            </property>
0543           </widget>
0544          </item>
0545         </layout>
0546        </item>
0547        <item>
0548         <layout class="QVBoxLayout" name="verticalLayout_4">
0549          <property name="rightMargin">
0550           <number>20</number>
0551          </property>
0552          <item>
0553           <widget class="QRadioButton" name="binRadio">
0554            <property name="toolTip">
0555             <string>Switch base to binary.</string>
0556            </property>
0557            <property name="text">
0558             <string>&amp;Bin</string>
0559            </property>
0560           </widget>
0561          </item>
0562          <item>
0563           <widget class="KSqueezedTextLabel" name="binDisplay">
0564            <property name="minimumSize">
0565             <size>
0566              <width>65</width>
0567              <height>0</height>
0568             </size>
0569            </property>
0570            <property name="maximumSize">
0571             <size>
0572              <width>65</width>
0573              <height>16777215</height>
0574             </size>
0575            </property>
0576            <property name="text">
0577             <string>KS…el</string>
0578            </property>
0579           </widget>
0580          </item>
0581         </layout>
0582        </item>
0583        <item>
0584         <spacer name="horizontalSpacer">
0585          <property name="orientation">
0586           <enum>Qt::Horizontal</enum>
0587          </property>
0588          <property name="sizeHint" stdset="0">
0589           <size>
0590            <width>40</width>
0591            <height>20</height>
0592           </size>
0593          </property>
0594         </spacer>
0595        </item>
0596       </layout>
0597      </item>
0598      <item>
0599       <layout class="QHBoxLayout">
0600        <property name="spacing">
0601         <number>6</number>
0602        </property>
0603        <property name="leftMargin">
0604         <number>6</number>
0605        </property>
0606        <property name="topMargin">
0607         <number>0</number>
0608        </property>
0609        <property name="rightMargin">
0610         <number>6</number>
0611        </property>
0612        <property name="bottomMargin">
0613         <number>6</number>
0614        </property>
0615        <item>
0616         <widget class="QWidget" name="leftPad" native="true">
0617          <property name="sizePolicy">
0618           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0619            <horstretch>1</horstretch>
0620            <verstretch>0</verstretch>
0621           </sizepolicy>
0622          </property>
0623          <layout class="QGridLayout" columnstretch="0,0,0,0,0,0">
0624           <property name="leftMargin">
0625            <number>2</number>
0626           </property>
0627           <property name="topMargin">
0628            <number>2</number>
0629           </property>
0630           <property name="rightMargin">
0631            <number>2</number>
0632           </property>
0633           <property name="bottomMargin">
0634            <number>2</number>
0635           </property>
0636           <property name="spacing">
0637            <number>4</number>
0638           </property>
0639           <item row="3" column="3">
0640            <widget class="KCalcButton" name="pbSquare">
0641             <property name="sizePolicy">
0642              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0643               <horstretch>0</horstretch>
0644               <verstretch>0</verstretch>
0645              </sizepolicy>
0646             </property>
0647             <property name="toolTip">
0648              <string>Square</string>
0649             </property>
0650             <property name="text">
0651              <string>x2</string>
0652             </property>
0653            </widget>
0654           </item>
0655           <item row="4" column="3">
0656            <widget class="KCalcButton" name="pbPower">
0657             <property name="sizePolicy">
0658              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0659               <horstretch>0</horstretch>
0660               <verstretch>0</verstretch>
0661              </sizepolicy>
0662             </property>
0663             <property name="toolTip">
0664              <string>x to the power of y</string>
0665             </property>
0666             <property name="text">
0667              <string>pow</string>
0668             </property>
0669            </widget>
0670           </item>
0671           <item row="1" column="4">
0672            <widget class="KCalcButton" name="pbB">
0673             <property name="sizePolicy">
0674              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0675               <horstretch>0</horstretch>
0676               <verstretch>0</verstretch>
0677              </sizepolicy>
0678             </property>
0679             <property name="text">
0680              <string>B</string>
0681             </property>
0682             <property name="shortcut">
0683              <string>B</string>
0684             </property>
0685            </widget>
0686           </item>
0687           <item row="1" column="2">
0688            <widget class="KCalcButton" name="pbOR">
0689             <property name="sizePolicy">
0690              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0691               <horstretch>0</horstretch>
0692               <verstretch>0</verstretch>
0693              </sizepolicy>
0694             </property>
0695             <property name="toolTip">
0696              <string>Bitwise OR</string>
0697             </property>
0698             <property name="text">
0699              <string>OR</string>
0700             </property>
0701            </widget>
0702           </item>
0703           <item row="4" column="4">
0704            <widget class="KCalcButton" name="pbE">
0705             <property name="sizePolicy">
0706              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0707               <horstretch>0</horstretch>
0708               <verstretch>0</verstretch>
0709              </sizepolicy>
0710             </property>
0711             <property name="text">
0712              <string>E</string>
0713             </property>
0714             <property name="shortcut">
0715              <string>E</string>
0716             </property>
0717            </widget>
0718           </item>
0719           <item row="1" column="1">
0720            <widget class="KCalcButton" name="pbSin">
0721             <property name="sizePolicy">
0722              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0723               <horstretch>0</horstretch>
0724               <verstretch>0</verstretch>
0725              </sizepolicy>
0726             </property>
0727             <property name="toolTip">
0728              <string>Sine</string>
0729             </property>
0730             <property name="text">
0731              <string>Sin</string>
0732             </property>
0733             <property name="shortcut">
0734              <string>S</string>
0735             </property>
0736            </widget>
0737           </item>
0738           <item row="1" column="5">
0739            <widget class="KCalcConstButton" name="pbC2">
0740             <property name="sizePolicy">
0741              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0742               <horstretch>0</horstretch>
0743               <verstretch>0</verstretch>
0744              </sizepolicy>
0745             </property>
0746             <property name="text">
0747              <string>C2</string>
0748             </property>
0749             <property name="shortcut">
0750              <string notr="true">Alt+2</string>
0751             </property>
0752            </widget>
0753           </item>
0754           <item row="2" column="4">
0755            <widget class="KCalcButton" name="pbC">
0756             <property name="sizePolicy">
0757              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0758               <horstretch>0</horstretch>
0759               <verstretch>0</verstretch>
0760              </sizepolicy>
0761             </property>
0762             <property name="text">
0763              <string>C</string>
0764             </property>
0765             <property name="shortcut">
0766              <string>C</string>
0767             </property>
0768            </widget>
0769           </item>
0770           <item row="9" column="3">
0771            <widget class="KCalcButton" name="pbEE">
0772             <property name="sizePolicy">
0773              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0774               <horstretch>0</horstretch>
0775               <verstretch>0</verstretch>
0776              </sizepolicy>
0777             </property>
0778             <property name="toolTip">
0779              <string>Exponent</string>
0780             </property>
0781             <property name="text">
0782              <string>EXP</string>
0783             </property>
0784             <property name="shortcut">
0785              <string>E</string>
0786             </property>
0787            </widget>
0788           </item>
0789           <item row="0" column="3">
0790            <widget class="KCalcButton" name="pbMod">
0791             <property name="sizePolicy">
0792              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0793               <horstretch>0</horstretch>
0794               <verstretch>0</verstretch>
0795              </sizepolicy>
0796             </property>
0797             <property name="toolTip">
0798              <string>Modulo</string>
0799             </property>
0800             <property name="text">
0801              <string>Mod</string>
0802             </property>
0803            </widget>
0804           </item>
0805           <item row="0" column="0">
0806            <widget class="KCalcButton" name="pbNData">
0807             <property name="sizePolicy">
0808              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0809               <horstretch>0</horstretch>
0810               <verstretch>0</verstretch>
0811              </sizepolicy>
0812             </property>
0813             <property name="toolTip">
0814              <string>Number of data entered</string>
0815             </property>
0816             <property name="text">
0817              <string>N</string>
0818             </property>
0819            </widget>
0820           </item>
0821           <item row="4" column="1">
0822            <widget class="KCalcButton" name="pbLog">
0823             <property name="sizePolicy">
0824              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0825               <horstretch>0</horstretch>
0826               <verstretch>0</verstretch>
0827              </sizepolicy>
0828             </property>
0829             <property name="toolTip">
0830              <string>Logarithm to base 10</string>
0831             </property>
0832             <property name="text">
0833              <string>Log</string>
0834             </property>
0835             <property name="shortcut">
0836              <string>L</string>
0837             </property>
0838            </widget>
0839           </item>
0840           <item row="3" column="1">
0841            <widget class="KCalcButton" name="pbTan">
0842             <property name="sizePolicy">
0843              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0844               <horstretch>0</horstretch>
0845               <verstretch>0</verstretch>
0846              </sizepolicy>
0847             </property>
0848             <property name="toolTip">
0849              <string>Tangent</string>
0850             </property>
0851             <property name="text">
0852              <string>Tan</string>
0853             </property>
0854             <property name="shortcut">
0855              <string>T</string>
0856             </property>
0857            </widget>
0858           </item>
0859           <item row="7" column="4">
0860            <widget class="KCalcButton" name="pbF">
0861             <property name="sizePolicy">
0862              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0863               <horstretch>0</horstretch>
0864               <verstretch>0</verstretch>
0865              </sizepolicy>
0866             </property>
0867             <property name="text">
0868              <string>F</string>
0869             </property>
0870             <property name="shortcut">
0871              <string>F</string>
0872             </property>
0873            </widget>
0874           </item>
0875           <item row="0" column="2">
0876            <widget class="KCalcButton" name="pbAND">
0877             <property name="sizePolicy">
0878              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0879               <horstretch>0</horstretch>
0880               <verstretch>0</verstretch>
0881              </sizepolicy>
0882             </property>
0883             <property name="toolTip">
0884              <string>Bitwise AND</string>
0885             </property>
0886             <property name="text">
0887              <string>AND</string>
0888             </property>
0889            </widget>
0890           </item>
0891           <item row="7" column="5">
0892            <widget class="KCalcConstButton" name="pbC6">
0893             <property name="sizePolicy">
0894              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0895               <horstretch>0</horstretch>
0896               <verstretch>0</verstretch>
0897              </sizepolicy>
0898             </property>
0899             <property name="text">
0900              <string>C6</string>
0901             </property>
0902             <property name="shortcut">
0903              <string notr="true">Alt+6</string>
0904             </property>
0905            </widget>
0906           </item>
0907           <item row="0" column="4">
0908            <widget class="KCalcButton" name="pbA">
0909             <property name="sizePolicy">
0910              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0911               <horstretch>0</horstretch>
0912               <verstretch>0</verstretch>
0913              </sizepolicy>
0914             </property>
0915             <property name="text">
0916              <string>A</string>
0917             </property>
0918             <property name="shortcut">
0919              <string>A</string>
0920             </property>
0921            </widget>
0922           </item>
0923           <item row="3" column="4">
0924            <widget class="KCalcButton" name="pbD">
0925             <property name="sizePolicy">
0926              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0927               <horstretch>0</horstretch>
0928               <verstretch>0</verstretch>
0929              </sizepolicy>
0930             </property>
0931             <property name="text">
0932              <string>D</string>
0933             </property>
0934             <property name="shortcut">
0935              <string>D</string>
0936             </property>
0937            </widget>
0938           </item>
0939           <item row="0" column="5">
0940            <widget class="KCalcConstButton" name="pbC1">
0941             <property name="sizePolicy">
0942              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0943               <horstretch>0</horstretch>
0944               <verstretch>0</verstretch>
0945              </sizepolicy>
0946             </property>
0947             <property name="text">
0948              <string>C1</string>
0949             </property>
0950             <property name="shortcut">
0951              <string notr="true">Alt+1</string>
0952             </property>
0953            </widget>
0954           </item>
0955           <item row="0" column="1">
0956            <widget class="KCalcButton" name="pbHyp">
0957             <property name="sizePolicy">
0958              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0959               <horstretch>0</horstretch>
0960               <verstretch>0</verstretch>
0961              </sizepolicy>
0962             </property>
0963             <property name="toolTip">
0964              <string>Hyperbolic mode</string>
0965             </property>
0966             <property name="text">
0967              <string>Hyp</string>
0968             </property>
0969             <property name="shortcut">
0970              <string>H</string>
0971             </property>
0972             <property name="checkable">
0973              <bool>true</bool>
0974             </property>
0975            </widget>
0976           </item>
0977           <item row="2" column="2">
0978            <widget class="KCalcButton" name="pbXOR">
0979             <property name="sizePolicy">
0980              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0981               <horstretch>0</horstretch>
0982               <verstretch>0</verstretch>
0983              </sizepolicy>
0984             </property>
0985             <property name="toolTip">
0986              <string>Bitwise XOR</string>
0987             </property>
0988             <property name="text">
0989              <string>XOR</string>
0990             </property>
0991            </widget>
0992           </item>
0993           <item row="1" column="0">
0994            <widget class="KCalcButton" name="pbMean">
0995             <property name="sizePolicy">
0996              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0997               <horstretch>0</horstretch>
0998               <verstretch>0</verstretch>
0999              </sizepolicy>
1000             </property>
1001             <property name="toolTip">
1002              <string>Mean</string>
1003             </property>
1004             <property name="text">
1005              <string>Mea</string>
1006             </property>
1007            </widget>
1008           </item>
1009           <item row="2" column="3">
1010            <widget class="KCalcButton" name="pbFactorial">
1011             <property name="sizePolicy">
1012              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1013               <horstretch>0</horstretch>
1014               <verstretch>0</verstretch>
1015              </sizepolicy>
1016             </property>
1017             <property name="toolTip">
1018              <string>Factorial</string>
1019             </property>
1020             <property name="text">
1021              <string>x!</string>
1022             </property>
1023            </widget>
1024           </item>
1025           <item row="4" column="0">
1026            <widget class="KCalcButton" name="pbDat">
1027             <property name="sizePolicy">
1028              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1029               <horstretch>0</horstretch>
1030               <verstretch>0</verstretch>
1031              </sizepolicy>
1032             </property>
1033             <property name="toolTip">
1034              <string>Enter data</string>
1035             </property>
1036             <property name="text">
1037              <string>Dat</string>
1038             </property>
1039             <property name="shortcut">
1040              <string>D</string>
1041             </property>
1042            </widget>
1043           </item>
1044           <item row="2" column="5">
1045            <widget class="KCalcConstButton" name="pbC3">
1046             <property name="sizePolicy">
1047              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1048               <horstretch>0</horstretch>
1049               <verstretch>0</verstretch>
1050              </sizepolicy>
1051             </property>
1052             <property name="text">
1053              <string>C3</string>
1054             </property>
1055             <property name="shortcut">
1056              <string notr="true">Alt+3</string>
1057             </property>
1058            </widget>
1059           </item>
1060           <item row="7" column="2">
1061            <widget class="KCalcButton" name="pbCmp">
1062             <property name="sizePolicy">
1063              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1064               <horstretch>0</horstretch>
1065               <verstretch>0</verstretch>
1066              </sizepolicy>
1067             </property>
1068             <property name="toolTip">
1069              <string>One's complement</string>
1070             </property>
1071             <property name="text">
1072              <string>Cmp</string>
1073             </property>
1074            </widget>
1075           </item>
1076           <item row="7" column="0">
1077            <widget class="KCalcButton" name="pbCSt">
1078             <property name="sizePolicy">
1079              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1080               <horstretch>0</horstretch>
1081               <verstretch>0</verstretch>
1082              </sizepolicy>
1083             </property>
1084             <property name="toolTip">
1085              <string>Clear data store</string>
1086             </property>
1087             <property name="text">
1088              <string>CSt</string>
1089             </property>
1090            </widget>
1091           </item>
1092           <item row="4" column="2">
1093            <widget class="KCalcButton" name="pbRsh">
1094             <property name="sizePolicy">
1095              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1096               <horstretch>0</horstretch>
1097               <verstretch>0</verstretch>
1098              </sizepolicy>
1099             </property>
1100             <property name="toolTip">
1101              <string>Right bit shift</string>
1102             </property>
1103             <property name="text">
1104              <string>Rsh</string>
1105             </property>
1106            </widget>
1107           </item>
1108           <item row="2" column="1">
1109            <widget class="KCalcButton" name="pbCos">
1110             <property name="sizePolicy">
1111              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1112               <horstretch>0</horstretch>
1113               <verstretch>0</verstretch>
1114              </sizepolicy>
1115             </property>
1116             <property name="toolTip">
1117              <string>Cosine</string>
1118             </property>
1119             <property name="text">
1120              <string>Cos</string>
1121             </property>
1122             <property name="shortcut">
1123              <string>C</string>
1124             </property>
1125            </widget>
1126           </item>
1127           <item row="1" column="3">
1128            <widget class="KCalcButton" name="pbReci">
1129             <property name="sizePolicy">
1130              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1131               <horstretch>0</horstretch>
1132               <verstretch>0</verstretch>
1133              </sizepolicy>
1134             </property>
1135             <property name="toolTip">
1136              <string>Reciprocal</string>
1137             </property>
1138             <property name="text">
1139              <string>1/X</string>
1140             </property>
1141             <property name="shortcut">
1142              <string>R</string>
1143             </property>
1144            </widget>
1145           </item>
1146           <item row="7" column="1">
1147            <widget class="KCalcButton" name="pbLn">
1148             <property name="sizePolicy">
1149              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1150               <horstretch>0</horstretch>
1151               <verstretch>0</verstretch>
1152              </sizepolicy>
1153             </property>
1154             <property name="toolTip">
1155              <string>Natural log</string>
1156             </property>
1157             <property name="text">
1158              <string>Ln</string>
1159             </property>
1160             <property name="shortcut">
1161              <string>N</string>
1162             </property>
1163            </widget>
1164           </item>
1165           <item row="3" column="0">
1166            <widget class="KCalcButton" name="pbMed">
1167             <property name="sizePolicy">
1168              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1169               <horstretch>0</horstretch>
1170               <verstretch>0</verstretch>
1171              </sizepolicy>
1172             </property>
1173             <property name="toolTip">
1174              <string>Median</string>
1175             </property>
1176             <property name="text">
1177              <string>Med</string>
1178             </property>
1179            </widget>
1180           </item>
1181           <item row="4" column="5">
1182            <widget class="KCalcConstButton" name="pbC5">
1183             <property name="sizePolicy">
1184              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1185               <horstretch>0</horstretch>
1186               <verstretch>0</verstretch>
1187              </sizepolicy>
1188             </property>
1189             <property name="text">
1190              <string>C5</string>
1191             </property>
1192             <property name="shortcut">
1193              <string notr="true">Alt+5</string>
1194             </property>
1195            </widget>
1196           </item>
1197           <item row="3" column="5">
1198            <widget class="KCalcConstButton" name="pbC4">
1199             <property name="sizePolicy">
1200              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1201               <horstretch>0</horstretch>
1202               <verstretch>0</verstretch>
1203              </sizepolicy>
1204             </property>
1205             <property name="text">
1206              <string>C4</string>
1207             </property>
1208             <property name="shortcut">
1209              <string notr="true">Alt+4</string>
1210             </property>
1211            </widget>
1212           </item>
1213           <item row="2" column="0">
1214            <widget class="KCalcButton" name="pbSd">
1215             <property name="sizePolicy">
1216              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1217               <horstretch>0</horstretch>
1218               <verstretch>0</verstretch>
1219              </sizepolicy>
1220             </property>
1221             <property name="toolTip">
1222              <string>Standard deviation</string>
1223             </property>
1224             <property name="text">
1225              <string>SD</string>
1226             </property>
1227            </widget>
1228           </item>
1229           <item row="7" column="3">
1230            <widget class="KCalcButton" name="pbCube">
1231             <property name="sizePolicy">
1232              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1233               <horstretch>0</horstretch>
1234               <verstretch>0</verstretch>
1235              </sizepolicy>
1236             </property>
1237             <property name="toolTip">
1238              <string>Cube</string>
1239             </property>
1240             <property name="text">
1241              <string>x3</string>
1242             </property>
1243            </widget>
1244           </item>
1245           <item row="3" column="2">
1246            <widget class="KCalcButton" name="pbLsh">
1247             <property name="sizePolicy">
1248              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1249               <horstretch>0</horstretch>
1250               <verstretch>0</verstretch>
1251              </sizepolicy>
1252             </property>
1253             <property name="toolTip">
1254              <string>Left bit shift</string>
1255             </property>
1256             <property name="text">
1257              <string>Lsh</string>
1258             </property>
1259            </widget>
1260           </item>
1261          </layout>
1262         </widget>
1263        </item>
1264        <item>
1265         <widget class="QWidget" name="numericPad" native="true">
1266          <property name="sizePolicy">
1267           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1268            <horstretch>2</horstretch>
1269            <verstretch>0</verstretch>
1270           </sizepolicy>
1271          </property>
1272          <layout class="QGridLayout">
1273           <property name="leftMargin">
1274            <number>2</number>
1275           </property>
1276           <property name="topMargin">
1277            <number>2</number>
1278           </property>
1279           <property name="rightMargin">
1280            <number>2</number>
1281           </property>
1282           <property name="bottomMargin">
1283            <number>2</number>
1284           </property>
1285           <property name="spacing">
1286            <number>4</number>
1287           </property>
1288           <item row="2" column="3">
1289            <widget class="KCalcButton" name="pb6">
1290             <property name="sizePolicy">
1291              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1292               <horstretch>0</horstretch>
1293               <verstretch>0</verstretch>
1294              </sizepolicy>
1295             </property>
1296             <property name="text">
1297              <string>6</string>
1298             </property>
1299             <property name="shortcut">
1300              <string>6</string>
1301             </property>
1302            </widget>
1303           </item>
1304           <item row="3" column="1">
1305            <widget class="KCalcButton" name="pb2">
1306             <property name="sizePolicy">
1307              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1308               <horstretch>0</horstretch>
1309               <verstretch>0</verstretch>
1310              </sizepolicy>
1311             </property>
1312             <property name="text">
1313              <string>2</string>
1314             </property>
1315             <property name="shortcut">
1316              <string>2</string>
1317             </property>
1318            </widget>
1319           </item>
1320           <item row="0" column="0">
1321            <widget class="KCalcButton" name="pbPercent">
1322             <property name="sizePolicy">
1323              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1324               <horstretch>0</horstretch>
1325               <verstretch>0</verstretch>
1326              </sizepolicy>
1327             </property>
1328             <property name="toolTip">
1329              <string>Percent</string>
1330             </property>
1331             <property name="text">
1332              <string>%</string>
1333             </property>
1334            </widget>
1335           </item>
1336           <item row="1" column="3">
1337            <widget class="KCalcButton" name="pb9">
1338             <property name="sizePolicy">
1339              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1340               <horstretch>0</horstretch>
1341               <verstretch>0</verstretch>
1342              </sizepolicy>
1343             </property>
1344             <property name="text">
1345              <string>9</string>
1346             </property>
1347             <property name="shortcut">
1348              <string>9</string>
1349             </property>
1350            </widget>
1351           </item>
1352           <item row="2" column="0">
1353            <widget class="KCalcButton" name="pb4">
1354             <property name="sizePolicy">
1355              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1356               <horstretch>0</horstretch>
1357               <verstretch>0</verstretch>
1358              </sizepolicy>
1359             </property>
1360             <property name="text">
1361              <string>4</string>
1362             </property>
1363             <property name="shortcut">
1364              <string>4</string>
1365             </property>
1366            </widget>
1367           </item>
1368           <item row="2" column="1">
1369            <widget class="KCalcButton" name="pb5">
1370             <property name="sizePolicy">
1371              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1372               <horstretch>0</horstretch>
1373               <verstretch>0</verstretch>
1374              </sizepolicy>
1375             </property>
1376             <property name="text">
1377              <string>5</string>
1378             </property>
1379             <property name="shortcut">
1380              <string>5</string>
1381             </property>
1382            </widget>
1383           </item>
1384           <item row="0" column="4">
1385            <widget class="KCalcButton" name="pbMinus">
1386             <property name="sizePolicy">
1387              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1388               <horstretch>0</horstretch>
1389               <verstretch>0</verstretch>
1390              </sizepolicy>
1391             </property>
1392             <property name="toolTip">
1393              <string>Minus</string>
1394             </property>
1395             <property name="text">
1396              <string comment="- calculator button">−</string>
1397             </property>
1398            </widget>
1399           </item>
1400           <item row="1" column="4" rowspan="2">
1401            <widget class="KCalcButton" name="pbPlus">
1402             <property name="sizePolicy">
1403              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1404               <horstretch>0</horstretch>
1405               <verstretch>0</verstretch>
1406              </sizepolicy>
1407             </property>
1408             <property name="toolTip">
1409              <string>Plus</string>
1410             </property>
1411             <property name="text">
1412              <string comment="+ calculator button">+</string>
1413             </property>
1414            </widget>
1415           </item>
1416           <item row="3" column="0">
1417            <widget class="KCalcButton" name="pb1">
1418             <property name="sizePolicy">
1419              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1420               <horstretch>0</horstretch>
1421               <verstretch>0</verstretch>
1422              </sizepolicy>
1423             </property>
1424             <property name="text">
1425              <string>1</string>
1426             </property>
1427             <property name="shortcut">
1428              <string>1</string>
1429             </property>
1430            </widget>
1431           </item>
1432           <item row="0" column="1">
1433            <widget class="KCalcButton" name="pbDivision">
1434             <property name="sizePolicy">
1435              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1436               <horstretch>0</horstretch>
1437               <verstretch>0</verstretch>
1438              </sizepolicy>
1439             </property>
1440             <property name="toolTip">
1441              <string>Division</string>
1442             </property>
1443             <property name="text">
1444              <string>÷</string>
1445             </property>
1446            </widget>
1447           </item>
1448           <item row="0" column="3">
1449            <widget class="KCalcButton" name="pbMultiplication">
1450             <property name="sizePolicy">
1451              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1452               <horstretch>0</horstretch>
1453               <verstretch>0</verstretch>
1454              </sizepolicy>
1455             </property>
1456             <property name="toolTip">
1457              <string>Multiplication</string>
1458             </property>
1459             <property name="text">
1460              <string>×</string>
1461             </property>
1462            </widget>
1463           </item>
1464           <item row="4" column="0" colspan="2">
1465            <widget class="KCalcButton" name="pb0">
1466             <property name="sizePolicy">
1467              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1468               <horstretch>0</horstretch>
1469               <verstretch>0</verstretch>
1470              </sizepolicy>
1471             </property>
1472             <property name="text">
1473              <string>0</string>
1474             </property>
1475             <property name="shortcut">
1476              <string>0</string>
1477             </property>
1478            </widget>
1479           </item>
1480           <item row="4" column="3">
1481            <widget class="KCalcButton" name="pbPeriod">
1482             <property name="sizePolicy">
1483              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1484               <horstretch>0</horstretch>
1485               <verstretch>0</verstretch>
1486              </sizepolicy>
1487             </property>
1488             <property name="toolTip">
1489              <string>Decimal point</string>
1490             </property>
1491             <property name="text">
1492              <string comment=". calculator button">.</string>
1493             </property>
1494            </widget>
1495           </item>
1496           <item row="3" column="3">
1497            <widget class="KCalcButton" name="pb3">
1498             <property name="sizePolicy">
1499              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1500               <horstretch>0</horstretch>
1501               <verstretch>0</verstretch>
1502              </sizepolicy>
1503             </property>
1504             <property name="text">
1505              <string>3</string>
1506             </property>
1507             <property name="shortcut">
1508              <string>3</string>
1509             </property>
1510            </widget>
1511           </item>
1512           <item row="3" column="4" rowspan="2">
1513            <widget class="KCalcButton" name="pbEqual">
1514             <property name="sizePolicy">
1515              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1516               <horstretch>0</horstretch>
1517               <verstretch>0</verstretch>
1518              </sizepolicy>
1519             </property>
1520             <property name="toolTip">
1521              <string>Result</string>
1522             </property>
1523             <property name="text">
1524              <string comment="= calculator button">=</string>
1525             </property>
1526            </widget>
1527           </item>
1528           <item row="1" column="0">
1529            <widget class="KCalcButton" name="pb7">
1530             <property name="sizePolicy">
1531              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1532               <horstretch>0</horstretch>
1533               <verstretch>0</verstretch>
1534              </sizepolicy>
1535             </property>
1536             <property name="text">
1537              <string>7</string>
1538             </property>
1539             <property name="shortcut">
1540              <string>7</string>
1541             </property>
1542            </widget>
1543           </item>
1544           <item row="1" column="1">
1545            <widget class="KCalcButton" name="pb8">
1546             <property name="sizePolicy">
1547              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1548               <horstretch>0</horstretch>
1549               <verstretch>0</verstretch>
1550              </sizepolicy>
1551             </property>
1552             <property name="text">
1553              <string>8</string>
1554             </property>
1555             <property name="shortcut">
1556              <string>8</string>
1557             </property>
1558            </widget>
1559           </item>
1560          </layout>
1561         </widget>
1562        </item>
1563        <item>
1564         <widget class="QWidget" name="rightPad" native="true">
1565          <property name="sizePolicy">
1566           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1567            <horstretch>1</horstretch>
1568            <verstretch>0</verstretch>
1569           </sizepolicy>
1570          </property>
1571          <layout class="QGridLayout">
1572           <property name="leftMargin">
1573            <number>2</number>
1574           </property>
1575           <property name="topMargin">
1576            <number>2</number>
1577           </property>
1578           <property name="rightMargin">
1579            <number>0</number>
1580           </property>
1581           <property name="bottomMargin">
1582            <number>2</number>
1583           </property>
1584           <property name="spacing">
1585            <number>4</number>
1586           </property>
1587           <item row="2" column="0">
1588            <widget class="KCalcButton" name="pbAllClear">
1589             <property name="sizePolicy">
1590              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1591               <horstretch>0</horstretch>
1592               <verstretch>0</verstretch>
1593              </sizepolicy>
1594             </property>
1595             <property name="toolTip">
1596              <string>Clear all</string>
1597             </property>
1598             <property name="text">
1599              <string>AC</string>
1600             </property>
1601            </widget>
1602           </item>
1603           <item row="3" column="1">
1604            <widget class="KCalcButton" name="pbMemClear">
1605             <property name="sizePolicy">
1606              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1607               <horstretch>0</horstretch>
1608               <verstretch>0</verstretch>
1609              </sizepolicy>
1610             </property>
1611             <property name="toolTip">
1612              <string>Memory clear</string>
1613             </property>
1614             <property name="text">
1615              <string>MC</string>
1616             </property>
1617            </widget>
1618           </item>
1619           <item row="4" column="1">
1620            <widget class="KCalcButton" name="pbMemRecall">
1621             <property name="sizePolicy">
1622              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1623               <horstretch>0</horstretch>
1624               <verstretch>0</verstretch>
1625              </sizepolicy>
1626             </property>
1627             <property name="toolTip">
1628              <string>Memory recall</string>
1629             </property>
1630             <property name="text">
1631              <string>MR</string>
1632             </property>
1633            </widget>
1634           </item>
1635           <item row="5" column="0">
1636            <widget class="KCalcButton" name="pbPlusMinus">
1637             <property name="sizePolicy">
1638              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1639               <horstretch>0</horstretch>
1640               <verstretch>0</verstretch>
1641              </sizepolicy>
1642             </property>
1643             <property name="toolTip">
1644              <string>Change sign</string>
1645             </property>
1646             <property name="text">
1647              <string>+/−</string>
1648             </property>
1649            </widget>
1650           </item>
1651           <item row="3" column="0">
1652            <widget class="KCalcButton" name="pbParenOpen">
1653             <property name="sizePolicy">
1654              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1655               <horstretch>0</horstretch>
1656               <verstretch>0</verstretch>
1657              </sizepolicy>
1658             </property>
1659             <property name="toolTip">
1660              <string>Open parenthesis</string>
1661             </property>
1662             <property name="text">
1663              <string comment="( calculator button">(</string>
1664             </property>
1665            </widget>
1666           </item>
1667           <item row="1" column="0">
1668            <widget class="KCalcButton" name="pbClear">
1669             <property name="sizePolicy">
1670              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1671               <horstretch>0</horstretch>
1672               <verstretch>0</verstretch>
1673              </sizepolicy>
1674             </property>
1675             <property name="toolTip">
1676              <string>Clear</string>
1677             </property>
1678             <property name="text">
1679              <string>C</string>
1680             </property>
1681            </widget>
1682           </item>
1683           <item row="5" column="1">
1684            <widget class="KCalcButton" name="pbMemPlusMinus">
1685             <property name="sizePolicy">
1686              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1687               <horstretch>0</horstretch>
1688               <verstretch>0</verstretch>
1689              </sizepolicy>
1690             </property>
1691             <property name="toolTip">
1692              <string>Add to memory</string>
1693             </property>
1694             <property name="text">
1695              <string>M+</string>
1696             </property>
1697            </widget>
1698           </item>
1699           <item row="2" column="1">
1700            <widget class="KCalcButton" name="pbMemStore">
1701             <property name="sizePolicy">
1702              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1703               <horstretch>0</horstretch>
1704               <verstretch>0</verstretch>
1705              </sizepolicy>
1706             </property>
1707             <property name="toolTip">
1708              <string>Memory store</string>
1709             </property>
1710             <property name="text">
1711              <string>MS</string>
1712             </property>
1713            </widget>
1714           </item>
1715           <item row="4" column="0">
1716            <widget class="KCalcButton" name="pbParenClose">
1717             <property name="sizePolicy">
1718              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1719               <horstretch>0</horstretch>
1720               <verstretch>0</verstretch>
1721              </sizepolicy>
1722             </property>
1723             <property name="toolTip">
1724              <string>Close parenthesis</string>
1725             </property>
1726             <property name="text">
1727              <string comment=") calculator button">)</string>
1728             </property>
1729            </widget>
1730           </item>
1731           <item row="1" column="1">
1732            <widget class="KCalcButton" name="pbBackspace">
1733             <property name="sizePolicy">
1734              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1735               <horstretch>0</horstretch>
1736               <verstretch>0</verstretch>
1737              </sizepolicy>
1738             </property>
1739             <property name="text">
1740              <string>←</string>
1741             </property>
1742             <property name="shortcut">
1743              <string>Backspace</string>
1744             </property>
1745            </widget>
1746           </item>
1747           <item row="0" column="0" colspan="2">
1748            <widget class="KCalcButton" name="pbShift">
1749             <property name="sizePolicy">
1750              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1751               <horstretch>0</horstretch>
1752               <verstretch>0</verstretch>
1753              </sizepolicy>
1754             </property>
1755             <property name="toolTip">
1756              <string>Second button function</string>
1757             </property>
1758             <property name="text">
1759              <string>Shift</string>
1760             </property>
1761             <property name="shortcut">
1762              <string>Ctrl+2</string>
1763             </property>
1764             <property name="checkable">
1765              <bool>true</bool>
1766             </property>
1767            </widget>
1768           </item>
1769          </layout>
1770         </widget>
1771        </item>
1772       </layout>
1773      </item>
1774     </layout>
1775    </item>
1776    <item>
1777     <widget class="KCalcHistory" name="calc_history" native="true">
1778      <property name="sizePolicy">
1779       <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1780        <horstretch>0</horstretch>
1781        <verstretch>0</verstretch>
1782       </sizepolicy>
1783      </property>
1784      <property name="minimumSize">
1785       <size>
1786        <width>256</width>
1787        <height>0</height>
1788       </size>
1789      </property>
1790      <property name="focusPolicy">
1791       <enum>Qt::WheelFocus</enum>
1792      </property>
1793     </widget>
1794    </item>
1795   </layout>
1796  </widget>
1797  <customwidgets>
1798   <customwidget>
1799    <class>KSqueezedTextLabel</class>
1800    <extends>QLabel</extends>
1801    <header>ksqueezedtextlabel.h</header>
1802   </customwidget>
1803   <customwidget>
1804    <class>KCalcButton</class>
1805    <extends>QPushButton</extends>
1806    <header>kcalc_button.h</header>
1807   </customwidget>
1808   <customwidget>
1809    <class>KCalcDisplay</class>
1810    <extends>QFrame</extends>
1811    <header>kcalcdisplay.h</header>
1812    <container>1</container>
1813   </customwidget>
1814   <customwidget>
1815    <class>KCalcBitset</class>
1816    <extends>QWidget</extends>
1817    <header>kcalc_bitset.h</header>
1818    <container>1</container>
1819   </customwidget>
1820   <customwidget>
1821    <class>KCalcConstButton</class>
1822    <extends>QPushButton</extends>
1823    <header>kcalc_const_button.h</header>
1824   </customwidget>
1825   <customwidget>
1826    <class>KCalcHistory</class>
1827    <extends>QWidget</extends>
1828    <header>kcalchistory.h</header>
1829   </customwidget>
1830   <customwidget>
1831    <class>KCalcInputDisplay</class>
1832    <extends>QLineEdit</extends>
1833    <header>kcalc_input_display.h</header>
1834   </customwidget>
1835   <customwidget>
1836    <class>KCalcDisplayFrame</class>
1837    <extends>QFrame</extends>
1838    <header>kcalc_display_frame.h</header>
1839    <container>1</container>
1840   </customwidget>
1841  </customwidgets>
1842  <tabstops>
1843   <tabstop>pb0</tabstop>
1844   <tabstop>pb1</tabstop>
1845   <tabstop>pb2</tabstop>
1846   <tabstop>pb3</tabstop>
1847   <tabstop>pb4</tabstop>
1848   <tabstop>pb5</tabstop>
1849   <tabstop>pb6</tabstop>
1850   <tabstop>pb7</tabstop>
1851   <tabstop>pb8</tabstop>
1852   <tabstop>pb9</tabstop>
1853   <tabstop>pbPeriod</tabstop>
1854   <tabstop>pbDivision</tabstop>
1855   <tabstop>pbMultiplication</tabstop>
1856   <tabstop>pbMinus</tabstop>
1857   <tabstop>pbPlus</tabstop>
1858   <tabstop>pbEqual</tabstop>
1859   <tabstop>pbPercent</tabstop>
1860   <tabstop>pbClear</tabstop>
1861   <tabstop>pbAllClear</tabstop>
1862   <tabstop>pbParenOpen</tabstop>
1863   <tabstop>pbParenClose</tabstop>
1864   <tabstop>pbPlusMinus</tabstop>
1865   <tabstop>pbMemStore</tabstop>
1866   <tabstop>pbMemClear</tabstop>
1867   <tabstop>pbMemRecall</tabstop>
1868   <tabstop>pbMemPlusMinus</tabstop>
1869   <tabstop>pbHyp</tabstop>
1870   <tabstop>pbSin</tabstop>
1871   <tabstop>pbCos</tabstop>
1872   <tabstop>pbTan</tabstop>
1873   <tabstop>pbLog</tabstop>
1874   <tabstop>pbLn</tabstop>
1875   <tabstop>pbMod</tabstop>
1876   <tabstop>pbReci</tabstop>
1877   <tabstop>pbFactorial</tabstop>
1878   <tabstop>pbSquare</tabstop>
1879   <tabstop>pbPower</tabstop>
1880   <tabstop>pbCube</tabstop>
1881   <tabstop>pbEE</tabstop>
1882   <tabstop>pbAND</tabstop>
1883   <tabstop>pbOR</tabstop>
1884   <tabstop>pbXOR</tabstop>
1885   <tabstop>pbLsh</tabstop>
1886   <tabstop>pbRsh</tabstop>
1887   <tabstop>pbCmp</tabstop>
1888   <tabstop>pbA</tabstop>
1889   <tabstop>pbB</tabstop>
1890   <tabstop>pbC</tabstop>
1891   <tabstop>pbD</tabstop>
1892   <tabstop>pbE</tabstop>
1893   <tabstop>pbF</tabstop>
1894   <tabstop>pbC1</tabstop>
1895   <tabstop>pbC2</tabstop>
1896   <tabstop>pbC3</tabstop>
1897   <tabstop>pbC4</tabstop>
1898   <tabstop>pbC5</tabstop>
1899   <tabstop>pbC6</tabstop>
1900   <tabstop>pbNData</tabstop>
1901   <tabstop>pbMean</tabstop>
1902   <tabstop>pbSd</tabstop>
1903   <tabstop>pbMed</tabstop>
1904   <tabstop>pbDat</tabstop>
1905   <tabstop>pbCSt</tabstop>
1906   <tabstop>degRadio</tabstop>
1907   <tabstop>radRadio</tabstop>
1908   <tabstop>gradRadio</tabstop>
1909   <tabstop>calc_history</tabstop>
1910  </tabstops>
1911  <resources/>
1912  <connections/>
1913 </ui>