add support for remote file using libcurl

This commit is contained in:
WarmUpTill
2020-06-15 21:19:34 +02:00
parent 2a92df4f3c
commit d3ab9e01c5
5 changed files with 131 additions and 47 deletions

View File

@@ -2234,6 +2234,13 @@
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="remoteFileWarningLabel">
<property name="text">
<string>Please note that if you choose the remote option the scene switcher will try to access the remote location every x ms as specified on the General tab!</string>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="fileTextEdit"/>
</item>