2022-06-18 07:35:44 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>GraphicsDialog</class>
|
|
|
|
<widget class="QDialog" name="GraphicsDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-02-14 09:46:08 -05:00
|
|
|
<width>282</width>
|
2023-08-06 07:26:17 -04:00
|
|
|
<height>218</height>
|
2022-06-18 07:35:44 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Liberation Sans</family>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Graphics settings</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2023-08-06 07:26:17 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>UI</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="uiScaleFactorText">
|
|
|
|
<property name="text">
|
|
|
|
<string>100.0%</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="uiScaleFactorLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>UI Scale Factor</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSlider" name="uiScaleFactor">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>UI scale factor. Set >100% for high DPI displays. Requires restarting SDRangel to apply</string>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>300</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-06-18 07:35:44 -04:00
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
2023-02-14 09:46:08 -05:00
|
|
|
<widget class="QGroupBox" name="antialiasingGroup">
|
|
|
|
<property name="title">
|
|
|
|
<string>Anti-aliasing</string>
|
2022-06-18 07:35:44 -04:00
|
|
|
</property>
|
2023-02-14 09:46:08 -05:00
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="multisamplingLabel">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>150</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Spectrum (MSAA)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="multisampling">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Number of samples to use for mulitsampling anti-aliasing (MSAA) for spectrums
|
|
|
|
|
|
|
|
Requires windows to be reopened to take effect</string>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Off</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>8</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>16</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="mapMultisamplingLabel">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Number of samples to use for mulitsampling anti-aliasing (MSAA) for 2D maps
|
|
|
|
|
|
|
|
Requires windows to be reopened to take effect</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>2D Map (MSAA)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="mapMultisampling">
|
2023-02-16 06:00:30 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Number of samples to use for mulitsampling anti-aliasing (MSAA) for 2D Map
|
|
|
|
|
|
|
|
Requires windows to be reopened to take effect</string>
|
|
|
|
</property>
|
2023-02-14 09:46:08 -05:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Off</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>2</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>4</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>8</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>16</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-02-16 06:00:30 -05:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="mapSmoothing">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Whether smoothing should be enabled for text on 2D maps</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="mapSmoothingLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>2D Map Text Smoothing</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2023-02-14 09:46:08 -05:00
|
|
|
</layout>
|
2022-06-18 07:35:44 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
<property name="centerButtons">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
2023-08-06 07:26:17 -04:00
|
|
|
<tabstop>uiScaleFactor</tabstop>
|
|
|
|
<tabstop>multisampling</tabstop>
|
|
|
|
<tabstop>mapMultisampling</tabstop>
|
|
|
|
<tabstop>mapSmoothing</tabstop>
|
2022-06-18 07:35:44 -04:00
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="../resources/res.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>GraphicsDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>257</x>
|
|
|
|
<y>194</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>203</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>GraphicsDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>314</x>
|
|
|
|
<y>194</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>203</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|