Files
MailSignGenerator/ui/MainForm.ui
Viktoria Polyakova 409c60610a Init
2025-03-29 17:13:06 +03:00

323 lines
9.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>ИП Полякова Виктория Валерьевна</author>
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>680</width>
<height>760</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string notr="true">Генератор подписи</string>
</property>
<widget class="QWidget" name="MainWidget">
<widget class="QPlainTextEdit" name="html_txt">
<property name="geometry">
<rect>
<x>20</x>
<y>530</y>
<width>641</width>
<height>171</height>
</rect>
</property>
</widget>
<widget class="QTextEdit" name="view_txt">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>641</width>
<height>261</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>100</horstretch>
<verstretch>100</verstretch>
</sizepolicy>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Cantarell'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>23</y>
<width>641</width>
<height>232</height>
</rect>
</property>
<layout class="QVBoxLayout" name="ltInputData">
<item>
<layout class="QHBoxLayout" name="ltUserName">
<property name="spacing">
<number>10</number>
</property>
<item>
<widget class="QLabel" name="fname_lbl">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">Имя:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="fname_txt"/>
</item>
<item>
<widget class="QLabel" name="lname_lbl">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">Фамилия:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lname_txt"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="ltJobTitle">
<property name="spacing">
<number>10</number>
</property>
<item>
<widget class="QLabel" name="jobtitle_lbl">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">Должность:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="jobtitle_txt"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="ltMgts">
<property name="spacing">
<number>10</number>
</property>
<item>
<widget class="QLabel" name="mgts_lbl">
<property name="text">
<string notr="true">Рабочий телефон:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="mgts_txt">
<property name="inputMask">
<string notr="true">+7 (000) 000-00-00;_</string>
</property>
<property name="text">
<string notr="true">+7 () --</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="mgtsadd_lbl">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">добавочный:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="mgtsadd_txt">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="inputMask">
<string notr="true">000;_</string>
</property>
<property name="text">
<string notr="true"/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="ltMobile">
<property name="spacing">
<number>10</number>
</property>
<item>
<widget class="QLabel" name="mobile_lbl">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">Мобильный телефон:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="mobile_txt">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="inputMask">
<string notr="true">+7 (000) 000-00-00;_</string>
</property>
<property name="text">
<string notr="true">+7 () --</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="ltTemplate">
<property name="spacing">
<number>10</number>
</property>
<item>
<widget class="QLabel" name="template_lbl">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">Файл шаблона:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="template_txt"/>
</item>
<item>
<widget class="QPushButton" name="selecttemplate_btn">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">Выбрать</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="ltLogo">
<property name="spacing">
<number>10</number>
</property>
<item>
<widget class="QLabel" name="logo_lbl">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">Файл логотипа:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="logo_txt"/>
</item>
<item>
<widget class="QPushButton" name="selectlogo_btn">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string notr="true">Выбрать</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="generate_btn">
<property name="text">
<string notr="true">Просмотр</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="copy_btn">
<property name="geometry">
<rect>
<x>400</x>
<y>710</y>
<width>261</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Копировать в буфер обмена</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>