##// END OF EJS Templates
Working on restart option for data downloader.
Working on restart option for data downloader.

File last commit:

r16:8958118aec1a tip default
r16:8958118aec1a tip default
Show More
filedowloadersettingsgui.ui
74 lines | 1.8 KiB | text/plain | TextLexer
/ src / Core / Widgets / filedowloadersettingsgui.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FileDowloaderSettingsGUI</class>
<widget class="QWidget" name="FileDowloaderSettingsGUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>318</width>
<height>128</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Default destination path</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="defaultDestPath"/>
</item>
<item row="1" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Proxy server</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Method</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboBox">
<item>
<property name="text">
<string>none</string>
</property>
</item>
<item>
<property name="text">
<string>system</string>
</property>
</item>
<item>
<property name="text">
<string>manual</string>
</property>
</item>
<item>
<property name="text">
<string>automatic</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>