mirea-projects/Third term/Industrial programming technologies/1_Calculator/programmingwindow.ui.autosave
2024-09-24 02:22:33 +03:00

229 lines
5.0 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>350</width>
<height>564</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QSpinBox" name="spinBox">
<property name="geometry">
<rect>
<x>261</x>
<y>110</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="minimum">
<number>2</number>
</property>
<property name="maximum">
<number>36</number>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>100</x>
<y>110</y>
<width>113</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>12</x>
<y>150</y>
<width>231</width>
<height>71</height>
</rect>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_2">
<property name="geometry">
<rect>
<x>260</x>
<y>150</y>
<width>71</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="minimum">
<number>2</number>
</property>
<property name="maximum">
<number>36</number>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>260</x>
<y>80</y>
<width>58</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QPushButton" name="buttonClear">
<property name="geometry">
<rect>
<x>0</x>
<y>360</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>+</string>
</property>
<property name="shortcut">
<string>Backspace</string>
</property>
</widget>
<widget class="QPushButton" name="buttonClear_2">
<property name="geometry">
<rect>
<x>90</x>
<y>360</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>-</string>
</property>
<property name="shortcut">
<string>Backspace</string>
</property>
</widget>
<widget class="QPushButton" name="buttonClear_3">
<property name="geometry">
<rect>
<x>180</x>
<y>360</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>/</string>
</property>
<property name="shortcut">
<string>Backspace</string>
</property>
</widget>
<widget class="QPushButton" name="buttonClear_4">
<property name="geometry">
<rect>
<x>270</x>
<y>360</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>=</string>
</property>
<property name="shortcut">
<string>Backspace</string>
</property>
</widget>
<widget class="QLabel" name="display">
<property name="geometry">
<rect>
<x>12</x>
<y>250</y>
<width>326</width>
<height>100</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LayoutDirection::LeftToRight</enum>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>350</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuCalculator">
<property name="title">
<string>Calculator</string>
</property>
</widget>
<widget class="QMenu" name="menuProgramming">
<property name="title">
<string>Programming</string>
</property>
</widget>
<addaction name="menuCalculator"/>
<addaction name="menuProgramming"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>