You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

218 lines
5.8 KiB

<!DOCTYPE UI><UI>
<class>KSSheetDlgSequenceInterf</class>
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>KSSheetDlgSequenceInterf</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>0</x>
<y>0</y>
<width>241</width>
<height>192</height>
</rect>
</property>
<property stdset="1">
<name>caption</name>
<string>Sequence</string>
</property>
<widget>
<class>QPushButton</class>
<property stdset="1">
<name>name</name>
<cstring>buttonCancel</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>145</x>
<y>155</y>
<width>90</width>
<height>30</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>Cancel</string>
</property>
</widget>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>TextLabel1</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>30</x>
<y>10</y>
<width>95</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>From :</string>
</property>
</widget>
<widget>
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>sequenceFrom</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>125</x>
<y>10</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>0.0</string>
</property>
</widget>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>TextLabel2</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>30</x>
<y>40</y>
<width>95</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>To / Step :</string>
</property>
</widget>
<widget>
<class>Line</class>
<property stdset="1">
<name>name</name>
<cstring>Line1</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>10</x>
<y>135</y>
<width>225</width>
<height>16</height>
</rect>
</property>
<property stdset="1">
<name>orientation</name>
<enum>Horizontal</enum>
</property>
</widget>
<widget>
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>sequenceTo</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>125</x>
<y>40</y>
<width>100</width>
<height>26</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>1.0</string>
</property>
</widget>
<widget>
<class>QCheckBox</class>
<property stdset="1">
<name>name</name>
<cstring>sequenceUseStepValue</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>30</x>
<y>80</y>
<width>185</width>
<height>21</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>Second parameter is a step value</string>
</property>
</widget>
<widget>
<class>QCheckBox</class>
<property stdset="1">
<name>name</name>
<cstring>sequenceReversedDirection</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>30</x>
<y>110</y>
<width>185</width>
<height>18</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>Fill in reversed direction</string>
</property>
</widget>
<widget>
<class>QPushButton</class>
<property stdset="1">
<name>name</name>
<cstring>buttonOK</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>50</x>
<y>155</y>
<width>90</width>
<height>30</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>OK</string>
</property>
</widget>
</widget>
<connections>
<connection>
<sender>buttonOK</sender>
<signal>clicked()</signal>
<receiver>KSSheetDlgSequenceInterf</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>KSSheetDlgSequenceInterf</receiver>
<slot>reject()</slot>
</connection>
</connections>
</UI>