128 lines
3 KiB
XML
128 lines
3 KiB
XML
<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="Q3ButtonGroup" name="updateMethodGroup" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>180</width>
|
|
<height>81</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title" >
|
|
<string>Auswahl</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 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<br>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>
|
|
<layoutdefault spacing="6" margin="11" />
|
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>Q3ButtonGroup</class>
|
|
<extends>Q3GroupBox</extends>
|
|
<header>Qt3Support/Q3ButtonGroup</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|