Advertisement
c0d3dsk1lls

gui.ui CodedSkills.net

Aug 6th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.19 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>800</width>
  10.     <height>350</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>CodedSkills: Currency Converter</string>
  15.   </property>
  16.   <widget class="QWidget" name="centralwidget">
  17.    <widget class="QLabel" name="label">
  18.     <property name="geometry">
  19.      <rect>
  20.       <x>0</x>
  21.       <y>0</y>
  22.       <width>770</width>
  23.       <height>110</height>
  24.      </rect>
  25.     </property>
  26.     <property name="font">
  27.      <font>
  28.       <family>Courier New</family>
  29.       <pointsize>15</pointsize>
  30.       <weight>55</weight>
  31.       <bold>true</bold>
  32.      </font>
  33.     </property>
  34.     <property name="text">
  35.      <string>Convert Your Currency.</string>
  36.     </property>
  37.     <property name="alignment">
  38.      <set>Qt::AlignCenter</set>
  39.     </property>
  40.    </widget>
  41.    <widget class="QComboBox" name="dropDown1">
  42.     <property name="geometry">
  43.      <rect>
  44.       <x>100</x>
  45.       <y>90</y>
  46.       <width>241</width>
  47.       <height>61</height>
  48.      </rect>
  49.     </property>
  50.    </widget>
  51.    <widget class="QComboBox" name="dropDown2">
  52.     <property name="geometry">
  53.      <rect>
  54.       <x>430</x>
  55.       <y>90</y>
  56.       <width>241</width>
  57.       <height>61</height>
  58.      </rect>
  59.     </property>
  60.    </widget>
  61.    <widget class="QPushButton" name="pushButton">
  62.     <property name="geometry">
  63.      <rect>
  64.       <x>100</x>
  65.       <y>235</y>
  66.       <width>571</width>
  67.       <height>60</height>
  68.      </rect>
  69.     </property>
  70.     <property name="text">
  71.      <string>Change</string>
  72.     </property>
  73.    </widget>
  74.    <widget class="QLCDNumber" name="lcdpanel">
  75.     <property name="geometry">
  76.      <rect>
  77.       <x>430</x>
  78.       <y>170</y>
  79.       <width>241</width>
  80.       <height>61</height>
  81.      </rect>
  82.     </property>
  83.    </widget>
  84.    <widget class="QLabel" name="label_2">
  85.     <property name="geometry">
  86.      <rect>
  87.       <x>370</x>
  88.       <y>110</y>
  89.       <width>41</width>
  90.       <height>16</height>
  91.      </rect>
  92.     </property>
  93.     <property name="font">
  94.      <font>
  95.       <family>Courier New</family>
  96.       <pointsize>20</pointsize>
  97.       <italic>true</italic>
  98.      </font>
  99.     </property>
  100.     <property name="text">
  101.      <string></string>
  102.     </property>
  103.    </widget>
  104.    <widget class="QLabel" name="label_3">
  105.     <property name="geometry">
  106.      <rect>
  107.       <x>370</x>
  108.       <y>190</y>
  109.       <width>41</width>
  110.       <height>16</height>
  111.      </rect>
  112.     </property>
  113.     <property name="font">
  114.      <font>
  115.       <family>Courier New</family>
  116.       <pointsize>20</pointsize>
  117.       <italic>true</italic>
  118.      </font>
  119.     </property>
  120.     <property name="text">
  121.      <string></string>
  122.     </property>
  123.    </widget>
  124.    <widget class="QLineEdit" name="lineEdit">
  125.     <property name="geometry">
  126.      <rect>
  127.       <x>100</x>
  128.       <y>170</y>
  129.       <width>241</width>
  130.       <height>61</height>
  131.      </rect>
  132.     </property>
  133.    </widget>
  134.   </widget>
  135.   <widget class="QStatusBar" name="statusbar"/>
  136.  </widget>
  137.  <resources/>
  138.  <connections/>
  139. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement