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