Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 41.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>MainWindow</class>
  4.  <widget class="QMainWindow" name="MainWindow">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>1042</width>
  10.     <height>386</height>
  11.    </rect>
  12.   </property>
  13.   <property name="minimumSize">
  14.    <size>
  15.     <width>1042</width>
  16.     <height>386</height>
  17.    </size>
  18.   </property>
  19.   <property name="maximumSize">
  20.    <size>
  21.     <width>1042</width>
  22.     <height>386</height>
  23.    </size>
  24.   </property>
  25.   <property name="mouseTracking">
  26.    <bool>true</bool>
  27.   </property>
  28.   <property name="windowTitle">
  29.    <string>MainWindow</string>
  30.   </property>
  31.   <widget class="QWidget" name="centralWidget">
  32.    <widget class="QLabel" name="Main_output">
  33.     <property name="geometry">
  34.      <rect>
  35.       <x>1</x>
  36.       <y>0</y>
  37.       <width>861</width>
  38.       <height>71</height>
  39.      </rect>
  40.     </property>
  41.     <property name="font">
  42.      <font>
  43.       <pointsize>25</pointsize>
  44.       <weight>50</weight>
  45.       <italic>false</italic>
  46.       <bold>false</bold>
  47.       <kerning>true</kerning>
  48.      </font>
  49.     </property>
  50.     <property name="styleSheet">
  51.      <string notr="true">QLabel {
  52.   qproperty-alignment: 'AlignVCenter | AlignRight';
  53.   border: 1px solid gray;
  54. }
  55.  
  56. background-color : white;</string>
  57.     </property>
  58.     <property name="text">
  59.      <string/>
  60.     </property>
  61.    </widget>
  62.    <widget class="QPushButton" name="pushButton_devision">
  63.     <property name="geometry">
  64.      <rect>
  65.       <x>653</x>
  66.       <y>71</y>
  67.       <width>63</width>
  68.       <height>63</height>
  69.      </rect>
  70.     </property>
  71.     <property name="font">
  72.      <font>
  73.       <pointsize>13</pointsize>
  74.       <weight>50</weight>
  75.       <bold>false</bold>
  76.      </font>
  77.     </property>
  78.     <property name="styleSheet">
  79.      <string notr="true">QPushButton {
  80.   background-color: rgb(0, 0, 0);
  81.   color: white;
  82.   border: 1px solid gray;
  83. }
  84. QPushButton:pressed {
  85.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  86.                                       stop: 0 #FFFAFA, stop: 1 #800000);
  87. }</string>
  88.     </property>
  89.     <property name="text">
  90.      <string>รท</string>
  91.     </property>
  92.    </widget>
  93.    <widget class="QPushButton" name="pushButton_multy">
  94.     <property name="geometry">
  95.      <rect>
  96.       <x>653</x>
  97.       <y>134</y>
  98.       <width>63</width>
  99.       <height>63</height>
  100.      </rect>
  101.     </property>
  102.     <property name="font">
  103.      <font>
  104.       <pointsize>8</pointsize>
  105.       <weight>75</weight>
  106.       <bold>true</bold>
  107.      </font>
  108.     </property>
  109.     <property name="styleSheet">
  110.      <string notr="true">QPushButton {
  111.   background-color: rgb(0, 0, 0);
  112.   color: white;
  113.   border: 1px solid gray;
  114. }
  115. QPushButton:pressed {
  116.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  117.                                       stop: 0 #FFFAFA, stop: 1 #800000);
  118. }</string>
  119.     </property>
  120.     <property name="text">
  121.      <string>X</string>
  122.     </property>
  123.    </widget>
  124.    <widget class="QPushButton" name="pushButton_minus">
  125.     <property name="geometry">
  126.      <rect>
  127.       <x>653</x>
  128.       <y>197</y>
  129.       <width>63</width>
  130.       <height>63</height>
  131.      </rect>
  132.     </property>
  133.     <property name="font">
  134.      <font>
  135.       <pointsize>19</pointsize>
  136.       <weight>50</weight>
  137.       <bold>false</bold>
  138.      </font>
  139.     </property>
  140.     <property name="styleSheet">
  141.      <string notr="true">QPushButton {
  142.   background-color: rgb(0, 0, 0);
  143.   color: white;
  144.   border: 1px solid gray;
  145. }
  146. QPushButton:pressed {
  147.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  148.                                       stop: 0 #FFFAFA, stop: 1 #800000);
  149. }</string>
  150.     </property>
  151.     <property name="text">
  152.      <string>-</string>
  153.     </property>
  154.    </widget>
  155.    <widget class="QPushButton" name="pushButton_plus">
  156.     <property name="geometry">
  157.      <rect>
  158.       <x>653</x>
  159.       <y>260</y>
  160.       <width>63</width>
  161.       <height>63</height>
  162.      </rect>
  163.     </property>
  164.     <property name="font">
  165.      <font>
  166.       <pointsize>12</pointsize>
  167.       <weight>75</weight>
  168.       <bold>true</bold>
  169.      </font>
  170.     </property>
  171.     <property name="styleSheet">
  172.      <string notr="true">QPushButton {
  173.   background-color: rgb(0, 0, 0);
  174.   color: white;
  175.   border: 1px solid gray;
  176. }
  177. QPushButton:pressed {
  178.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  179.                                       stop: 0 #FFFAFA, stop: 1 #800000);
  180. }</string>
  181.     </property>
  182.     <property name="text">
  183.      <string>+</string>
  184.     </property>
  185.    </widget>
  186.    <widget class="QPushButton" name="pushButton_Equal">
  187.     <property name="geometry">
  188.      <rect>
  189.       <x>653</x>
  190.       <y>323</y>
  191.       <width>63</width>
  192.       <height>63</height>
  193.      </rect>
  194.     </property>
  195.     <property name="font">
  196.      <font>
  197.       <pointsize>12</pointsize>
  198.       <weight>75</weight>
  199.       <bold>true</bold>
  200.      </font>
  201.     </property>
  202.     <property name="styleSheet">
  203.      <string notr="true">QPushButton {
  204.   background-color: rgb(0, 0, 0);
  205.   color: white;
  206.   border: 1px solid gray;
  207. }
  208. QPushButton:pressed {
  209.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  210.                                       stop: 0 #FFFAFA, stop: 1 #800000);
  211. }</string>
  212.     </property>
  213.     <property name="text">
  214.      <string>=</string>
  215.     </property>
  216.    </widget>
  217.    <widget class="QPushButton" name="pushButton_Procent">
  218.     <property name="geometry">
  219.      <rect>
  220.       <x>275</x>
  221.       <y>134</y>
  222.       <width>63</width>
  223.       <height>63</height>
  224.      </rect>
  225.     </property>
  226.     <property name="font">
  227.      <font>
  228.       <pointsize>11</pointsize>
  229.       <weight>75</weight>
  230.       <bold>true</bold>
  231.      </font>
  232.     </property>
  233.     <property name="styleSheet">
  234.      <string notr="true">QPushButton {
  235.   background-color: rgb(192, 192, 192);
  236.   border: 1px solid gray;
  237. }
  238. QPushButton:pressed {
  239.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  240.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  241. }</string>
  242.     </property>
  243.     <property name="text">
  244.      <string>%</string>
  245.     </property>
  246.    </widget>
  247.    <widget class="QPushButton" name="pushButton_9">
  248.     <property name="geometry">
  249.      <rect>
  250.       <x>590</x>
  251.       <y>134</y>
  252.       <width>63</width>
  253.       <height>63</height>
  254.      </rect>
  255.     </property>
  256.     <property name="font">
  257.      <font>
  258.       <pointsize>14</pointsize>
  259.      </font>
  260.     </property>
  261.     <property name="styleSheet">
  262.      <string notr="true">QPushButton {
  263.    border: 1px solid gray;
  264. }
  265. QPushButton:pressed {
  266.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  267.                                       stop: 0 #dadbde, stop: 1 #808080);
  268. }</string>
  269.     </property>
  270.     <property name="text">
  271.      <string>9</string>
  272.     </property>
  273.    </widget>
  274.    <widget class="QPushButton" name="pushButton_6">
  275.     <property name="geometry">
  276.      <rect>
  277.       <x>590</x>
  278.       <y>197</y>
  279.       <width>63</width>
  280.       <height>63</height>
  281.      </rect>
  282.     </property>
  283.     <property name="font">
  284.      <font>
  285.       <pointsize>14</pointsize>
  286.      </font>
  287.     </property>
  288.     <property name="styleSheet">
  289.      <string notr="true">QPushButton {
  290.    border: 1px solid gray;
  291. }
  292. QPushButton:pressed {
  293.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  294.                                       stop: 0 #dadbde, stop: 1 #808080);
  295. }</string>
  296.     </property>
  297.     <property name="text">
  298.      <string>6</string>
  299.     </property>
  300.    </widget>
  301.    <widget class="QPushButton" name="pushButton_3">
  302.     <property name="geometry">
  303.      <rect>
  304.       <x>590</x>
  305.       <y>260</y>
  306.       <width>63</width>
  307.       <height>63</height>
  308.      </rect>
  309.     </property>
  310.     <property name="font">
  311.      <font>
  312.       <pointsize>14</pointsize>
  313.      </font>
  314.     </property>
  315.     <property name="styleSheet">
  316.      <string notr="true">QPushButton {
  317.    border: 1px solid gray;
  318. }
  319. QPushButton:pressed {
  320.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  321.                                       stop: 0 #dadbde, stop: 1 #808080);
  322. }</string>
  323.     </property>
  324.     <property name="text">
  325.      <string>3</string>
  326.     </property>
  327.    </widget>
  328.    <widget class="QPushButton" name="pushButton_dot">
  329.     <property name="geometry">
  330.      <rect>
  331.       <x>590</x>
  332.       <y>323</y>
  333.       <width>63</width>
  334.       <height>63</height>
  335.      </rect>
  336.     </property>
  337.     <property name="font">
  338.      <font>
  339.       <pointsize>14</pointsize>
  340.       <weight>50</weight>
  341.       <bold>false</bold>
  342.      </font>
  343.     </property>
  344.     <property name="styleSheet">
  345.      <string notr="true">QPushButton {
  346.   background-color: rgb(169, 169, 169);
  347.   border: 1px solid gray;
  348. }
  349. QPushButton:pressed {
  350.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  351.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  352. }</string>
  353.     </property>
  354.     <property name="text">
  355.      <string>.</string>
  356.     </property>
  357.    </widget>
  358.    <widget class="QPushButton" name="pushButton_plusmin">
  359.     <property name="geometry">
  360.      <rect>
  361.       <x>275</x>
  362.       <y>71</y>
  363.       <width>63</width>
  364.       <height>63</height>
  365.      </rect>
  366.     </property>
  367.     <property name="font">
  368.      <font>
  369.       <pointsize>11</pointsize>
  370.       <weight>75</weight>
  371.       <bold>true</bold>
  372.      </font>
  373.     </property>
  374.     <property name="styleSheet">
  375.      <string notr="true">QPushButton {
  376.   background-color: rgb(210, 105, 30);
  377. color : white;
  378.   border: 1px solid gray;
  379. }
  380. QPushButton:pressed {
  381.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  382.                                       stop: 0 #FFFAFA, stop: 1 #B8860B);
  383. }</string>
  384.     </property>
  385.     <property name="text">
  386.      <string>+/-</string>
  387.     </property>
  388.    </widget>
  389.    <widget class="QPushButton" name="pushButton_8">
  390.     <property name="geometry">
  391.      <rect>
  392.       <x>527</x>
  393.       <y>134</y>
  394.       <width>63</width>
  395.       <height>63</height>
  396.      </rect>
  397.     </property>
  398.     <property name="font">
  399.      <font>
  400.       <pointsize>14</pointsize>
  401.      </font>
  402.     </property>
  403.     <property name="styleSheet">
  404.      <string notr="true">QPushButton {
  405.    border: 1px solid gray;
  406. }
  407. QPushButton:pressed {
  408.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  409.                                       stop: 0 #dadbde, stop: 1 #808080);
  410. }</string>
  411.     </property>
  412.     <property name="text">
  413.      <string>8</string>
  414.     </property>
  415.    </widget>
  416.    <widget class="QPushButton" name="pushButton_5">
  417.     <property name="geometry">
  418.      <rect>
  419.       <x>527</x>
  420.       <y>197</y>
  421.       <width>63</width>
  422.       <height>63</height>
  423.      </rect>
  424.     </property>
  425.     <property name="font">
  426.      <font>
  427.       <pointsize>14</pointsize>
  428.      </font>
  429.     </property>
  430.     <property name="styleSheet">
  431.      <string notr="true">QPushButton {
  432.    border: 1px solid gray;
  433. }
  434. QPushButton:pressed {
  435.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  436.                                       stop: 0 #dadbde, stop: 1 #808080);
  437. }</string>
  438.     </property>
  439.     <property name="text">
  440.      <string>5</string>
  441.     </property>
  442.    </widget>
  443.    <widget class="QPushButton" name="pushButton_2">
  444.     <property name="geometry">
  445.      <rect>
  446.       <x>527</x>
  447.       <y>260</y>
  448.       <width>63</width>
  449.       <height>63</height>
  450.      </rect>
  451.     </property>
  452.     <property name="font">
  453.      <font>
  454.       <pointsize>14</pointsize>
  455.      </font>
  456.     </property>
  457.     <property name="styleSheet">
  458.      <string notr="true">QPushButton {
  459.    border: 1px solid gray;
  460. }
  461. QPushButton:pressed {
  462.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  463.                                       stop: 0 #dadbde, stop: 1 #808080);
  464. }</string>
  465.     </property>
  466.     <property name="text">
  467.      <string>2</string>
  468.     </property>
  469.    </widget>
  470.    <widget class="QPushButton" name="pushButton_7">
  471.     <property name="geometry">
  472.      <rect>
  473.       <x>464</x>
  474.       <y>134</y>
  475.       <width>63</width>
  476.       <height>63</height>
  477.      </rect>
  478.     </property>
  479.     <property name="font">
  480.      <font>
  481.       <pointsize>14</pointsize>
  482.      </font>
  483.     </property>
  484.     <property name="styleSheet">
  485.      <string notr="true">QPushButton {
  486.    border: 1px solid gray;
  487. }
  488. QPushButton:pressed {
  489.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  490.                                       stop: 0 #dadbde, stop: 1 #808080);
  491. }</string>
  492.     </property>
  493.     <property name="text">
  494.      <string>7</string>
  495.     </property>
  496.    </widget>
  497.    <widget class="QPushButton" name="pushButton_4">
  498.     <property name="geometry">
  499.      <rect>
  500.       <x>464</x>
  501.       <y>197</y>
  502.       <width>63</width>
  503.       <height>63</height>
  504.      </rect>
  505.     </property>
  506.     <property name="font">
  507.      <font>
  508.       <pointsize>14</pointsize>
  509.      </font>
  510.     </property>
  511.     <property name="styleSheet">
  512.      <string notr="true">QPushButton {
  513.    border: 1px solid gray;
  514. }
  515. QPushButton:pressed {
  516.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  517.                                       stop: 0 #dadbde, stop: 1 #808080);
  518. }</string>
  519.     </property>
  520.     <property name="text">
  521.      <string>4</string>
  522.     </property>
  523.    </widget>
  524.    <widget class="QPushButton" name="pushButton_1">
  525.     <property name="geometry">
  526.      <rect>
  527.       <x>464</x>
  528.       <y>260</y>
  529.       <width>63</width>
  530.       <height>63</height>
  531.      </rect>
  532.     </property>
  533.     <property name="font">
  534.      <font>
  535.       <pointsize>14</pointsize>
  536.      </font>
  537.     </property>
  538.     <property name="styleSheet">
  539.      <string notr="true">QPushButton {
  540.    border: 1px solid gray;
  541. }
  542. QPushButton:pressed {
  543.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  544.                                       stop: 0 #dadbde, stop: 1 #808080);
  545. }</string>
  546.     </property>
  547.     <property name="text">
  548.      <string>1</string>
  549.     </property>
  550.    </widget>
  551.    <widget class="QPushButton" name="pushButton_0">
  552.     <property name="geometry">
  553.      <rect>
  554.       <x>464</x>
  555.       <y>323</y>
  556.       <width>126</width>
  557.       <height>63</height>
  558.      </rect>
  559.     </property>
  560.     <property name="font">
  561.      <font>
  562.       <pointsize>14</pointsize>
  563.      </font>
  564.     </property>
  565.     <property name="styleSheet">
  566.      <string notr="true">QPushButton {
  567.    border: 1px solid gray;
  568. }
  569. QPushButton:pressed {
  570.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  571.                                       stop: 0 #dadbde, stop: 1 #f6f7fa);
  572. }</string>
  573.     </property>
  574.     <property name="text">
  575.      <string>0</string>
  576.     </property>
  577.    </widget>
  578.    <widget class="QPushButton" name="pushButton_AC">
  579.     <property name="geometry">
  580.      <rect>
  581.       <x>716</x>
  582.       <y>71</y>
  583.       <width>63</width>
  584.       <height>315</height>
  585.      </rect>
  586.     </property>
  587.     <property name="font">
  588.      <font>
  589.       <pointsize>11</pointsize>
  590.       <weight>75</weight>
  591.       <bold>true</bold>
  592.      </font>
  593.     </property>
  594.     <property name="styleSheet">
  595.      <string notr="true">QPushButton {
  596.   background-color: rgb(0, 0, 0);
  597.   color: white;
  598.   border: 1px solid gray;
  599. }
  600. QPushButton:pressed {
  601.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  602.                                       stop: 0 #A52A2A, stop: 1 #800000);
  603. }</string>
  604.     </property>
  605.     <property name="text">
  606.      <string>Clear</string>
  607.     </property>
  608.    </widget>
  609.    <widget class="QPushButton" name="pushButton_trig_switcher_DEG">
  610.     <property name="geometry">
  611.      <rect>
  612.       <x>338</x>
  613.       <y>71</y>
  614.       <width>63</width>
  615.       <height>63</height>
  616.      </rect>
  617.     </property>
  618.     <property name="font">
  619.      <font>
  620.       <weight>75</weight>
  621.       <bold>true</bold>
  622.      </font>
  623.     </property>
  624.     <property name="styleSheet">
  625.      <string notr="true">QPushButton {
  626.   background-color: rgb(240, 230, 140);
  627.   border: 1px solid gray;
  628. }
  629. QPushButton:pressed {
  630.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  631.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  632. }</string>
  633.     </property>
  634.     <property name="text">
  635.      <string>DEG</string>
  636.     </property>
  637.    </widget>
  638.    <widget class="QPushButton" name="pushButton_Cos">
  639.     <property name="geometry">
  640.      <rect>
  641.       <x>401</x>
  642.       <y>134</y>
  643.       <width>63</width>
  644.       <height>63</height>
  645.      </rect>
  646.     </property>
  647.     <property name="font">
  648.      <font>
  649.       <pointsize>10</pointsize>
  650.       <weight>75</weight>
  651.       <bold>true</bold>
  652.      </font>
  653.     </property>
  654.     <property name="styleSheet">
  655.      <string notr="true">QPushButton {
  656.   background-color: rgb(192, 192, 192);
  657.   border: 1px solid gray;
  658. }
  659. QPushButton:pressed {
  660.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  661.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  662. }</string>
  663.     </property>
  664.     <property name="text">
  665.      <string>cos</string>
  666.     </property>
  667.    </widget>
  668.    <widget class="QPushButton" name="pushButton_Cosh">
  669.     <property name="geometry">
  670.      <rect>
  671.       <x>401</x>
  672.       <y>323</y>
  673.       <width>63</width>
  674.       <height>63</height>
  675.      </rect>
  676.     </property>
  677.     <property name="font">
  678.      <font>
  679.       <pointsize>10</pointsize>
  680.       <weight>75</weight>
  681.       <bold>true</bold>
  682.       <underline>false</underline>
  683.       <kerning>true</kerning>
  684.      </font>
  685.     </property>
  686.     <property name="styleSheet">
  687.      <string notr="true">QPushButton {
  688.   background-color: rgb(192, 192, 192);
  689.   border: 1px solid gray;
  690. }
  691. QPushButton:pressed {
  692.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  693.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  694. }</string>
  695.     </property>
  696.     <property name="text">
  697.      <string>cosh</string>
  698.     </property>
  699.    </widget>
  700.    <widget class="QPushButton" name="pushButton_Sin">
  701.     <property name="geometry">
  702.      <rect>
  703.       <x>338</x>
  704.       <y>134</y>
  705.       <width>63</width>
  706.       <height>63</height>
  707.      </rect>
  708.     </property>
  709.     <property name="font">
  710.      <font>
  711.       <pointsize>10</pointsize>
  712.       <weight>75</weight>
  713.       <bold>true</bold>
  714.      </font>
  715.     </property>
  716.     <property name="styleSheet">
  717.      <string notr="true">QPushButton {
  718.   background-color: rgb(192, 192, 192);
  719.   border: 1px solid gray;
  720. }
  721. QPushButton:pressed {
  722.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  723.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  724. }</string>
  725.     </property>
  726.     <property name="text">
  727.      <string>sin</string>
  728.     </property>
  729.    </widget>
  730.    <widget class="QPushButton" name="pushButton_trig_switcher_RAD">
  731.     <property name="geometry">
  732.      <rect>
  733.       <x>401</x>
  734.       <y>71</y>
  735.       <width>63</width>
  736.       <height>63</height>
  737.      </rect>
  738.     </property>
  739.     <property name="font">
  740.      <font>
  741.       <weight>75</weight>
  742.       <bold>true</bold>
  743.      </font>
  744.     </property>
  745.     <property name="styleSheet">
  746.      <string notr="true">QPushButton {
  747.   background-color: rgb(240, 230, 140);
  748.   border: 1px solid gray;
  749. }
  750. QPushButton:pressed {
  751.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  752.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  753. }</string>
  754.     </property>
  755.     <property name="text">
  756.      <string>RAD</string>
  757.     </property>
  758.    </widget>
  759.    <widget class="QPushButton" name="pushButton_Sinh">
  760.     <property name="geometry">
  761.      <rect>
  762.       <x>338</x>
  763.       <y>323</y>
  764.       <width>63</width>
  765.       <height>63</height>
  766.      </rect>
  767.     </property>
  768.     <property name="font">
  769.      <font>
  770.       <pointsize>10</pointsize>
  771.       <weight>75</weight>
  772.       <bold>true</bold>
  773.      </font>
  774.     </property>
  775.     <property name="styleSheet">
  776.      <string notr="true">QPushButton {
  777.   background-color: rgb(192, 192, 192);
  778.   border: 1px solid gray;
  779. }
  780. QPushButton:pressed {
  781.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  782.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  783. }</string>
  784.     </property>
  785.     <property name="text">
  786.      <string>sinh</string>
  787.     </property>
  788.    </widget>
  789.    <widget class="QPushButton" name="pushButton_Asin">
  790.     <property name="geometry">
  791.      <rect>
  792.       <x>338</x>
  793.       <y>197</y>
  794.       <width>63</width>
  795.       <height>63</height>
  796.      </rect>
  797.     </property>
  798.     <property name="font">
  799.      <font>
  800.       <pointsize>10</pointsize>
  801.       <weight>75</weight>
  802.       <bold>true</bold>
  803.      </font>
  804.     </property>
  805.     <property name="styleSheet">
  806.      <string notr="true">QPushButton {
  807.   background-color: rgb(192, 192, 192);
  808.   border: 1px solid gray;
  809. }
  810. QPushButton:pressed {
  811.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  812.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  813. }</string>
  814.     </property>
  815.     <property name="text">
  816.      <string>asin</string>
  817.     </property>
  818.    </widget>
  819.    <widget class="QPushButton" name="pushButton_Tan">
  820.     <property name="geometry">
  821.      <rect>
  822.       <x>338</x>
  823.       <y>260</y>
  824.       <width>63</width>
  825.       <height>63</height>
  826.      </rect>
  827.     </property>
  828.     <property name="font">
  829.      <font>
  830.       <pointsize>10</pointsize>
  831.       <weight>75</weight>
  832.       <bold>true</bold>
  833.      </font>
  834.     </property>
  835.     <property name="styleSheet">
  836.      <string notr="true">QPushButton {
  837.   background-color: rgb(192, 192, 192);
  838.   border: 1px solid gray;
  839. }
  840. QPushButton:pressed {
  841.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  842.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  843. }</string>
  844.     </property>
  845.     <property name="text">
  846.      <string>tan</string>
  847.     </property>
  848.    </widget>
  849.    <widget class="QPushButton" name="pushButton_Acos">
  850.     <property name="geometry">
  851.      <rect>
  852.       <x>401</x>
  853.       <y>197</y>
  854.       <width>63</width>
  855.       <height>63</height>
  856.      </rect>
  857.     </property>
  858.     <property name="font">
  859.      <font>
  860.       <pointsize>10</pointsize>
  861.       <weight>75</weight>
  862.       <bold>true</bold>
  863.      </font>
  864.     </property>
  865.     <property name="styleSheet">
  866.      <string notr="true">QPushButton {
  867.   background-color: rgb(192, 192, 192);
  868.   border: 1px solid gray;
  869. }
  870. QPushButton:pressed {
  871.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  872.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  873. }</string>
  874.     </property>
  875.     <property name="text">
  876.      <string>acos</string>
  877.     </property>
  878.    </widget>
  879.    <widget class="QPushButton" name="pushButton_Atan">
  880.     <property name="geometry">
  881.      <rect>
  882.       <x>401</x>
  883.       <y>260</y>
  884.       <width>63</width>
  885.       <height>63</height>
  886.      </rect>
  887.     </property>
  888.     <property name="font">
  889.      <font>
  890.       <pointsize>10</pointsize>
  891.       <weight>75</weight>
  892.       <bold>true</bold>
  893.      </font>
  894.     </property>
  895.     <property name="styleSheet">
  896.      <string notr="true">QPushButton {
  897.   background-color: rgb(192, 192, 192);
  898.   border: 1px solid gray;
  899. }
  900. QPushButton:pressed {
  901.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  902.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  903. }</string>
  904.     </property>
  905.     <property name="text">
  906.      <string>atan</string>
  907.     </property>
  908.    </widget>
  909.    <widget class="QPushButton" name="pushButton_Tanh">
  910.     <property name="geometry">
  911.      <rect>
  912.       <x>275</x>
  913.       <y>197</y>
  914.       <width>63</width>
  915.       <height>63</height>
  916.      </rect>
  917.     </property>
  918.     <property name="font">
  919.      <font>
  920.       <pointsize>10</pointsize>
  921.       <weight>75</weight>
  922.       <bold>true</bold>
  923.      </font>
  924.     </property>
  925.     <property name="styleSheet">
  926.      <string notr="true">QPushButton {
  927.   background-color: rgb(192, 192, 192);
  928.   border: 1px solid gray;
  929. }
  930. QPushButton:pressed {
  931.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  932.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  933. }</string>
  934.     </property>
  935.     <property name="text">
  936.      <string>tanh</string>
  937.     </property>
  938.    </widget>
  939.    <widget class="QPushButton" name="pushButton_Left_bracket">
  940.     <property name="geometry">
  941.      <rect>
  942.       <x>527</x>
  943.       <y>71</y>
  944.       <width>63</width>
  945.       <height>63</height>
  946.      </rect>
  947.     </property>
  948.     <property name="font">
  949.      <font>
  950.       <pointsize>13</pointsize>
  951.       <weight>50</weight>
  952.       <bold>false</bold>
  953.      </font>
  954.     </property>
  955.     <property name="styleSheet">
  956.      <string notr="true">QPushButton {
  957.   background-color: rgb(0, 0, 0);
  958.   color: white;
  959.   border: 1px solid gray;
  960. }
  961. QPushButton:pressed {
  962.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  963.                                       stop: 0 #FFFAFA, stop: 1 #800000);
  964. }</string>
  965.     </property>
  966.     <property name="text">
  967.      <string>(</string>
  968.     </property>
  969.    </widget>
  970.    <widget class="QPushButton" name="pushButton_Right_bracket">
  971.     <property name="geometry">
  972.      <rect>
  973.       <x>590</x>
  974.       <y>71</y>
  975.       <width>63</width>
  976.       <height>63</height>
  977.      </rect>
  978.     </property>
  979.     <property name="font">
  980.      <font>
  981.       <pointsize>13</pointsize>
  982.       <weight>50</weight>
  983.       <bold>false</bold>
  984.      </font>
  985.     </property>
  986.     <property name="styleSheet">
  987.      <string notr="true">QPushButton {
  988.   background-color: rgb(0, 0, 0);
  989.   color: white;
  990.   border: 1px solid gray;
  991. }
  992. QPushButton:pressed {
  993.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  994.                                       stop: 0 #FFFAFA, stop: 1 #800000);
  995. }</string>
  996.     </property>
  997.     <property name="text">
  998.      <string>)</string>
  999.     </property>
  1000.    </widget>
  1001.    <widget class="QPushButton" name="pushButton_SqrtN">
  1002.     <property name="geometry">
  1003.      <rect>
  1004.       <x>149</x>
  1005.       <y>260</y>
  1006.       <width>63</width>
  1007.       <height>63</height>
  1008.      </rect>
  1009.     </property>
  1010.     <property name="font">
  1011.      <font>
  1012.       <pointsize>15</pointsize>
  1013.       <weight>75</weight>
  1014.       <bold>true</bold>
  1015.      </font>
  1016.     </property>
  1017.     <property name="styleSheet">
  1018.      <string notr="true">QPushButton {
  1019.   background-color: rgb(211, 211, 211);
  1020.   border: 1px solid gray;
  1021. }
  1022. QPushButton:pressed {
  1023.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1024.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1025. }</string>
  1026.     </property>
  1027.     <property name="text">
  1028.      <string>n_โˆšx</string>
  1029.     </property>
  1030.    </widget>
  1031.    <widget class="QPushButton" name="pushButton_Sqrt">
  1032.     <property name="geometry">
  1033.      <rect>
  1034.       <x>149</x>
  1035.       <y>197</y>
  1036.       <width>63</width>
  1037.       <height>63</height>
  1038.      </rect>
  1039.     </property>
  1040.     <property name="font">
  1041.      <font>
  1042.       <pointsize>12</pointsize>
  1043.       <weight>75</weight>
  1044.       <bold>true</bold>
  1045.      </font>
  1046.     </property>
  1047.     <property name="styleSheet">
  1048.      <string notr="true">QPushButton {
  1049.   background-color: rgb(211, 211, 211);
  1050.   border: 1px solid gray;
  1051. }
  1052. QPushButton:pressed {
  1053.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1054.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1055. }</string>
  1056.     </property>
  1057.     <property name="text">
  1058.      <string>โˆšx</string>
  1059.     </property>
  1060.    </widget>
  1061.    <widget class="QPushButton" name="pushButton_Pi">
  1062.     <property name="geometry">
  1063.      <rect>
  1064.       <x>212</x>
  1065.       <y>71</y>
  1066.       <width>63</width>
  1067.       <height>63</height>
  1068.      </rect>
  1069.     </property>
  1070.     <property name="font">
  1071.      <font>
  1072.       <pointsize>15</pointsize>
  1073.       <weight>75</weight>
  1074.       <bold>true</bold>
  1075.      </font>
  1076.     </property>
  1077.     <property name="styleSheet">
  1078.      <string notr="true">QPushButton {
  1079.   background-color: rgb(210, 105, 30);
  1080. color : white;
  1081.   border: 1px solid gray;
  1082. }
  1083. QPushButton:pressed {
  1084.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1085.                                       stop: 0 #FFFAFA, stop: 1 #B8860B);
  1086. }</string>
  1087.     </property>
  1088.     <property name="text">
  1089.      <string>pi</string>
  1090.     </property>
  1091.    </widget>
  1092.    <widget class="QPushButton" name="pushButton_Pow">
  1093.     <property name="geometry">
  1094.      <rect>
  1095.       <x>212</x>
  1096.       <y>197</y>
  1097.       <width>63</width>
  1098.       <height>63</height>
  1099.      </rect>
  1100.     </property>
  1101.     <property name="font">
  1102.      <font>
  1103.       <pointsize>9</pointsize>
  1104.       <weight>75</weight>
  1105.       <bold>true</bold>
  1106.      </font>
  1107.     </property>
  1108.     <property name="styleSheet">
  1109.      <string notr="true">QPushButton {
  1110.   background-color: rgb(211, 211, 211);
  1111.   border: 1px solid gray;
  1112. }
  1113. QPushButton:pressed {
  1114.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1115.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1116. }</string>
  1117.     </property>
  1118.     <property name="text">
  1119.      <string>x^n</string>
  1120.     </property>
  1121.    </widget>
  1122.    <widget class="QPushButton" name="pushButton_Fact">
  1123.     <property name="geometry">
  1124.      <rect>
  1125.       <x>149</x>
  1126.       <y>323</y>
  1127.       <width>63</width>
  1128.       <height>63</height>
  1129.      </rect>
  1130.     </property>
  1131.     <property name="font">
  1132.      <font>
  1133.       <pointsize>9</pointsize>
  1134.       <weight>75</weight>
  1135.       <bold>true</bold>
  1136.      </font>
  1137.     </property>
  1138.     <property name="styleSheet">
  1139.      <string notr="true">QPushButton {
  1140.   background-color: rgb(211, 211, 211);
  1141.   border: 1px solid gray;
  1142. }
  1143. QPushButton:pressed {
  1144.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1145.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1146. }</string>
  1147.     </property>
  1148.     <property name="text">
  1149.      <string>!</string>
  1150.     </property>
  1151.    </widget>
  1152.    <widget class="QPushButton" name="pushButton_LogTen">
  1153.     <property name="geometry">
  1154.      <rect>
  1155.       <x>212</x>
  1156.       <y>134</y>
  1157.       <width>63</width>
  1158.       <height>63</height>
  1159.      </rect>
  1160.     </property>
  1161.     <property name="font">
  1162.      <font>
  1163.       <pointsize>9</pointsize>
  1164.       <weight>75</weight>
  1165.       <bold>true</bold>
  1166.      </font>
  1167.     </property>
  1168.     <property name="styleSheet">
  1169.      <string notr="true">QPushButton {
  1170.   background-color: rgb(211, 211, 211);
  1171.   border: 1px solid gray;
  1172. }
  1173. QPushButton:pressed {
  1174.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1175.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1176. }</string>
  1177.     </property>
  1178.     <property name="text">
  1179.      <string>log10</string>
  1180.     </property>
  1181.    </widget>
  1182.    <widget class="QPushButton" name="pushButton_Fabs">
  1183.     <property name="geometry">
  1184.      <rect>
  1185.       <x>1</x>
  1186.       <y>260</y>
  1187.       <width>148</width>
  1188.       <height>63</height>
  1189.      </rect>
  1190.     </property>
  1191.     <property name="font">
  1192.      <font>
  1193.       <pointsize>9</pointsize>
  1194.       <weight>75</weight>
  1195.       <bold>true</bold>
  1196.      </font>
  1197.     </property>
  1198.     <property name="styleSheet">
  1199.      <string notr="true">QPushButton {
  1200.   background-color: rgb(211, 211, 211);
  1201.   border: 1px solid gray;
  1202. }
  1203. QPushButton:pressed {
  1204.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1205.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1206. }</string>
  1207.     </property>
  1208.     <property name="text">
  1209.      <string>|x|</string>
  1210.     </property>
  1211.    </widget>
  1212.    <widget class="QPushButton" name="pushButton_Log">
  1213.     <property name="geometry">
  1214.      <rect>
  1215.       <x>149</x>
  1216.       <y>134</y>
  1217.       <width>63</width>
  1218.       <height>63</height>
  1219.      </rect>
  1220.     </property>
  1221.     <property name="font">
  1222.      <font>
  1223.       <pointsize>9</pointsize>
  1224.       <weight>75</weight>
  1225.       <bold>true</bold>
  1226.      </font>
  1227.     </property>
  1228.     <property name="styleSheet">
  1229.      <string notr="true">QPushButton {
  1230.   background-color: rgb(211, 211, 211);
  1231.   border: 1px solid gray;
  1232. }
  1233. QPushButton:pressed {
  1234.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1235.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1236. }</string>
  1237.     </property>
  1238.     <property name="text">
  1239.      <string>log</string>
  1240.     </property>
  1241.    </widget>
  1242.    <widget class="QPushButton" name="pushButton_LogNat">
  1243.     <property name="geometry">
  1244.      <rect>
  1245.       <x>1</x>
  1246.       <y>134</y>
  1247.       <width>148</width>
  1248.       <height>63</height>
  1249.      </rect>
  1250.     </property>
  1251.     <property name="font">
  1252.      <font>
  1253.       <pointsize>9</pointsize>
  1254.       <weight>75</weight>
  1255.       <bold>true</bold>
  1256.      </font>
  1257.     </property>
  1258.     <property name="styleSheet">
  1259.      <string notr="true">QPushButton {
  1260.   background-color: rgb(211, 211, 211);
  1261.   border: 1px solid gray;
  1262. }
  1263. QPushButton:pressed {
  1264.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1265.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1266. }</string>
  1267.     </property>
  1268.     <property name="text">
  1269.      <string>logE</string>
  1270.     </property>
  1271.    </widget>
  1272.    <widget class="QPushButton" name="pushButton_Round">
  1273.     <property name="geometry">
  1274.      <rect>
  1275.       <x>275</x>
  1276.       <y>260</y>
  1277.       <width>63</width>
  1278.       <height>63</height>
  1279.      </rect>
  1280.     </property>
  1281.     <property name="font">
  1282.      <font>
  1283.       <pointsize>9</pointsize>
  1284.       <weight>75</weight>
  1285.       <bold>true</bold>
  1286.      </font>
  1287.     </property>
  1288.     <property name="styleSheet">
  1289.      <string notr="true">QPushButton {
  1290.   background-color: rgb(105, 105, 105);
  1291. color: white;
  1292.   border: 1px solid gray;
  1293. }
  1294. QPushButton:pressed {
  1295.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1296.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1297. }</string>
  1298.     </property>
  1299.     <property name="text">
  1300.      <string>round</string>
  1301.     </property>
  1302.    </widget>
  1303.    <widget class="QPushButton" name="pushButton_Hypot">
  1304.     <property name="geometry">
  1305.      <rect>
  1306.       <x>1</x>
  1307.       <y>323</y>
  1308.       <width>148</width>
  1309.       <height>63</height>
  1310.      </rect>
  1311.     </property>
  1312.     <property name="font">
  1313.      <font>
  1314.       <pointsize>9</pointsize>
  1315.       <weight>75</weight>
  1316.       <bold>true</bold>
  1317.      </font>
  1318.     </property>
  1319.     <property name="styleSheet">
  1320.      <string notr="true">QPushButton {
  1321.   background-color: rgb(211, 211, 211);
  1322.   border: 1px solid gray;
  1323. }
  1324. QPushButton:pressed {
  1325.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1326.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1327. }</string>
  1328.     </property>
  1329.     <property name="text">
  1330.      <string>hypot</string>
  1331.     </property>
  1332.    </widget>
  1333.    <widget class="QPushButton" name="pushButton_Fmax">
  1334.     <property name="geometry">
  1335.      <rect>
  1336.       <x>149</x>
  1337.       <y>71</y>
  1338.       <width>63</width>
  1339.       <height>63</height>
  1340.      </rect>
  1341.     </property>
  1342.     <property name="font">
  1343.      <font>
  1344.       <pointsize>9</pointsize>
  1345.       <weight>75</weight>
  1346.       <bold>true</bold>
  1347.      </font>
  1348.     </property>
  1349.     <property name="styleSheet">
  1350.      <string notr="true">QPushButton {
  1351.   background-color: rgb(218, 165, 32);
  1352.   border: 1px solid gray;
  1353. }
  1354. QPushButton:pressed {
  1355.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1356.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1357. }</string>
  1358.     </property>
  1359.     <property name="text">
  1360.      <string>max</string>
  1361.     </property>
  1362.    </widget>
  1363.    <widget class="QPushButton" name="pushButton_Fmin">
  1364.     <property name="geometry">
  1365.      <rect>
  1366.       <x>1</x>
  1367.       <y>71</y>
  1368.       <width>148</width>
  1369.       <height>63</height>
  1370.      </rect>
  1371.     </property>
  1372.     <property name="font">
  1373.      <font>
  1374.       <pointsize>9</pointsize>
  1375.       <weight>75</weight>
  1376.       <bold>true</bold>
  1377.      </font>
  1378.     </property>
  1379.     <property name="styleSheet">
  1380.      <string notr="true">QPushButton {
  1381.   background-color: rgb(218, 165, 32);
  1382.   border: 1px solid gray;
  1383. }
  1384. QPushButton:pressed {
  1385.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1386.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1387. }</string>
  1388.     </property>
  1389.     <property name="text">
  1390.      <string>min</string>
  1391.     </property>
  1392.    </widget>
  1393.    <widget class="QPushButton" name="pushButton_Floor">
  1394.     <property name="geometry">
  1395.      <rect>
  1396.       <x>212</x>
  1397.       <y>323</y>
  1398.       <width>63</width>
  1399.       <height>63</height>
  1400.      </rect>
  1401.     </property>
  1402.     <property name="font">
  1403.      <font>
  1404.       <pointsize>9</pointsize>
  1405.       <weight>75</weight>
  1406.       <bold>true</bold>
  1407.      </font>
  1408.     </property>
  1409.     <property name="styleSheet">
  1410.      <string notr="true">QPushButton {
  1411.   background-color: rgb(105, 105, 105);
  1412. color: white;
  1413.   border: 1px solid gray;
  1414. }
  1415. QPushButton:pressed {
  1416.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1417.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1418. }</string>
  1419.     </property>
  1420.     <property name="text">
  1421.      <string>floor</string>
  1422.     </property>
  1423.    </widget>
  1424.    <widget class="QPushButton" name="pushButton_Mod">
  1425.     <property name="geometry">
  1426.      <rect>
  1427.       <x>275</x>
  1428.       <y>323</y>
  1429.       <width>63</width>
  1430.       <height>63</height>
  1431.      </rect>
  1432.     </property>
  1433.     <property name="font">
  1434.      <font>
  1435.       <pointsize>9</pointsize>
  1436.       <weight>75</weight>
  1437.       <bold>true</bold>
  1438.      </font>
  1439.     </property>
  1440.     <property name="styleSheet">
  1441.      <string notr="true">QPushButton {
  1442.   background-color: rgb(105, 105, 105);
  1443. color: white;
  1444.   border: 1px solid gray;
  1445. }
  1446. QPushButton:pressed {
  1447.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1448.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1449. }</string>
  1450.     </property>
  1451.     <property name="text">
  1452.      <string>mod</string>
  1453.     </property>
  1454.    </widget>
  1455.    <widget class="QPushButton" name="pushButton_Ceil">
  1456.     <property name="geometry">
  1457.      <rect>
  1458.       <x>212</x>
  1459.       <y>260</y>
  1460.       <width>63</width>
  1461.       <height>63</height>
  1462.      </rect>
  1463.     </property>
  1464.     <property name="font">
  1465.      <font>
  1466.       <pointsize>9</pointsize>
  1467.       <weight>75</weight>
  1468.       <bold>true</bold>
  1469.      </font>
  1470.     </property>
  1471.     <property name="styleSheet">
  1472.      <string notr="true">QPushButton {
  1473.   background-color: rgb(105, 105, 105);
  1474. color: white;
  1475.   border: 1px solid gray;
  1476. }
  1477. QPushButton:pressed {
  1478.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1479.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1480. }</string>
  1481.     </property>
  1482.     <property name="text">
  1483.      <string>ceil</string>
  1484.     </property>
  1485.    </widget>
  1486.    <widget class="QPushButton" name="pushButton_Exp">
  1487.     <property name="geometry">
  1488.      <rect>
  1489.       <x>1</x>
  1490.       <y>197</y>
  1491.       <width>148</width>
  1492.       <height>63</height>
  1493.      </rect>
  1494.     </property>
  1495.     <property name="font">
  1496.      <font>
  1497.       <pointsize>9</pointsize>
  1498.       <weight>75</weight>
  1499.       <bold>true</bold>
  1500.      </font>
  1501.     </property>
  1502.     <property name="styleSheet">
  1503.      <string notr="true">QPushButton {
  1504.   background-color: rgb(211, 211, 211);
  1505.   border: 1px solid gray;
  1506. }
  1507. QPushButton:pressed {
  1508.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1509.                                       stop: 0 #FFFAFA, stop: 1 #DEB887);
  1510. }</string>
  1511.     </property>
  1512.     <property name="text">
  1513.      <string>exp</string>
  1514.     </property>
  1515.    </widget>
  1516.    <widget class="QPushButton" name="pushButton_Comma">
  1517.     <property name="geometry">
  1518.      <rect>
  1519.       <x>464</x>
  1520.       <y>71</y>
  1521.       <width>63</width>
  1522.       <height>63</height>
  1523.      </rect>
  1524.     </property>
  1525.     <property name="font">
  1526.      <font>
  1527.       <pointsize>11</pointsize>
  1528.       <weight>75</weight>
  1529.       <bold>true</bold>
  1530.      </font>
  1531.     </property>
  1532.     <property name="styleSheet">
  1533.      <string notr="true">QPushButton {
  1534.   background-color: rgb(0, 0, 0);
  1535.   color: white;
  1536.   border: 1px solid gray;
  1537. }
  1538. QPushButton:pressed {
  1539.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1540.                                       stop: 0 #FFFAFA, stop: 1 #800000);
  1541. }</string>
  1542.     </property>
  1543.     <property name="text">
  1544.      <string>,</string>
  1545.     </property>
  1546.    </widget>
  1547.    <widget class="QPushButton" name="pushButton_BackSpace">
  1548.     <property name="geometry">
  1549.      <rect>
  1550.       <x>860</x>
  1551.       <y>0</y>
  1552.       <width>182</width>
  1553.       <height>71</height>
  1554.      </rect>
  1555.     </property>
  1556.     <property name="font">
  1557.      <font>
  1558.       <pointsize>11</pointsize>
  1559.       <weight>75</weight>
  1560.       <bold>true</bold>
  1561.      </font>
  1562.     </property>
  1563.     <property name="styleSheet">
  1564.      <string notr="true">QPushButton {
  1565.   background-color: rgb(0, 0, 0);
  1566.   color: white;
  1567.   border: 1px solid gray;
  1568. }
  1569. QPushButton:pressed {
  1570.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1571.                                       stop: 0 #FFFAFA, stop: 1 #800000);
  1572. }</string>
  1573.     </property>
  1574.     <property name="text">
  1575.      <string>&lt;---- BACKSPACE</string>
  1576.     </property>
  1577.    </widget>
  1578.    <widget class="QPushButton" name="pushButton_DATA">
  1579.     <property name="geometry">
  1580.      <rect>
  1581.       <x>779</x>
  1582.       <y>70</y>
  1583.       <width>263</width>
  1584.       <height>316</height>
  1585.      </rect>
  1586.     </property>
  1587.     <property name="font">
  1588.      <font>
  1589.       <family>Leelawadee UI</family>
  1590.       <pointsize>15</pointsize>
  1591.       <weight>75</weight>
  1592.       <bold>true</bold>
  1593.       <underline>false</underline>
  1594.       <strikeout>false</strikeout>
  1595.      </font>
  1596.     </property>
  1597.     <property name="styleSheet">
  1598.      <string notr="true">QPushButton {
  1599.   background-color: rgb(169, 169, 169);
  1600.   color: black;
  1601.   border: 1px solid gray;
  1602. }
  1603. QPushButton:pressed {
  1604.     background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  1605.                                       stop: 0 #000000, stop: 1 #32CD32);
  1606. }</string>
  1607.     </property>
  1608.     <property name="text">
  1609.      <string>Input / Output</string>
  1610.     </property>
  1611.    </widget>
  1612.   </widget>
  1613.  </widget>
  1614.  <layoutdefault spacing="6" margin="11"/>
  1615.  <resources/>
  1616.  <connections/>
  1617. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement