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

@@ -6,14 +6,14 @@
<rect>
<x>0</x>
<y>0</y>
<width>375</width>
<height>600</height>
<width>450</width>
<height>750</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>350</width>
<height>550</height>
<width>375</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
@@ -202,8 +202,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>375</width>
<height>19</height>
<width>450</width>
<height>25</height>
</rect>
</property>
<property name="sizePolicy">
@@ -506,7 +506,7 @@
</action>
<action name="menu_AutoPublish">
<property name="icon">
<iconset>
<iconset resource="../blackmisc/blackmisc.qrc">
<normaloff>:/diagona/icons/diagona/icons/paper-plane--plus.png</normaloff>:/diagona/icons/diagona/icons/paper-plane--plus.png</iconset>
</property>
<property name="text">
@@ -574,7 +574,9 @@
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<resources>
<include location="../blackmisc/blackmisc.qrc"/>
</resources>
<connections/>
<slots>
<slot>setMainPage()</slot>