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

234 lines
5.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>linboImageSelector</class>
<widget class="QDialog" name="linboImageSelector">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>384</width>
<height>451</height>
</rect>
</property>
<property name="windowTitle">
<string>Image erstellen</string>
</property>
<property name="whatsThis">
<string/>
</property>
<widget class="QLabel" name="textLabel2">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>360</width>
<height>80</height>
</rect>
</property>
<property name="text">
<string>Vorhandenes Image neu erstellen oder [Neues Image] zur Erstellung einer neuen Image-Datei auswählen.
Auswahl:</string>
</property>
<property name="alignment">
<set>Qt::AlignVCenter</set>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="textLabel2_2">
<property name="geometry">
<rect>
<x>10</x>
<y>230</y>
<width>360</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Dateiname für neue Imagedatei eingeben:</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QLineEdit" name="specialName">
<property name="geometry">
<rect>
<x>10</x>
<y>260</y>
<width>360</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Neu</string>
</property>
</widget>
<widget class="QLabel" name="descriptionLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>290</y>
<width>360</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Informationen zum Image:</string>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="createButton">
<property name="geometry">
<rect>
<x>10</x>
<y>420</y>
<width>90</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string>Erstellt das ausgewählte Image&lt;br&gt;im lokalen Cache</string>
</property>
<property name="text">
<string>Erstellen</string>
</property>
</widget>
<widget class="QPushButton" name="createUploadButton">
<property name="geometry">
<rect>
<x>110</x>
<y>420</y>
<width>160</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string>Erstellt das ausgewählte Image im lokalen Cache und lädt es &lt;br&gt; anschliessend auf den Server hoch</string>
</property>
<property name="text">
<string>Erstellen+Hochladen</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton">
<property name="geometry">
<rect>
<x>280</x>
<y>420</y>
<width>90</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string>Abbrechen ohne Imageerstellung</string>
</property>
<property name="text">
<string>Abbruch</string>
</property>
</widget>
<widget class="QTextEdit" name="infoEditor">
<property name="geometry">
<rect>
<x>10</x>
<y>320</y>
<width>361</width>
<height>71</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="checkReboot">
<property name="geometry">
<rect>
<x>10</x>
<y>400</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>400</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>80</y>
<width>360</width>
<height>72</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="imageButtons">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>361</width>
<height>70</height>
</rect>
</property>
<property name="title">
<string>GroupBox</string>
</property>
<widget class="QRadioButton" name="baseRadioButton">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>251</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Neues Basisimage</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="incrRadioButton">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>251</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Differentielles Image</string>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<tabstops>
<tabstop>baseRadioButton</tabstop>
<tabstop>specialName</tabstop>
<tabstop>createButton</tabstop>
<tabstop>createUploadButton</tabstop>
<tabstop>cancelButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>