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/linboImageUpload.ui

109 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>linboImageUpload</class>
<widget class="QDialog" name="linboImageUpload">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>341</width>
<height>213</height>
</rect>
</property>
<property name="windowTitle">
<string>Image Auswahl</string>
</property>
<widget class="QLabel" name="OSLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>310</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Welches Image soll hochgeladen werden?</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="cancelButton">
<property name="geometry">
<rect>
<x>230</x>
<y>170</y>
<width>100</width>
<height>31</height>
</rect>
</property>
<property name="toolTip">
<string>Abbrechen ohne Hochladen</string>
</property>
<property name="text">
<string>Abbruch</string>
</property>
</widget>
<widget class="QPushButton" name="okButton">
<property name="geometry">
<rect>
<x>10</x>
<y>170</y>
<width>100</width>
<height>31</height>
</rect>
</property>
<property name="toolTip">
<string>Lädt das ausgewählte&lt;br&gt;Image auf den Server hoch</string>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QCheckBox" name="checkReboot">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>67</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Reboot</string>
</property>
</widget>
<widget class="QCheckBox" name="checkShutdown">
<property name="geometry">
<rect>
<x>70</x>
<y>150</y>
<width>81</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Shutdown</string>
</property>
</widget>
<widget class="QListView" name="listBox">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>320</width>
<height>90</height>
</rect>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
</ui>