Bei einigen Dateien kann ich den Montageort nicht bearbeiten, da sie auf einmal Zahlen sind

This commit is contained in:
Sven Riwoldt
2024-10-25 19:35:37 +02:00
parent 56fbc57072
commit a8d5f65438
3 changed files with 203 additions and 147 deletions

42
Fehler.ui Normal file
View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Fehler</class>
<widget class="QDialog" name="Fehler">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>569</width>
<height>294</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>430</x>
<y>230</y>
<width>113</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>511</width>
<height>191</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>