Fix missing icons and rework some UI stuff

This commit is contained in:
Jonas Kvinge
2018-08-09 21:04:30 +02:00
parent 4ca99dde43
commit 57f6f40e7d
37 changed files with 470 additions and 154 deletions

View File

@@ -17,7 +17,7 @@
<item>
<widget class="QRadioButton" name="proxy_system">
<property name="text">
<string>Use the system proxy settings</string>
<string>&amp;Use the system proxy settings</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -34,7 +34,7 @@
<item>
<widget class="QRadioButton" name="proxy_manual">
<property name="text">
<string>Manual proxy configuration</string>
<string>&amp;Manual proxy configuration</string>
</property>
</widget>
</item>