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,13 +6,13 @@
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<width>625</width>
<height>550</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>450</width>
<width>550</width>
<height>550</height>
</size>
</property>
@@ -231,8 +231,8 @@ QTextEdit {
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>19</height>
<width>625</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
@@ -270,7 +270,7 @@ QTextEdit {
</widget>
<action name="menu_SettingsDialog">
<property name="icon">
<iconset>
<iconset resource="../blackmisc/blackmisc.qrc">
<normaloff>:/pastel/icons/pastel/16/wrench-orange.png</normaloff>:/pastel/icons/pastel/16/wrench-orange.png</iconset>
</property>
<property name="text">
@@ -288,18 +288,18 @@ QTextEdit {
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>BlackGui::Components::CCommandInput</class>
<extends>QLineEdit</extends>
<header>blackgui/components/commandinput.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CDBusServerAddressSelector</class>
<extends>QFrame</extends>
<header>blackgui/components/dbusserveraddressselector.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CCommandInput</class>
<extends>QLineEdit</extends>
<header>blackgui/components/commandinput.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CInfoBarStatusComponent</class>
<extends>QWidget</extends>
@@ -326,6 +326,8 @@ QTextEdit {
<tabstop>pb_Restart</tabstop>
<tabstop>pb_DisconnectNetwork</tabstop>
</tabstops>
<resources/>
<resources>
<include location="../blackmisc/blackmisc.qrc"/>
</resources>
<connections/>
</ui>