111 lines
2.5 KiB
XML
111 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Aufbaumaster2CSV</class>
|
|
<widget class="QDialog" name="Aufbaumaster2CSV">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>701</width>
|
|
<height>192</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QPushButton" name="pB_open">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</x>
|
|
<y>20</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Öffnen</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pB_save">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</x>
|
|
<y>70</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Speichern</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lb_aufbaumaster">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>20</y>
|
|
<width>151</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Auswahl Aufbaumaster</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>70</y>
|
|
<width>151</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>CSV speichern</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="lb_selected_aufbaumaster">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>20</y>
|
|
<width>331</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>130</y>
|
|
<width>114</width>
|
|
<height>42</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QRadioButton" name="rB_gg">
|
|
<property name="text">
|
|
<string>nur Grundgeräte</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="rB_erweiterungen">
|
|
<property name="text">
|
|
<string>nur Erweiterungen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|