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.
kmatplot/kmatplot/dialogs/kssheetdlgvaluerangeinterf.ui

197 lines
5.2 KiB

<!DOCTYPE UI><UI>
<class>KSSheetDlgValueRangeInterf</class>
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>KSSheetDlgValueRangeInterf</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>0</x>
<y>0</y>
<width>224</width>
<height>159</height>
</rect>
</property>
<property stdset="1">
<name>caption</name>
<string>Enter value range</string>
</property>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>TextLabel2</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>15</x>
<y>40</y>
<width>90</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>Minimum</string>
</property>
</widget>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>TextLabel3</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>15</x>
<y>70</y>
<width>90</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>Maximum</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>100</y>
<width>210</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>rangeMin</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>105</x>
<y>40</y>
<width>110</width>
<height>22</height>
</rect>
</property>
</widget>
<widget>
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>rangeMax</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>105</x>
<y>70</y>
<width>110</width>
<height>22</height>
</rect>
</property>
</widget>
<widget>
<class>QPushButton</class>
<property stdset="1">
<name>name</name>
<cstring>buttonCancel</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>130</x>
<y>125</y>
<width>90</width>
<height>30</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>Cancel</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>35</x>
<y>125</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>OK</string>
</property>
</widget>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>infoText</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>15</x>
<y>5</y>
<width>201</width>
<height>26</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>Fill with random numbers in &lt;min,max)</string>
</property>
<property stdset="1">
<name>alignment</name>
<set>AlignCenter</set>
</property>
<property>
<name>hAlign</name>
</property>
</widget>
</widget>
<connections>
<connection>
<sender>buttonOK</sender>
<signal>clicked()</signal>
<receiver>KSSheetDlgValueRangeInterf</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>KSSheetDlgValueRangeInterf</receiver>
<slot>reject()</slot>
</connection>
</connections>
</UI>