Files
D0CXUN7R4C3/gui/gui.ui
BarsTiger 13b48be802 First working release.
Other files (not .docx) support is not guaranteed
2023-02-06 21:40:47 +02:00

486 lines
13 KiB
XML

<?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>400</width>
<height>570</height>
</rect>
</property>
<property name="windowTitle">
<string>D0CXUN7R4C3</string>
</property>
<property name="windowIcon">
<iconset resource="images.qrc">
<normaloff>:/img/img/icon.ico</normaloff>:/img/img/icon.ico</iconset>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="docxuntracelabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">font: 87 30pt &quot;Segoe UI Black&quot;;</string>
</property>
<property name="text">
<string>D0CXUN7R4C3</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_name_top_openfile">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="path_to_original_widget" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLineEdit" name="path_to_original_box">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="placeholderText">
<string>Path to document</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="open_document_button">
<property name="minimumSize">
<size>
<width>80</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>Open</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="line_openfile_authors">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="authors_widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="authors_label">
<property name="text">
<string>Authors</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="creator_label">
<property name="text">
<string>Creator</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="creator_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="placeholderText">
<string>BarsTiger</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="last_modified_by_label">
<property name="text">
<string>Last modified by</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="last_modified_by_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="placeholderText">
<string>BarsTiger</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="line_authors_datetime">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="date_edit_widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="dateandtime_label">
<property name="text">
<string>Date and time (in global time)</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="dateandtime_created_label">
<property name="text">
<string>Created</string>
</property>
</widget>
</item>
<item>
<widget class="QDateTimeEdit" name="dateandtime_created_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="dateandtime_edited_label">
<property name="text">
<string>Last edited</string>
</property>
</widget>
</item>
<item>
<widget class="QDateTimeEdit" name="dateandtime_edited_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="calendarPopup">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="Line" name="line_datetime_other">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="other_properties_widget" native="true">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="other_label">
<property name="text">
<string>Other</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="revision_label">
<property name="text">
<string>Revision</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="revision_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="placeholderText">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="template_label">
<property name="text">
<string>Template</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="template_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="placeholderText">
<string>Normal.dotm</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="pages_words_symbols_label">
<property name="text">
<string>Pages - Words - Symbols - Lines - Paragraphs</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="pages_words_symbols_widget" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QSpinBox" name="pages_box"/>
</item>
<item>
<widget class="QSpinBox" name="words_box"/>
</item>
<item>
<widget class="QSpinBox" name="symbols_box"/>
</item>
<item>
<widget class="QSpinBox" name="lines_box"/>
</item>
<item>
<widget class="QSpinBox" name="paragraphs_box"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="application_name_label">
<property name="text">
<string>Application</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="application_name_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="placeholderText">
<string>Microsoft Office Word</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="custom_edit_time_label">
<property name="text">
<string>Custom edit time (min)</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="custom_edit_time_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="minimum">
<number>-2147483647</number>
</property>
<property name="maximum">
<number>2147483647</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QPushButton" name="expand_other_options_button">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>Other options</string>
</property>
</widget>
</item>
<item>
<spacer name="spacer_content_to_save">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="Line" name="line_options_save">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="save_to_label">
<property name="text">
<string>Save to</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="save_to_box">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="placeholderText">
<string>Path to new document</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="save_button">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">font: 20pt &quot;Segoe UI Black&quot;;</string>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="images.qrc"/>
</resources>
<connections/>
</ui>