diff options
Diffstat (limited to 'tools/ArtistTools/source/BlastPlugin/UI/SupportPanel.ui')
| -rw-r--r-- | tools/ArtistTools/source/BlastPlugin/UI/SupportPanel.ui | 120 |
1 files changed, 0 insertions, 120 deletions
diff --git a/tools/ArtistTools/source/BlastPlugin/UI/SupportPanel.ui b/tools/ArtistTools/source/BlastPlugin/UI/SupportPanel.ui deleted file mode 100644 index 0ea87ce..0000000 --- a/tools/ArtistTools/source/BlastPlugin/UI/SupportPanel.ui +++ /dev/null @@ -1,120 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>SupportPanel</class> - <widget class="QWidget" name="SupportPanel"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>340</width> - <height>66</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>340</width> - <height>0</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>340</width> - <height>16777215</height> - </size> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="1" column="0"> - <widget class="QLabel" name="labelEnableJoint"> - <property name="sizePolicy"> - <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>170</width> - <height>0</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>170</width> - <height>16777215</height> - </size> - </property> - <property name="text"> - <string>Enable Joint</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QCheckBox" name="checkBoxEnableJoint"/> - </item> - <item row="0" column="0"> - <widget class="QLabel" name="labelBondStrength"> - <property name="sizePolicy"> - <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>170</width> - <height>0</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>170</width> - <height>16777215</height> - </size> - </property> - <property name="text"> - <string>Bond Strength</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QDoubleSpinBox" name="spinBoxBondStrength"> - <property name="minimumSize"> - <size> - <width>80</width> - <height>0</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>80</width> - <height>16777215</height> - </size> - </property> - </widget> - </item> - </layout> - </widget> - <tabstops> - <tabstop>spinBoxBondStrength</tabstop> - <tabstop>checkBoxEnableJoint</tabstop> - </tabstops> - <resources> - <include location="BlastToolBar.qrc"/> - </resources> - <connections/> -</ui> |