This repository has been archived on 2022-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
modern-linbo-gui/forms/linboYesNo.ui

70 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>linboYesNo</class>
<widget class="QDialog" name="linboYesNo">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>380</width>
<height>113</height>
</rect>
</property>
<property name="windowTitle">
<string>Frage</string>
</property>
<widget class="QPushButton" name="NoButton">
<property name="geometry">
<rect>
<x>250</x>
<y>70</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Nein</string>
</property>
</widget>
<widget class="QLabel" name="question">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>370</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font/>
</property>
<property name="text">
<string>Frage</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="YesButton">
<property name="geometry">
<rect>
<x>50</x>
<y>70</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Ja</string>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
</ui>