Qt 5.14 hi-res adjustments, as HI-DPI screen handling has changed

* see // https://lists.qt-project.org/pipermail/development/2019-September/037434.html
* qss adjustemnts
* larger default sizes for core/launcher/client for 1920x1080 screens
This commit is contained in:
Klaus Basan
2020-01-03 19:12:29 +01:00
committed by Mat Sutcliffe
parent 2a3fd0e94c
commit 8eaa4f7f15
9 changed files with 940 additions and 938 deletions

View File

@@ -7,13 +7,13 @@
<x>0</x>
<y>0</y>
<width>700</width>
<height>625</height>
<height>710</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>650</width>
<height>625</height>
<height>630</height>
</size>
</property>
<property name="windowTitle">
@@ -600,8 +600,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>646</width>
<height>344</height>
<width>634</width>
<height>353</height>
</rect>
</property>
<layout class="QVBoxLayout" name="vl_LogMessagesScrollArea">
@@ -658,18 +658,18 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BlackGui::Components::CSettingsSwiftPlugin</class>
<extends>QFrame</extends>
<header>blackgui/components/settingsswiftplugin.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CLogComponent</class>
<extends>QFrame</extends>
<header>blackgui/components/logcomponent.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CSettingsSwiftPlugin</class>
<extends>QFrame</extends>
<header>blackgui/components/settingsswiftplugin.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Editors::CSituationForm</class>
<extends>QFrame</extends>