mirea-projects/Third term/Industrial programming technologies/9_Tables/tables.ui

274 lines
6.0 KiB
Plaintext
Raw Normal View History

2024-09-27 05:31:03 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Tables</class>
<widget class="QMainWindow" name="Tables">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>870</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Tables</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>641</width>
<height>521</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>121</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Кол-во строк:</string>
</property>
</widget>
<widget class="QLineEdit" name="rowsCountInput">
<property name="geometry">
<rect>
<x>150</x>
<y>20</y>
<width>113</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="inputMethodHints">
<set>Qt::InputMethodHint::ImhPreferNumbers</set>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QPushButton" name="setRowsButton">
<property name="geometry">
<rect>
<x>270</x>
<y>20</y>
<width>80</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Задать</string>
</property>
</widget>
<widget class="QPushButton" name="setRandomDataButton">
<property name="geometry">
<rect>
<x>370</x>
<y>20</y>
<width>291</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Рандомно заполнить</string>
</property>
</widget>
<widget class="QPushButton" name="minButton">
<property name="geometry">
<rect>
<x>680</x>
<y>70</y>
<width>171</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Минимум</string>
</property>
</widget>
<widget class="QPushButton" name="avgButton">
<property name="geometry">
<rect>
<x>680</x>
<y>110</y>
<width>171</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Среднее</string>
</property>
</widget>
<widget class="QPushButton" name="maxButton">
<property name="geometry">
<rect>
<x>680</x>
<y>150</y>
<width>171</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Максимум</string>
</property>
</widget>
<widget class="QRadioButton" name="descendingRadio">
<property name="geometry">
<rect>
<x>680</x>
<y>200</y>
<width>171</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>По убыванию</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="ascendingRadio">
<property name="geometry">
<rect>
<x>680</x>
<y>230</y>
<width>171</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>По возрастанию</string>
</property>
</widget>
<widget class="QPushButton" name="sortButton">
<property name="geometry">
<rect>
<x>680</x>
<y>260</y>
<width>171</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Сортировка</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>680</x>
<y>300</y>
<width>171</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Искомое число:</string>
</property>
</widget>
<widget class="QLineEdit" name="searchInput">
<property name="geometry">
<rect>
<x>680</x>
<y>330</y>
<width>171</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
</widget>
<widget class="QPushButton" name="searchButton">
<property name="geometry">
<rect>
<x>680</x>
<y>370</y>
<width>171</width>
<height>30</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Поиск</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>