733 lines
18 KiB
Plaintext
733 lines
18 KiB
Plaintext
|
<?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>1147</width>
|
|||
|
<height>905</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="windowTitle">
|
|||
|
<string>Factory</string>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="centralwidget">
|
|||
|
<widget class="QComboBox" name="comboBoxFilters">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>0</y>
|
|||
|
<width>481</width>
|
|||
|
<height>25</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QStackedWidget" name="stackedWidget">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>570</x>
|
|||
|
<y>0</y>
|
|||
|
<width>581</width>
|
|||
|
<height>862</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="currentIndex">
|
|||
|
<number>1</number>
|
|||
|
</property>
|
|||
|
<widget class="QWidget" name="page">
|
|||
|
<widget class="QLabel" name="labelProjects">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>10</y>
|
|||
|
<width>571</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>12</pointsize>
|
|||
|
<bold>true</bold>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Проекты</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QListWidget" name="listWidgetProjects">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>80</y>
|
|||
|
<width>571</width>
|
|||
|
<height>461</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QComboBox" name="comboBoxSort">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>42</y>
|
|||
|
<width>321</width>
|
|||
|
<height>25</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditSearch">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>560</y>
|
|||
|
<width>451</width>
|
|||
|
<height>25</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonClear">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>460</x>
|
|||
|
<y>560</y>
|
|||
|
<width>111</width>
|
|||
|
<height>26</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Очистить</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QGroupBox" name="groupBoxFilters">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>610</y>
|
|||
|
<width>571</width>
|
|||
|
<height>252</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="title">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<widget class="QPushButton" name="pushButtonApplyFilters">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>230</x>
|
|||
|
<y>190</y>
|
|||
|
<width>161</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Применить фильтрацию</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonCanselFilters">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>410</x>
|
|||
|
<y>190</y>
|
|||
|
<width>151</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Отменить фильтры</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelFilters">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>10</y>
|
|||
|
<width>561</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>12</pointsize>
|
|||
|
<bold>true</bold>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Фильтры</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelWorkingState">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>40</y>
|
|||
|
<width>751</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
<bold>true</bold>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Состояние</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelPrice">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>110</y>
|
|||
|
<width>751</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
<bold>true</bold>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Цена</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QRadioButton" name="radioButtonWorking">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>70</y>
|
|||
|
<width>89</width>
|
|||
|
<height>20</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Готов</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QRadioButton" name="radioButtonNotWorking">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>120</x>
|
|||
|
<y>70</y>
|
|||
|
<width>89</width>
|
|||
|
<height>20</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Не готов</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxFrom">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>40</x>
|
|||
|
<y>150</y>
|
|||
|
<width>151</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="maximum">
|
|||
|
<double>9999999.990000000223517</double>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxTo">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>240</x>
|
|||
|
<y>150</y>
|
|||
|
<width>151</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="maximum">
|
|||
|
<double>9999999.990000000223517</double>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelFrom">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>10</x>
|
|||
|
<y>150</y>
|
|||
|
<width>21</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>от</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelTo">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>210</x>
|
|||
|
<y>150</y>
|
|||
|
<width>21</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>до</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QRadioButton" name="radioButtonDisregard">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>230</x>
|
|||
|
<y>70</y>
|
|||
|
<width>141</width>
|
|||
|
<height>20</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Не учитывать</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonDefault">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>410</x>
|
|||
|
<y>40</y>
|
|||
|
<width>161</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="cursor">
|
|||
|
<cursorShape>PointingHandCursor</cursorShape>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Вывод по умолчанию</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
<widget class="QWidget" name="page_2">
|
|||
|
<widget class="QLabel" name="labelDevice">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>10</y>
|
|||
|
<width>571</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>12</pointsize>
|
|||
|
<bold>true</bold>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Информация о проекте</string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditId">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>140</x>
|
|||
|
<y>50</y>
|
|||
|
<width>431</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="readOnly">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelId">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>52</y>
|
|||
|
<width>131</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Идентификатор</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditSerialNum">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>140</x>
|
|||
|
<y>90</y>
|
|||
|
<width>431</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="readOnly">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelSerialNum">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>92</y>
|
|||
|
<width>131</width>
|
|||
|
<height>21</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Название проекта</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelDevicePrice">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>130</y>
|
|||
|
<width>121</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Стоимость</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditPrice">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>140</x>
|
|||
|
<y>130</y>
|
|||
|
<width>431</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="readOnly">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelEmployee">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>170</y>
|
|||
|
<width>121</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Отв. команда</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditEmployee">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>140</x>
|
|||
|
<y>170</y>
|
|||
|
<width>431</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="readOnly">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelModel">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>210</y>
|
|||
|
<width>121</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Модель</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditModel">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>140</x>
|
|||
|
<y>210</y>
|
|||
|
<width>431</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="readOnly">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelType">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>250</y>
|
|||
|
<width>121</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Тип</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLineEdit" name="lineEditType">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>140</x>
|
|||
|
<y>250</y>
|
|||
|
<width>431</width>
|
|||
|
<height>22</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="readOnly">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QTextEdit" name="textEditFurtherInformation">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>140</x>
|
|||
|
<y>290</y>
|
|||
|
<width>431</width>
|
|||
|
<height>91</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="readOnly">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelFurtherInformation">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>300</y>
|
|||
|
<width>121</width>
|
|||
|
<height>51</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string><html><head/><body><p>Дополнительная </p><p>информация</p></body></html></string>
|
|||
|
</property>
|
|||
|
<property name="alignment">
|
|||
|
<set>Qt::AlignmentFlag::AlignCenter</set>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QCheckBox" name="checkBoxIsWorking">
|
|||
|
<property name="enabled">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>140</x>
|
|||
|
<y>400</y>
|
|||
|
<width>20</width>
|
|||
|
<height>20</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string/>
|
|||
|
</property>
|
|||
|
<property name="checkable">
|
|||
|
<bool>true</bool>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QLabel" name="labelWorking">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>400</y>
|
|||
|
<width>121</width>
|
|||
|
<height>16</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>11</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Готов</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QPushButton" name="pushButtonBack">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>470</x>
|
|||
|
<y>820</y>
|
|||
|
<width>101</width>
|
|||
|
<height>30</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="text">
|
|||
|
<string>Назад</string>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
<widget class="QTableWidget" name="tableWidget">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>40</y>
|
|||
|
<width>481</width>
|
|||
|
<height>821</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
<property name="sizePolicy">
|
|||
|
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
|||
|
<horstretch>0</horstretch>
|
|||
|
<verstretch>0</verstretch>
|
|||
|
</sizepolicy>
|
|||
|
</property>
|
|||
|
<property name="font">
|
|||
|
<font>
|
|||
|
<family>Arial</family>
|
|||
|
<pointsize>10</pointsize>
|
|||
|
</font>
|
|||
|
</property>
|
|||
|
<property name="selectionMode">
|
|||
|
<enum>QAbstractItemView::SelectionMode::SingleSelection</enum>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
</widget>
|
|||
|
<widget class="QMenuBar" name="menubar">
|
|||
|
<property name="geometry">
|
|||
|
<rect>
|
|||
|
<x>0</x>
|
|||
|
<y>0</y>
|
|||
|
<width>1147</width>
|
|||
|
<height>26</height>
|
|||
|
</rect>
|
|||
|
</property>
|
|||
|
</widget>
|
|||
|
<widget class="QStatusBar" name="statusbar"/>
|
|||
|
</widget>
|
|||
|
<resources/>
|
|||
|
<connections/>
|
|||
|
</ui>
|