This commit is contained in:
2025-07-02 07:45:34 +03:00
parent a4135d45d8
commit 1fee25a38c
121 changed files with 16425 additions and 0 deletions

73
table2z.ui Normal file
View File

@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>table2Z</class>
<widget class="QDialog" name="table2Z">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>667</width>
<height>482</height>
</rect>
</property>
<property name="windowTitle">
<string>Ввод команды 2Z</string>
</property>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>2</x>
<y>2</y>
<width>663</width>
<height>453</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>6</pointsize>
</font>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="textElideMode">
<enum>Qt::ElideNone</enum>
</property>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>64</number>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>42</number>
</attribute>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>570</x>
<y>460</y>
<width>51</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>520</x>
<y>464</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Команда</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>