123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ctkSliderWidget</class>
- <widget class="QWidget" name="ctkSliderWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>183</width>
- <height>27</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle">
- <string>ctkSliderWidget</string>
- </property>
- <layout class="QHBoxLayout">
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="ctkDoubleSlider" name="Slider">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDoubleSpinBox" name="SpinBox"/>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ctkDoubleSlider</class>
- <extends>QWidget</extends>
- <header>ctkDoubleSlider.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|