Files
gtav-src/tools_ng/techart/sandboxmotionbuilder/Shared/MotionWarp/UI/MotionWarp.ui
T
2025-09-29 00:52:08 +02:00

794 lines
26 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MotionWarp</class>
<widget class="QMainWindow" name="MotionWarp">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>443</width>
<height>600</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>443</width>
<height>350</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>443</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>Motion Warp</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QTabWidget" name="tabBox">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="tabPosition">
<enum>QTabWidget::North</enum>
</property>
<property name="tabShape">
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="documentMode">
<bool>false</bool>
</property>
<property name="tabsClosable">
<bool>false</bool>
</property>
<widget class="QWidget" name="turnTab">
<attribute name="title">
<string>Turn Circle</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QTabWidget" name="turnTabBox">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="autoAVTab">
<attribute name="title">
<string>Auto Angular Velocity</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QComboBox" name="turn_AutoAVComboBox">
<item>
<property name="text">
<string>Human</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Turn Direction</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QRadioButton" name="autoAV_clockwiseRadio">
<property name="text">
<string>Clockwise</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="autoAV_counterClockwiseRadio">
<property name="text">
<string>Counter Clockwise</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QFrame" name="frame_7">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Turn Size</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QRadioButton" name="turn_autoAVSmallTurnRadio">
<property name="text">
<string>Small Turn</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="turn_autoAVLargeTurnRadio">
<property name="text">
<string>Large Turn</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QFrame" name="frame_6">
<property name="lineWidth">
<number>0</number>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<property name="margin">
<number>0</number>
</property>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="manualTurnTab">
<attribute name="title">
<string>Manual Radius</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<widget class="QDoubleSpinBox" name="manualTurn_RadiusNumBox">
<property name="decimals">
<number>3</number>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_13">
<property name="title">
<string>Turn Direction</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QRadioButton" name="manualTurn_clockwiseRadio">
<property name="text">
<string>Clockwise</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="manualTurn_counterClockwiseRadio">
<property name="text">
<string>Counter Clockwise</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_8">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>55</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="manualAVTab">
<attribute name="title">
<string>Manual Angular Velocity</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QDoubleSpinBox" name="manualAV_AVNumBox">
<property name="decimals">
<number>3</number>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Turn Direction</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QRadioButton" name="manualAV_clockwiseRadio">
<property name="text">
<string>Clockwise</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="manualAV_counterClockwiseRadio">
<property name="text">
<string>Counter Clockwise</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_7">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QPushButton" name="turn_applyMotionWarpBtn">
<property name="text">
<string>Apply MotionWarp to Selected</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="turn_deleteMotionWarpBtn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Remove MotionWarp From Selected</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="splineTab">
<attribute name="title">
<string>Spline</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_14">
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Spline Points</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QSlider" name="spline_splinePointNumSlider">
<property name="maximum">
<number>12</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox">
<property name="maximum">
<number>12</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QPushButton" name="spline_applyMotionWarpBtn">
<property name="text">
<string>Apply MotionWarp to Selected</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="spline_deleteMotionWarpBtn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Remove MotionWarp From Selected</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="zonalStartTab">
<attribute name="title">
<string>Zonal Start</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QGroupBox" name="groupBox_6">
<property name="title">
<string>Offset Angle</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QDoubleSpinBox" name="zonalStart_offsetAngleNumBox">
<property name="minimum">
<double>-360.000000000000000</double>
</property>
<property name="maximum">
<double>360.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="frame">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="zonalStart_subtract45Btn">
<property name="text">
<string>-45</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="zonalStart_add45Btn">
<property name="text">
<string>+45</string>
</property>
</widget>
</item>
</layout>
<zorder>zonalStart_subtract45Btn</zorder>
<zorder>zonalStart_subtract45Btn</zorder>
<zorder>zonalStart_add45Btn</zorder>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="zonalStartCanvas" native="true">
<layout class="QVBoxLayout" name="verticalLayout_13"/>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="zonalStart_keyHelperBtn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Zonal Key Helper</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QPushButton" name="zonalStart_applyMotionWarpBtn">
<property name="text">
<string>Apply MotionWarp to Selected</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="zonalStart_deleteMotionWarpBtn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Remove MotionWarp From Selected</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="zonalStopTab">
<attribute name="title">
<string>Zonal Stop/Idle Turn</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string>Offset Angle</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
<widget class="QDoubleSpinBox" name="zonalStop_offsetAngleNumBox">
<property name="minimum">
<double>-360.000000000000000</double>
</property>
<property name="maximum">
<double>360.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QFrame" name="frame_2">
<layout class="QHBoxLayout" name="horizontalLayout_14">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="zonalStop_subtract45Btn">
<property name="text">
<string>-45</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="zonalStop_add45Btn">
<property name="text">
<string>+45</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="zonalStop_keyHelperBtn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Zonal Key Helper</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QPushButton" name="zonalStop_applyMotionWarpBtn">
<property name="text">
<string>Apply MotionWarp to Selected</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="zonalStop_deleteMotionWarpBtn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Remove MotionWarp From Selected</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="zonalAdvancedtab">
<attribute name="title">
<string>Zonal Advanced</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QGroupBox" name="groupBox_8">
<property name="title">
<string>Offset Angles</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<widget class="QDoubleSpinBox" name="zonalAdvanced_offsetAngleNumBox01">
<property name="minimum">
<double>-360.000000000000000</double>
</property>
<property name="maximum">
<double>360.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="zonalAdvanced_offsetAngleNumBox02">
<property name="minimum">
<double>-360.000000000000000</double>
</property>
<property name="maximum">
<double>360.000000000000000</double>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="zonalAdvanced_keyHelperBtn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Zonal Key Helper</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QPushButton" name="zonalAdvanced_applyMotionWarpBtn">
<property name="text">
<string>Apply MotionWarp to Selected</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="zonalAdvanced_deleteMotionWarpBtn">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Remove MotionWarp From Selected</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QPushButton" name="advancedSettingsBtn">
<property name="text">
<string>Advanced Settings</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="advancedSettingsWidget" native="true">
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QComboBox" name="plotSettings_comboBox">
<item>
<property name="text">
<string>Plot Character</string>
</property>
</item>
<item>
<property name="text">
<string>Plot Selected Nodes</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="advanced_dimensionComboBox">
<property name="enabled">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>Default (XZ)</string>
</property>
</item>
<item>
<property name="text">
<string>3D (XYZ)</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QProgressBar" name="progressBar">
<property name="value">
<number>25</number>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>443</width>
<height>35</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>35</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="styleSheet">
<string notr="true">background-color:rgb(255, 171, 0);background-image: url(&quot;X:/wildwest/script/motionbuildersandbox/Arran/Proto/MotionWarp/UI/RSIcon.png&quot;);background-repeat: no-repeat;background-position: right; </string>
</property>
<property name="nativeMenuBar">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>spline_splinePointNumSlider</sender>
<signal>valueChanged(int)</signal>
<receiver>spinBox</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>327</x>
<y>112</y>
</hint>
<hint type="destinationlabel">
<x>385</x>
<y>112</y>
</hint>
</hints>
</connection>
<connection>
<sender>spinBox</sender>
<signal>valueChanged(int)</signal>
<receiver>spline_splinePointNumSlider</receiver>
<slot>setValue(int)</slot>
<hints>
<hint type="sourcelabel">
<x>399</x>
<y>101</y>
</hint>
<hint type="destinationlabel">
<x>213</x>
<y>103</y>
</hint>
</hints>
</connection>
</connections>
</ui>