You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
3.1 KiB
Plaintext
130 lines
3.1 KiB
Plaintext
3 weeks ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>PropertyWidget</class>
|
||
|
<widget class="QWidget" name="PropertyWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>313</width>
|
||
|
<height>309</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="label_Name">
|
||
|
<property name="text">
|
||
|
<string>Name:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="2">
|
||
|
<widget class="QLabel" name="label_NameInfo">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0" colspan="4">
|
||
|
<widget class="Line" name="line_2">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>70</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Styling</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0" colspan="4">
|
||
|
<widget class="Line" name="line">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="0">
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>70</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Opacity</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="1" colspan="2">
|
||
|
<widget class="QSlider" name="horizontalSlider_Opacity">
|
||
|
<property name="maximum">
|
||
|
<number>100</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>100</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="invertedAppearance">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="tickPosition">
|
||
|
<enum>QSlider::NoTicks</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="3">
|
||
|
<widget class="QSpinBox" name="spinBox_Opacity">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>70</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="buttonSymbols">
|
||
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>100</number>
|
||
|
</property>
|
||
|
<property name="stepType">
|
||
|
<enum>QAbstractSpinBox::DefaultStepType</enum>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>100</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="5" column="1">
|
||
|
<spacer name="verticalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>224</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|