2015-09-25 19:15:37 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PreferencesDefaults</class>
<widget class="QWidget" name="PreferencesDefaults">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2015-11-04 23:24:51 +00:00
<width>561</width>
2015-09-25 19:15:37 +00:00
<height>558</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
2019-12-10 13:02:13 +00:00
2015-09-25 19:15:37 +00:00
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
2019-12-10 13:02:13 +00:00
<string>Font for lists and tables</string>
2015-09-25 19:15:37 +00:00
</property>
2018-09-01 15:13:24 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_1">
2015-09-25 19:15:37 +00:00
<property name="margin">
<number>5</number>
</property>
2019-12-10 13:02:13 +00:00
2015-09-25 19:15:37 +00:00
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>Font</string>
</property>
</widget>
</item>
<item>
<widget class="QFontComboBox" name="font"/>
</item>
2019-12-10 13:02:13 +00:00
<item>
<widget class="QLabel" name="label_default1">
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="text">
<string></string>
</property>
</widget>
</item>
2015-09-25 19:15:37 +00:00
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>Font size</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="fontsize"/>
</item>
2019-12-10 13:02:13 +00:00
2015-09-25 19:15:37 +00:00
</layout>
</widget>
</item>
2019-12-09 18:58:20 +00:00
2015-09-25 19:15:37 +00:00
<item>
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string>Animations</string>
</property>
2019-12-10 13:02:13 +00:00
<layout class="QVBoxLayout" name="verticalLayout_4">
2015-09-25 19:15:37 +00:00
<property name="margin">
<number>5</number>
</property>
2019-12-10 13:02:13 +00:00
2015-09-25 19:15:37 +00:00
<item>
2019-12-10 13:02:13 +00:00
<widget class="QLabel" name="label_help4">
<property name="toolTip">
<string extracomment="Help info 1"/>
2015-09-25 19:15:37 +00:00
</property>
2019-12-10 13:02:13 +00:00
<property name="wordWrap">
<bool>true</bool>
2015-09-25 19:15:37 +00:00
</property>
2019-12-10 13:02:13 +00:00
<property name="text">
<string>In some actions, e.g. when zooming the dive profile, the changing axis values are animated. Select the speed with which this animation should occur (maximum = 500):</string>
2015-09-25 19:15:37 +00:00
</property>
</widget>
</item>
2019-12-10 13:02:13 +00:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_15">
<property name="text">
<string>Speed</string>
</property>
</widget>
</item>
<item>
<widget class="QSlider" name="velocitySlider">
<property name="maximum">
<number>500</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="velocitySpinBox">
<property name="maximum">
<number>500</number>
</property>
</widget>
</item>
</layout>
2015-09-25 19:15:37 +00:00
</item>
2019-12-09 18:58:20 +00:00
2019-12-10 13:02:13 +00:00
</layout>
2015-09-25 19:15:37 +00:00
</widget>
</item>
2019-12-09 18:58:20 +00:00
2015-09-25 19:15:37 +00:00
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>195</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
2015-11-04 23:24:51 +00:00
<connections>
<connection>
<sender>velocitySlider</sender>
<signal>valueChanged(int)</signal>
<receiver>velocitySpinBox</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>437</x>
<y>299</y>
</hint>
<hint type="destinationlabel">
<x>531</x>
<y>301</y>
</hint>
</hints>
</connection>
2015-11-16 04:55:04 +00:00
<connection>
<sender>velocitySpinBox</sender>
<signal>valueChanged(int)</signal>
<receiver>velocitySlider</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>547</x>
<y>274</y>
</hint>
<hint type="destinationlabel">
<x>482</x>
<y>276</y>
</hint>
</hints>
</connection>
2015-11-04 23:24:51 +00:00
</connections>
2015-09-25 19:15:37 +00:00
</ui>