Reduce UI minimum size for small Android screens

pull/1554/head
Jon Beniston 2023-01-02 15:26:18 +00:00
rodzic 526164f2e1
commit c39260fbdb
5 zmienionych plików z 32 dodań i 29 usunięć

Wyświetl plik

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>600</width> <width>506</width>
<height>1046</height> <height>1046</height>
</rect> </rect>
</property> </property>
@ -18,7 +18,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>600</width> <width>400</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -35,13 +35,13 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>598</width> <width>500</width>
<height>141</height> <height>141</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>598</width> <width>400</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -758,7 +758,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>140</y> <y>140</y>
<width>598</width> <width>500</width>
<height>600</height> <height>600</height>
</rect> </rect>
</property> </property>
@ -770,7 +770,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>598</width> <width>400</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -810,7 +810,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>600</width> <width>400</width>
<height>150</height> <height>150</height>
</size> </size>
</property> </property>
@ -841,6 +841,9 @@
<property name="editTriggers"> <property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set> <set>QAbstractItemView::NoEditTriggers</set>
</property> </property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<column> <column>
<property name="text"> <property name="text">
<string>ICAO ID</string> <string>ICAO ID</string>

Wyświetl plik

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>440</width> <width>434</width>
<height>569</height> <height>569</height>
</rect> </rect>
</property> </property>
@ -18,7 +18,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>440</width> <width>360</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -792,8 +792,8 @@
<widget class="QGraphicsView" name="image"> <widget class="QGraphicsView" name="image">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>300</width> <width>200</width>
<height>350</height> <height>200</height>
</size> </size>
</property> </property>
</widget> </widget>
@ -802,6 +802,11 @@
</widget> </widget>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
<customwidget> <customwidget>
<class>RollupContents</class> <class>RollupContents</class>
<extends>QWidget</extends> <extends>QWidget</extends>
@ -820,11 +825,6 @@
<header>gui/levelmeter.h</header> <header>gui/levelmeter.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
</customwidgets> </customwidgets>
<tabstops> <tabstops>
<tabstop>deltaFrequency</tabstop> <tabstop>deltaFrequency</tabstop>

Wyświetl plik

@ -18,7 +18,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>450</width> <width>400</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -48,7 +48,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>450</width> <width>400</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -1883,6 +1883,11 @@
</widget> </widget>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget>
<class>ButtonSwitch</class>
<extends>QToolButton</extends>
<header>gui/buttonswitch.h</header>
</customwidget>
<customwidget> <customwidget>
<class>RollupContents</class> <class>RollupContents</class>
<extends>QWidget</extends> <extends>QWidget</extends>
@ -1890,9 +1895,10 @@
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget> <customwidget>
<class>ButtonSwitch</class> <class>ValueDialZ</class>
<extends>QToolButton</extends> <extends>QWidget</extends>
<header>gui/buttonswitch.h</header> <header>gui/valuedialz.h</header>
<container>1</container>
</customwidget> </customwidget>
<customwidget> <customwidget>
<class>LevelMeterSignalDB</class> <class>LevelMeterSignalDB</class>
@ -1912,12 +1918,6 @@
<header>gui/glspectrumgui.h</header> <header>gui/glspectrumgui.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>ValueDialZ</class>
<extends>QWidget</extends>
<header>gui/valuedialz.h</header>
<container>1</container>
</customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../../../sdrgui/resources/res.qrc"/> <include location="../../../sdrgui/resources/res.qrc"/>

Wyświetl plik

@ -18,7 +18,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>462</width> <width>400</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>

Wyświetl plik

@ -12,7 +12,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>460</width> <width>400</width>
<height>460</height> <height>460</height>
</size> </size>
</property> </property>