--- a/src/ui/config.ui Sat Aug 03 00:56:02 2013 +0300 +++ b/src/ui/config.ui Sat Aug 03 02:18:41 2013 +0300 @@ -495,7 +495,7 @@ </widget> <widget class="QWidget" name="tab_6"> <attribute name="title"> - <string>Downloads</string> + <string>Downloading</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_7"> <item> @@ -524,6 +524,34 @@ </layout> </item> <item> + <widget class="QCheckBox" name="guessNetPaths"> + <property name="whatsThis"> + <string><p>When this is set, LDForge tries to adjust and correct part paths based on the input. A full path given to the download prompt should be of form <tt>"&lt;dir&gt;/&lt;file&gt;.dat"</tt> - with this set, input can be automatically completed.</p> + +<p>Examples: +<ul> +<li>3002 -> parts/3002.dat</li> +<li>3002.da -> parts/3002.dat</li> +<li>3002s01 -> parts/s/3002s01.dat</li> +<li>4-4cyli -> p/4-4cyli.dat</li> +</ul></p></string> + </property> + <property name="text"> + <string>Correct and guess part paths</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="autoCloseNetPrompt"> + <property name="whatsThis"> + <string>If this is set, LDForge will close the download prompt after everything has been downloaded. The prompt will not be closed if a download has failed.</string> + </property> + <property name="text"> + <string>Close download prompt after completion</string> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer_5"> <property name="orientation"> <enum>Qt::Vertical</enum>