|
|
|
@ -100,7 +100,7 @@ Just follow the different steps and make your choice between the options presen
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="oldDirectoryRadioButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Old installation: %1</string>
|
|
|
|
|
<string notr="true">Old installation: %1</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoExclusive">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
@ -115,7 +115,7 @@ Just follow the different steps and make your choice between the options presen
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="anotherLocationRadioButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Another location: %1</string>
|
|
|
|
|
<string notr="true">Another location: %1</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="autoExclusive">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
@ -134,7 +134,7 @@ Just follow the different steps and make your choice between the options presen
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QRadioButton" name="internetRadioButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Internet (%1 to download)</string>
|
|
|
|
|
<string notr="true">Internet (%1 to download)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
@ -144,13 +144,13 @@ Just follow the different steps and make your choice between the options presen
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QGroupBox" name="destinationGroupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Files will be installed to (requires 10 GiB):</string>
|
|
|
|
|
<string notr="true">Files will be installed to (requires %1):</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QHBoxLayout" name="destinationLayout" stretch="1,0,0">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="destinationLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>c:\</string>
|
|
|
|
|
<string notr="true">c:\</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|