Fix Java downloader bugs + Add a test button in JavaPage

Signed-off-by: timoreo <contact@timoreo.fr>
This commit is contained in:
timoreo
2022-07-01 14:05:14 +02:00
parent 98a82cd484
commit 89ce80b279
4 changed files with 88 additions and 28 deletions

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>545</width>
<height>580</height>
<width>559</width>
<height>659</height>
</rect>
</property>
<property name="sizePolicy">
@ -279,6 +279,13 @@
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QPushButton" name="javaDownloadBtn">
<property name="text">
<string>Download Java</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>