Files
aufbau2csv/Aufbaumaster2CSV.ui

144 lines
3.1 KiB
XML
Executable File

<?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>644</width>
<height>146</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>450</x>
<y>0</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial Unicode MS</family>
<pointsize>18</pointsize>
</font>
</property>
<property name="text">
<string>Aufbaumaster2CSV</string>
</property>
</widget>
<widget class="QPushButton" name="saveBtn">
<property name="geometry">
<rect>
<x>150</x>
<y>80</y>
<width>121</width>
<height>28</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial Unicode MS</family>
</font>
</property>
<property name="text">
<string>Speichern unter</string>
</property>
</widget>
<widget class="QLabel" name="lblCMDBPath">
<property name="geometry">
<rect>
<x>300</x>
<y>60</y>
<width>331</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial Unicode MS</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>38</x>
<y>77</y>
<width>155</width>
<height>30</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_6">
<property name="font">
<font>
<family>Arial Unicode MS</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>CSV speichern</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="openBtn">
<property name="geometry">
<rect>
<x>150</x>
<y>30</y>
<width>121</width>
<height>28</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial Unicode MS</family>
</font>
</property>
<property name="text">
<string>Öffnen</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>40</x>
<y>32</y>
<width>92</width>
<height>19</height>
</rect>
</property>
<property name="font">
<font>
<family>Arial Unicode MS</family>
<pointsize>13</pointsize>
</font>
</property>
<property name="text">
<string>Aufbaumaster</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>