summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/UI/StudioAppPrefsPage.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/UI/StudioAppPrefsPage.ui')
-rw-r--r--src/Authoring/Studio/UI/StudioAppPrefsPage.ui290
1 files changed, 0 insertions, 290 deletions
diff --git a/src/Authoring/Studio/UI/StudioAppPrefsPage.ui b/src/Authoring/Studio/UI/StudioAppPrefsPage.ui
deleted file mode 100644
index 7ebdc7e2..00000000
--- a/src/Authoring/Studio/UI/StudioAppPrefsPage.ui
+++ /dev/null
@@ -1,290 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>StudioAppPrefsPage</class>
- <widget class="QWidget" name="StudioAppPrefsPage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>411</width>
- <height>525</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QGroupBox" name="groupBox">
- <property name="title">
- <string>General</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="0">
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>Default Interpolation</string>
- </property>
- <property name="buddy">
- <cstring>m_DefaultInterpolation</cstring>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QComboBox" name="m_DefaultInterpolation"/>
- </item>
- <item row="1" column="1">
- <widget class="QComboBox" name="m_SnapRangeCombo"/>
- </item>
- <item row="1" column="0">
- <widget class="QCheckBox" name="m_checkTimelineAbsoluteSnapping">
- <property name="text">
- <string>Timeline Snapping Grid</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QCheckBox" name="m_checkLegacyViewer">
- <property name="text">
- <string>Qt3D Viewer</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="m_groupBoxEditingView">
- <property name="title">
- <string>Editing View</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="2" colspan="2">
- <widget class="QComboBox" name="m_EditViewStartupView"/>
- </item>
- <item row="0" column="0" colspan="2">
- <widget class="QLabel" name="label_4">
- <property name="text">
- <string>Preferred Startup View</string>
- </property>
- <property name="buddy">
- <cstring>m_EditViewStartupView</cstring>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBoxToolHandles">
- <property name="title">
- <string>Manipulator Tool Handles</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_3">
- <item row="0" column="1">
- <widget class="QDoubleSpinBox" name="selectorWidth">
- <property name="toolTip">
- <string>The width of the 3D view
-manipulator tool handles</string>
- </property>
- <property name="decimals">
- <number>1</number>
- </property>
- <property name="minimum">
- <double>1.000000000000000</double>
- </property>
- <property name="maximum">
- <double>10.000000000000000</double>
- </property>
- <property name="singleStep">
- <double>0.500000000000000</double>
- </property>
- <property name="value">
- <double>3.000000000000000</double>
- </property>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QLabel" name="label_5">
- <property name="text">
- <string>Width</string>
- </property>
- </widget>
- </item>
- <item row="0" column="2">
- <widget class="QLabel" name="label_6">
- <property name="text">
- <string>Length</string>
- </property>
- </widget>
- </item>
- <item row="0" column="3">
- <widget class="QDoubleSpinBox" name="selectorLength">
- <property name="toolTip">
- <string>The length of the 3D view
-manipulator tool handles</string>
- </property>
- <property name="decimals">
- <number>0</number>
- </property>
- <property name="minimum">
- <double>10.000000000000000</double>
- </property>
- <property name="value">
- <double>50.000000000000000</double>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBoxAutosave">
- <property name="title">
- <string>Autosave</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_4">
- <item row="0" column="0">
- <widget class="QCheckBox" name="autosaveEnabled">
- <property name="text">
- <string>Autosave Enabled</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QLabel" name="intervalLabel">
- <property name="text">
- <string>Interval (seconds)</string>
- </property>
- </widget>
- </item>
- <item row="0" column="2">
- <widget class="QSpinBox" name="autosaveInterval">
- <property name="toolTip">
- <string>The length of the 3D view
-manipulator tool handles.</string>
- </property>
- <property name="minimum">
- <number>30</number>
- </property>
- <property name="maximum">
- <number>3600</number>
- </property>
- <property name="singleStep">
- <number>30</number>
- </property>
- <property name="value">
- <number>600</number>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QPushButton" name="clearAutosaveFiles">
- <property name="toolTip">
- <string>Clear all autosave files from project folder</string>
- </property>
- <property name="text">
- <string>Clear Autosave Files</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="m_buttonRestoreDefaults">
- <property name="maximumSize">
- <size>
- <width>293</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="toolTip">
- <string/>
- </property>
- <property name="text">
- <string>Restore Defaults</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="m_buttonResetLayout">
- <property name="toolTip">
- <string>Click to restore default Studio
-palette positions and visibilities</string>
- </property>
- <property name="text">
- <string>Reset Layout</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBoxPreview">
- <property name="title">
- <string>Preview</string>
- </property>
- <layout class="QFormLayout" name="formLayout">
- <item row="1" column="0">
- <widget class="QLabel" name="label_5">
- <property name="text">
- <string>Configuration</string>
- </property>
- <property name="buddy">
- <cstring>m_PreviewSelector</cstring>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QComboBox" name="m_PreviewSelector"/>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>0</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>