2022-01-29 17:17:40 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="CcWacomPage" parent="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">24</property>
|
|
|
|
<child>
|
2022-02-01 12:39:49 +01:00
|
|
|
<object class="AdwPreferencesGroup" id="tablet_section">
|
|
|
|
<property name="header-suffix">
|
2022-01-29 17:17:40 +01:00
|
|
|
<object class="GtkPicture" id="tablet_icon">
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
</object>
|
2022-02-01 12:39:49 +01:00
|
|
|
</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
<child>
|
2024-01-16 19:57:27 -05:00
|
|
|
<object class="AdwSwitchRow" id="tablet_mode_row">
|
2024-02-05 14:39:56 +10:00
|
|
|
<property name="title" translatable="yes">_Tablet Mode</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
<property name="subtitle" translatable="yes">Use absolute positioning for the pen</property>
|
2024-02-05 14:39:56 +10:00
|
|
|
<property name="use-underline">true</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2024-01-16 19:57:27 -05:00
|
|
|
<object class="AdwSwitchRow" id="tablet_left_handed_row">
|
2024-02-05 14:39:56 +10:00
|
|
|
<property name="title" translatable="yes">_Left Hand Orientation</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
<property name="subtitle" translatable="yes">Tablet and Express Keys™ are rotated for left hand use</property>
|
2024-02-05 14:39:56 +10:00
|
|
|
<property name="use-underline">true</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-11-25 20:45:59 +05:30
|
|
|
<object class="CcListRow" id="tablet_map_buttons">
|
2024-02-05 14:39:56 +10:00
|
|
|
<property name="title" translatable="yes">Map _Buttons</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
<property name="activatable">True</property>
|
2022-11-25 20:45:59 +05:30
|
|
|
<property name="show-arrow">True</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
<signal name="activated" handler="on_map_buttons_activated" object="CcWacomPage" swapped="yes" />
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<object class="AdwPreferencesGroup" id="display_section">
|
|
|
|
<child>
|
|
|
|
<object class="AdwComboRow" id="tablet_display">
|
|
|
|
<property name="width_request">100</property>
|
2024-02-05 14:39:56 +10:00
|
|
|
<property name="title" translatable="yes" context="display setting">Map to _Monitor</property>
|
|
|
|
<property name="use-underline">true</property>
|
2023-05-26 12:31:41 +12:00
|
|
|
<signal name="notify::selected-item" handler="on_display_selected" object="CcWacomPage" swapped="yes"/>
|
2022-01-29 17:17:40 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="AdwActionRow" id="tablet_aspect_ratio">
|
2024-02-05 14:39:56 +10:00
|
|
|
<property name="title" translatable="yes">_Keep Aspect Ratio</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
<property name="subtitle" translatable="yes">Only use a portion of the tablet surface to keep monitor aspect ratio</property>
|
2024-02-05 14:39:56 +10:00
|
|
|
<property name="use-underline">true</property>
|
2022-06-14 13:01:17 +02:00
|
|
|
<property name="activatable_widget">tablet_aspect_ratio_switch</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkSwitch" id="tablet_aspect_ratio_switch">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-11-25 20:45:59 +05:30
|
|
|
<object class="CcListRow" id="tablet_calibrate">
|
2024-02-05 14:39:56 +10:00
|
|
|
<property name="title" translatable="yes">_Calibrate</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
<property name="activatable">True</property>
|
2022-11-25 20:45:59 +05:30
|
|
|
<property name="show-arrow">True</property>
|
2022-01-29 17:17:40 +01:00
|
|
|
<signal name="activated" handler="on_calibrate_activated" object="CcWacomPage" swapped="yes" />
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|