125 lines
2.8 KiB
XML
125 lines
2.8 KiB
XML
<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="Q3ListBox" name="listBox" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>320</width>
|
|
<height>90</height>
|
|
</rect>
|
|
</property>
|
|
<property name="vScrollBarMode" >
|
|
<enum>Q3ScrollView::Auto</enum>
|
|
</property>
|
|
<property name="hScrollBarMode" >
|
|
<enum>Q3ScrollView::Auto</enum>
|
|
</property>
|
|
<item>
|
|
<property name="text" >
|
|
<string>New Item</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
<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<br>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>
|
|
<layoutdefault spacing="6" margin="11" />
|
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>Q3ListBox</class>
|
|
<extends>Q3Frame</extends>
|
|
<header>q3listbox.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|