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

122 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>linboMulticastBox</class>
<widget class="QDialog" name="linboMulticastBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>203</width>
<height>155</height>
</rect>
</property>
<property name="windowTitle">
<string>Update Cache</string>
</property>
<widget class="QPushButton" name="okButton">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string>Aktualisiert den lokalen&lt;br&gt;Cache mit der gewählten Methode</string>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton">
<property name="geometry">
<rect>
<x>130</x>
<y>120</y>
<width>60</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string>Abbrechen ohne Cache-Aktualisierung</string>
</property>
<property name="text">
<string>Abbruch</string>
</property>
</widget>
<widget class="QCheckBox" name="checkFormat">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>161</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Cache Partition formatieren</string>
</property>
</widget>
<widget class="QGroupBox" name="updateMethodGroup">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>180</width>
<height>81</height>
</rect>
</property>
<property name="title">
<string>GroupBox</string>
</property>
<widget class="QRadioButton" name="rsyncButton">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>150</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Update mit Rsync</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="multicastButton">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>160</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Update mit Multicast</string>
</property>
</widget>
<widget class="QRadioButton" name="torrentButton">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>165</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Update mit Bittorrent</string>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
</ui>