|
@@ -9,8 +9,8 @@
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>920</width>
|
|
|
- <height>588</height>
|
|
|
+ <width>1095</width>
|
|
|
+ <height>584</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="sizePolicy">
|
|
@@ -33,7 +33,7 @@
|
|
|
<bool>true</bool>
|
|
|
</property>
|
|
|
<property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
<horstretch>0</horstretch>
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
@@ -44,319 +44,347 @@
|
|
|
<property name="autoFillBackground">
|
|
|
<bool>false</bool>
|
|
|
</property>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_9">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
<item>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_11">
|
|
|
+ <widget class="QGroupBox" name="groupBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>400</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>600</width>
|
|
|
+ <height>700</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="title">
|
|
|
+ <string>Информация:</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
+ </property>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
+ <property name="spacing">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <property name="sizeConstraint">
|
|
|
+ <enum>QLayout::SetFixedSize</enum>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Временный пропуск №:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="number_propusk">
|
|
|
+ <property name="inputMask">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="maxLength">
|
|
|
+ <number>32767</number>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
+ <property name="spacing">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
+ <property name="text">
|
|
|
+ <string>Дата и время выдачи:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QDateTimeEdit" name="date_from">
|
|
|
+ <property name="dateTime">
|
|
|
+ <datetime>
|
|
|
+ <hour>9</hour>
|
|
|
+ <minute>0</minute>
|
|
|
+ <second>0</second>
|
|
|
+ <year>1999</year>
|
|
|
+ <month>12</month>
|
|
|
+ <day>31</day>
|
|
|
+ </datetime>
|
|
|
+ </property>
|
|
|
+ <property name="timeSpec">
|
|
|
+ <enum>Qt::UTC</enum>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_4">
|
|
|
+ <property name="text">
|
|
|
+ <string>Действителене до:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QDateTimeEdit" name="date_to"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_3">
|
|
|
+ <property name="text">
|
|
|
+ <string>Выдал:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="personal_combobox"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_5">
|
|
|
+ <property name="text">
|
|
|
+ <string>Место выдачи:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QComboBox" name="place_combobox"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_6">
|
|
|
+ <property name="text">
|
|
|
+ <string>Принимающий:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QTextEdit" name="receiving_man"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
+ <item>
|
|
|
+ <widget class="QLabel" name="label_7">
|
|
|
+ <property name="text">
|
|
|
+ <string>Цель визита:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QTextEdit" name="purpose_visite"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <spacer name="verticalSpacer">
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Vertical</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeHint" stdset="0">
|
|
|
+ <size>
|
|
|
+ <width>20</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </spacer>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
- <item>
|
|
|
- <widget class="QGroupBox" name="groupBox">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>400</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="title">
|
|
|
- <string>Информация:</string>
|
|
|
- </property>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
- <item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Временный пропуск №:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="number_propusk">
|
|
|
- <property name="inputMask">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="maxLength">
|
|
|
- <number>32767</number>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label_2">
|
|
|
- <property name="text">
|
|
|
- <string>Дата и время выдачи:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QDateTimeEdit" name="date_from">
|
|
|
- <property name="dateTime">
|
|
|
- <datetime>
|
|
|
- <hour>18</hour>
|
|
|
- <minute>0</minute>
|
|
|
- <second>0</second>
|
|
|
- <year>1999</year>
|
|
|
- <month>12</month>
|
|
|
- <day>31</day>
|
|
|
- </datetime>
|
|
|
- </property>
|
|
|
- <property name="timeSpec">
|
|
|
- <enum>Qt::UTC</enum>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label_4">
|
|
|
- <property name="text">
|
|
|
- <string>Действителене до:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QDateTimeEdit" name="date_to"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label_3">
|
|
|
- <property name="text">
|
|
|
- <string>Выдал:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QComboBox" name="personal_combobox"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label_5">
|
|
|
- <property name="text">
|
|
|
- <string>Место выдачи:</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QComboBox" name="place_combobox"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label_6">
|
|
|
- <property name="text">
|
|
|
- <string>Принимающий:</string>
|
|
|
- </property>
|
|
|
+ <widget class="QTabWidget" name="tabWidget">
|
|
|
+ <property name="currentIndex">
|
|
|
+ <number>1</number>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="tab">
|
|
|
+ <attribute name="title">
|
|
|
+ <string>Tab 1</string>
|
|
|
+ </attribute>
|
|
|
+ <layout class="QGridLayout" name="gridLayout">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
+ <item>
|
|
|
+ <widget class="QStackedWidget" name="stacked_widget_photo">
|
|
|
+ <property name="enabled">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="toolTip">
|
|
|
+ <string notr="true"/>
|
|
|
+ </property>
|
|
|
+ <property name="statusTip">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="page">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_3">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="imagePhoto">
|
|
|
+ <property name="enabled">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="frameShape">
|
|
|
+ <enum>QFrame::Box</enum>
|
|
|
+ </property>
|
|
|
+ <property name="frameShadow">
|
|
|
+ <enum>QFrame::Raised</enum>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="wordWrap">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QTextEdit" name="receiving_man"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
- <item>
|
|
|
- <widget class="QLabel" name="label_7">
|
|
|
- <property name="text">
|
|
|
- <string>Цель визита:</string>
|
|
|
- </property>
|
|
|
+ <widget class="QWidget" name="page_2">
|
|
|
+ <layout class="QGridLayout" name="gridLayout_4">
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QVideoWidget" name="face_video_widget">
|
|
|
+ <property name="enabled">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QTextEdit" name="purpose_visite"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="tab_2">
|
|
|
+ <attribute name="title">
|
|
|
+ <string>Tab 2</string>
|
|
|
+ </attribute>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
<item>
|
|
|
- <widget class="QTabWidget" name="tabWidget">
|
|
|
- <property name="currentIndex">
|
|
|
- <number>0</number>
|
|
|
+ <widget class="QPushButton" name="btn_start_cam">
|
|
|
+ <property name="text">
|
|
|
+ <string>Запустить камеру</string>
|
|
|
</property>
|
|
|
- <widget class="QWidget" name="tab">
|
|
|
- <attribute name="title">
|
|
|
- <string>Tab 1</string>
|
|
|
- </attribute>
|
|
|
- <layout class="QGridLayout" name="gridLayout">
|
|
|
- <item row="0" column="0">
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
- <item>
|
|
|
- <widget class="QStackedWidget" name="stacked_widget_photo">
|
|
|
- <property name="enabled">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="toolTip">
|
|
|
- <string notr="true"/>
|
|
|
- </property>
|
|
|
- <property name="statusTip">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <widget class="QWidget" name="page">
|
|
|
- <layout class="QGridLayout" name="gridLayout_3">
|
|
|
- <item row="0" column="0">
|
|
|
- <widget class="QLabel" name="imagePhoto">
|
|
|
- <property name="enabled">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="frameShape">
|
|
|
- <enum>QFrame::Box</enum>
|
|
|
- </property>
|
|
|
- <property name="frameShadow">
|
|
|
- <enum>QFrame::Raised</enum>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="wordWrap">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- <widget class="QWidget" name="page_2">
|
|
|
- <layout class="QGridLayout" name="gridLayout_4">
|
|
|
- <item row="0" column="0">
|
|
|
- <widget class="QVideoWidget" name="face_video_widget">
|
|
|
- <property name="enabled">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
- <widget class="QWidget" name="tab_2">
|
|
|
- <attribute name="title">
|
|
|
- <string>Tab 2</string>
|
|
|
- </attribute>
|
|
|
- </widget>
|
|
|
</widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="btn_start_cam">
|
|
|
- <property name="text">
|
|
|
- <string>Запустить камеру</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="capturePhoto">
|
|
|
- <property name="text">
|
|
|
- <string>Сфотографировать</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ <widget class="QPushButton" name="capturePhoto">
|
|
|
+ <property name="text">
|
|
|
+ <string>Сфотографировать</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_8" stretch="0,0,0">
|
|
|
<item>
|
|
|
- <spacer name="verticalSpacer">
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Vertical</enum>
|
|
|
+ <widget class="QPushButton" name="btn_clear">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
</property>
|
|
|
- <property name="sizeHint" stdset="0">
|
|
|
+ <property name="maximumSize">
|
|
|
<size>
|
|
|
- <width>20</width>
|
|
|
+ <width>16777215</width>
|
|
|
<height>40</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
- </spacer>
|
|
|
+ <property name="text">
|
|
|
+ <string>Отчистить</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_8">
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="btn_clear">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Отчистить</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="btn_save">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Сохранить</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QPushButton" name="btn_print">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Печать</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ <widget class="QPushButton" name="btn_save">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>16777215</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Сохранить</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="btn_print">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>16777215</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Печать</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</item>
|
|
@@ -367,7 +395,7 @@
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>920</width>
|
|
|
+ <width>1095</width>
|
|
|
<height>28</height>
|
|
|
</rect>
|
|
|
</property>
|