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/kssheetdlgcellrangeinterf.ui

272 lines
7.1 KiB

<!DOCTYPE UI><UI>
<class>KSSheetDlgCellRangeInterf</class>
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>KSSheetDlgCellRangeInterf</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>0</x>
<y>0</y>
<width>266</width>
<height>159</height>
</rect>
</property>
<property stdset="1">
<name>caption</name>
<string>Select cell range</string>
</property>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>TextLabel4</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>20</x>
<y>65</y>
<width>75</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>Columns</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>20</x>
<y>30</y>
<width>75</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>Rows</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>100</x>
<y>5</y>
<width>70</width>
<height>20</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>From :</string>
</property>
<property stdset="1">
<name>alignment</name>
<set>AlignCenter</set>
</property>
<property>
<name>hAlign</name>
</property>
</widget>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>TextLabel3</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>190</x>
<y>5</y>
<width>70</width>
<height>20</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>To :</string>
</property>
<property stdset="1">
<name>alignment</name>
<set>AlignCenter</set>
</property>
<property>
<name>hAlign</name>
</property>
</widget>
<widget>
<class>QSpinBox</class>
<property stdset="1">
<name>name</name>
<cstring>rowFrom</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>100</x>
<y>30</y>
<width>70</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>maxValue</name>
<number>999999999</number>
</property>
</widget>
<widget>
<class>QSpinBox</class>
<property stdset="1">
<name>name</name>
<cstring>rowTo</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>190</x>
<y>30</y>
<width>70</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>maxValue</name>
<number>999999999</number>
</property>
</widget>
<widget>
<class>QSpinBox</class>
<property stdset="1">
<name>name</name>
<cstring>colFrom</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>100</x>
<y>65</y>
<width>70</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>maxValue</name>
<number>999999999</number>
</property>
</widget>
<widget>
<class>QSpinBox</class>
<property stdset="1">
<name>name</name>
<cstring>colTo</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>190</x>
<y>65</y>
<width>71</width>
<height>25</height>
</rect>
</property>
<property stdset="1">
<name>maxValue</name>
<number>999999999</number>
</property>
</widget>
<widget>
<class>QPushButton</class>
<property stdset="1">
<name>name</name>
<cstring>buttonCancel</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>170</x>
<y>120</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>70</x>
<y>120</y>
<width>90</width>
<height>30</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
<string>OK</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>15</x>
<y>101</y>
<width>250</width>
<height>16</height>
</rect>
</property>
<property stdset="1">
<name>orientation</name>
<enum>Horizontal</enum>
</property>
</widget>
</widget>
<connections>
<connection>
<sender>buttonOK</sender>
<signal>clicked()</signal>
<receiver>KSSheetDlgCellRangeInterf</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>KSSheetDlgCellRangeInterf</receiver>
<slot>reject()</slot>
</connection>
</connections>
</UI>