2025-05-20 11:24:07 +02:00
|
|
|
<?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>
|
2025-05-27 20:10:19 +02:00
|
|
|
<width>1263</width>
|
2025-05-20 11:24:07 +02:00
|
|
|
<height>921</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2025-06-06 19:30:57 +02:00
|
|
|
<string>DocuMentor</string>
|
2025-05-20 11:24:07 +02:00
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QFrame" name="frame">
|
2025-05-21 20:26:03 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2025-05-20 11:24:07 +02:00
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
2025-05-21 20:26:03 +02:00
|
|
|
<widget class="QTreeWidget" name="treeWidget">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>2</number>
|
2025-05-20 11:24:07 +02:00
|
|
|
</property>
|
2025-05-21 20:26:03 +02:00
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string notr="true">1</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string notr="true">2</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QFrame" name="frame_2">
|
2025-05-20 11:24:07 +02:00
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
|
|
<property name="layoutDirection">
|
|
|
|
|
<enum>Qt::LayoutDirection::LeftToRight</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2025-05-21 20:26:03 +02:00
|
|
|
<string>nur geänderte generieren</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::MediaPlaybackStart"/>
|
2025-05-20 11:24:07 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2025-05-21 20:26:03 +02:00
|
|
|
<string>Alle generieren</string>
|
2025-05-20 11:24:07 +02:00
|
|
|
</property>
|
2025-05-21 20:26:03 +02:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::MediaSeekForward"/>
|
2025-05-20 11:24:07 +02:00
|
|
|
</property>
|
2025-05-21 20:26:03 +02:00
|
|
|
</widget>
|
2025-05-20 11:24:07 +02:00
|
|
|
</item>
|
2025-05-22 19:10:39 +02:00
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2025-05-20 11:24:07 +02:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-05-21 20:26:03 +02:00
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="widgetResizable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-05-27 20:10:19 +02:00
|
|
|
<width>54</width>
|
2025-05-22 19:10:39 +02:00
|
|
|
<height>847</height>
|
2025-05-21 20:26:03 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-05-22 20:22:51 +02:00
|
|
|
<widget class="QFrame" name="frame_3">
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
2025-05-20 11:24:07 +02:00
|
|
|
</property>
|
2025-05-22 20:22:51 +02:00
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QFrame" name="frame_4">
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="text">
|
2025-06-06 19:30:57 +02:00
|
|
|
<string>Vorher (Referenz)</string>
|
2025-05-22 20:22:51 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSlider" name="alpha">
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>-100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
|
<property name="text">
|
2025-06-06 19:30:57 +02:00
|
|
|
<string>Nachher (Neu)</string>
|
2025-05-22 20:22:51 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Zoom</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSlider" name="zoom">
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>25</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>300</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_5">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QScrollArea" name="scrollArea_2">
|
|
|
|
|
<property name="widgetResizable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_2">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-05-27 20:10:19 +02:00
|
|
|
<width>792</width>
|
|
|
|
|
<height>781</height>
|
2025-05-22 20:22:51 +02:00
|
|
|
</rect>
|
2025-05-21 20:26:03 +02:00
|
|
|
</property>
|
2025-05-22 20:22:51 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>TextLabel</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>TextLabel</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2025-05-21 20:26:03 +02:00
|
|
|
</widget>
|
2025-05-22 20:22:51 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2025-05-20 11:24:07 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-05-27 20:10:19 +02:00
|
|
|
<width>1263</width>
|
2025-05-20 11:24:07 +02:00
|
|
|
<height>33</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
2025-05-27 20:10:19 +02:00
|
|
|
<widget class="QMenu" name="menuProjekt">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Projekt</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionNeu"/>
|
|
|
|
|
<addaction name="action_ffnen"/>
|
|
|
|
|
<addaction name="separator"/>
|
2025-06-14 12:30:39 +02:00
|
|
|
<addaction name="actionEinstellungen"/>
|
|
|
|
|
<addaction name="separator"/>
|
2025-05-27 20:10:19 +02:00
|
|
|
<addaction name="actionBeenden"/>
|
|
|
|
|
</widget>
|
2025-05-27 20:48:21 +02:00
|
|
|
<widget class="QMenu" name="menuThema">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Thema</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2025-05-27 20:10:19 +02:00
|
|
|
<addaction name="menuProjekt"/>
|
2025-05-27 20:48:21 +02:00
|
|
|
<addaction name="menuThema"/>
|
2025-05-20 11:24:07 +02:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
2025-05-27 20:10:19 +02:00
|
|
|
<action name="actionNeu">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="folder-new"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Neu ...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_ffnen">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="folder-open"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Öffnen ...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionBeenden">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ApplicationExit"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Beenden</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2025-06-14 12:30:39 +02:00
|
|
|
<action name="actionEinstellungen">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::DocumentProperties"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Einstellungen ...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2025-05-20 11:24:07 +02:00
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
2025-05-27 20:10:19 +02:00
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>actionBeenden</sender>
|
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>close()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>-1</x>
|
|
|
|
|
<y>-1</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>741</x>
|
|
|
|
|
<y>460</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
2025-05-20 11:24:07 +02:00
|
|
|
</ui>
|