mirea-projects/Third term/Industrial programming technologies/1_Calculator/programmingwindow.ui

232 lines
5.1 KiB
Plaintext
Raw Normal View History

2024-09-23 23:22:33 +00:00
<?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>270</x>
<y>110</y>
<width>42</width>
<height>27</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>100</x>
<y>150</y>
<width>113</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>120</x>
<y>250</y>
<width>58</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_2">
<property name="geometry">
<rect>
<x>270</x>
<y>150</y>
<width>42</width>
<height>27</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="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="QSpinBox" name="spinBox_4">
<property name="geometry">
<rect>
<x>260</x>
<y>240</y>
<width>42</width>
<height>27</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="QPushButton" name="buttonClear">
<property name="geometry">
<rect>
<x>10</x>
<y>290</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>C</string>
</property>
<property name="shortcut">
<string>Backspace</string>
</property>
</widget>
<widget class="QPushButton" name="buttonClear_2">
<property name="geometry">
<rect>
<x>110</x>
<y>290</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>C</string>
</property>
<property name="shortcut">
<string>Backspace</string>
</property>
</widget>
<widget class="QPushButton" name="buttonClear_3">
<property name="geometry">
<rect>
<x>200</x>
<y>290</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>C</string>
</property>
<property name="shortcut">
<string>Backspace</string>
</property>
</widget>
<widget class="QPushButton" name="buttonClear_4">
<property name="geometry">
<rect>
<x>290</x>
<y>290</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>C</string>
</property>
<property name="shortcut">
<string>Backspace</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>