2025-06-06 21:01:42 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>Dialog</class>
|
|
|
|
|
<widget class="QDialog" name="Dialog">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>833</width>
|
2025-06-14 20:35:32 +02:00
|
|
|
<height>387</height>
|
2025-06-06 21:01:42 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Programm Einstellungen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
2025-06-09 20:13:59 +02:00
|
|
|
<widget class="QTabWidget" name="tabSettings">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2025-06-06 21:01:42 +02:00
|
|
|
<property name="currentIndex">
|
2025-06-14 21:07:55 +02:00
|
|
|
<number>0</number>
|
2025-06-06 21:01:42 +02:00
|
|
|
</property>
|
2025-06-09 20:13:59 +02:00
|
|
|
<widget class="QWidget" name="tabXsls">
|
2025-06-06 21:01:42 +02:00
|
|
|
<attribute name="title">
|
2025-06-09 20:13:59 +02:00
|
|
|
<string>XSL-Ordner</string>
|
2025-06-06 21:01:42 +02:00
|
|
|
</attribute>
|
2025-06-09 20:13:59 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
2025-06-06 21:01:42 +02:00
|
|
|
<item>
|
2025-06-09 20:13:59 +02:00
|
|
|
<widget class="QTableWidget" name="tableXsls">
|
|
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<column/>
|
|
|
|
|
<column/>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QFrame" name="frame_2">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="addXsl">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Hinzufügen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="removeXsl">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Entfernen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="flat">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2025-06-06 21:01:42 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2025-06-09 20:13:59 +02:00
|
|
|
<widget class="QWidget" name="tabJavaVm">
|
2025-06-06 21:01:42 +02:00
|
|
|
<attribute name="title">
|
2025-06-09 20:13:59 +02:00
|
|
|
<string>Java VM</string>
|
2025-06-06 21:01:42 +02:00
|
|
|
</attribute>
|
2025-06-09 20:13:59 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTableWidget" name="tableJavaVms">
|
|
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<column/>
|
|
|
|
|
<column/>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2025-06-06 21:01:42 +02:00
|
|
|
<item>
|
2025-06-09 20:13:59 +02:00
|
|
|
<widget class="QFrame" name="frame_3">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
2025-06-06 21:01:42 +02:00
|
|
|
</property>
|
2025-06-09 20:13:59 +02:00
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_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>
|
2025-06-06 21:01:42 +02:00
|
|
|
<item>
|
2025-06-09 20:13:59 +02:00
|
|
|
<widget class="QPushButton" name="addJavaVm">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Hinzufügen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2025-06-06 21:01:42 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-06-09 20:13:59 +02:00
|
|
|
<widget class="QPushButton" name="removeJavaVm">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Entfernen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
|
|
|
|
|
</property>
|
2025-06-06 21:01:42 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2025-06-09 20:13:59 +02:00
|
|
|
<widget class="QWidget" name="tabSaxon">
|
2025-06-06 21:01:42 +02:00
|
|
|
<attribute name="title">
|
2025-06-09 20:13:59 +02:00
|
|
|
<string>Saxon</string>
|
2025-06-06 21:01:42 +02:00
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
|
<item>
|
2025-06-09 20:13:59 +02:00
|
|
|
<widget class="QTableWidget" name="tableSaxons">
|
|
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>3</number>
|
|
|
|
|
</property>
|
|
|
|
|
<column/>
|
|
|
|
|
<column/>
|
|
|
|
|
<column/>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QFrame" name="frame_4">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_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="QPushButton" name="addSaxon">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Hinzufügen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-06-18 18:27:27 +02:00
|
|
|
<widget class="QPushButton" name="removeSaxon">
|
2025-06-09 20:13:59 +02:00
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Entfernen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="tabApacheFop">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>Apache FOP</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTableWidget" name="tableApacheFops">
|
|
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>3</number>
|
2025-06-06 21:01:42 +02:00
|
|
|
</property>
|
2025-06-09 20:13:59 +02:00
|
|
|
<column/>
|
|
|
|
|
<column/>
|
|
|
|
|
<column/>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<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="QPushButton" name="addApacheFop">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Hinzufügen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="removeApacheFop">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Entfernen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2025-06-06 21:01:42 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2025-06-09 20:13:59 +02:00
|
|
|
<widget class="QWidget" name="tabDiffPdf">
|
2025-06-06 21:01:42 +02:00
|
|
|
<attribute name="title">
|
2025-06-09 20:13:59 +02:00
|
|
|
<string>Diff-PDF</string>
|
2025-06-06 21:01:42 +02:00
|
|
|
</attribute>
|
2025-06-09 20:13:59 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTableWidget" name="tableDiffPdfs">
|
|
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>4</number>
|
|
|
|
|
</property>
|
|
|
|
|
<column/>
|
|
|
|
|
<column/>
|
|
|
|
|
<column/>
|
|
|
|
|
<column/>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QFrame" name="frame_5">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
|
<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="QPushButton" name="addDiffPdf">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Hinzufügen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="removeDiffPdf">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Entfernen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2025-06-06 21:01:42 +02:00
|
|
|
</widget>
|
2025-06-14 20:35:32 +02:00
|
|
|
<widget class="QWidget" name="tabPdfProject">
|
|
|
|
|
<attribute name="title">
|
|
|
|
|
<string>PDF-Projekte</string>
|
|
|
|
|
</attribute>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
|
<item>
|
2025-06-18 18:27:27 +02:00
|
|
|
<widget class="QTableWidget" name="tablePdfProjects">
|
2025-06-14 20:35:32 +02:00
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<column/>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QFrame" name="frame_6">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShape">
|
|
|
|
|
<enum>QFrame::Shape::StyledPanel</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="frameShadow">
|
|
|
|
|
<enum>QFrame::Shadow::Raised</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
|
<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="QPushButton" name="removeProject">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Hinzufügen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListAdd"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="addProject">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Entfernen</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset theme="QIcon::ThemeIcon::ListRemove"/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2025-06-06 21:01:42 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="standardButtons">
|
|
|
|
|
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
|
|
|
|
|
</property>
|
2025-06-14 20:35:32 +02:00
|
|
|
<property name="centerButtons">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2025-06-06 21:01:42 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
|
<receiver>Dialog</receiver>
|
|
|
|
|
<slot>accept()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2025-06-14 20:35:32 +02:00
|
|
|
<x>257</x>
|
|
|
|
|
<y>377</y>
|
2025-06-06 21:01:42 +02:00
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>157</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
|
<receiver>Dialog</receiver>
|
|
|
|
|
<slot>reject()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2025-06-14 20:35:32 +02:00
|
|
|
<x>325</x>
|
|
|
|
|
<y>377</y>
|
2025-06-06 21:01:42 +02:00
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>286</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
|
|
|
|
</ui>
|