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.
tdeaddons/kate/katesort/sortdialoglayout.ui

369 lines
15 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>sortdialoglayout</class>
<widget class="TQDialog">
<property name="name">
<cstring>sortdialoglayout</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>426</width>
<height>224</height>
</rect>
</property>
<property name="caption">
<string>Sort</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>Layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<spacer>
<property name="name">
<cstring>Horizontal Spacing2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>253</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>buttonOk</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>buttonCancel</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
</hbox>
</widget>
<widget class="TQButtonGroup" row="0" column="0">
<property name="name">
<cstring>m_groupSortOrder</cstring>
</property>
<property name="title">
<string>Sort order</string>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout2</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>m_radioButtonAsc</cstring>
</property>
<property name="text">
<string>&amp;Ascending</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>m_radioButtonDesc</cstring>
</property>
<property name="text">
<string>&amp;Descending</string>
</property>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<widget class="TQGroupBox" row="0" column="1" rowspan="2" colspan="1">
<property name="name">
<cstring>m_groupAdvanced</cstring>
</property>
<property name="title">
<string>Advanced</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="0" column="0">
<property name="name">
<cstring>layout4</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_checkBoxCase</cstring>
</property>
<property name="text">
<string>&amp;Case sensitive</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_checkBoxUnique</cstring>
</property>
<property name="text">
<string>Uni&amp;que</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>m_checkBoxByCol</cstring>
</property>
<property name="text">
<string>B&amp;y column</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout5</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>m_textLabelStartCol</cstring>
</property>
<property name="text">
<string>Starting at:</string>
</property>
<property name="buddy" stdset="0">
<cstring>M_lineEditStartCol</cstring>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>30</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLineEdit">
<property name="name">
<cstring>m_lineEditStartCol</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="maxLength">
<number>7</number>
</property>
<property name="inputMask">
<string></string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>layout6</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>m_textLabelEndCol</cstring>
</property>
<property name="text">
<string>Ending at:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_lineEditEndCol</cstring>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>31</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLineEdit">
<property name="name">
<cstring>m_lineEditEndCol</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="maxLength">
<number>7</number>
</property>
<property name="inputMask">
<string></string>
</property>
</widget>
</hbox>
</widget>
<spacer row="0" column="1">
<property name="name">
<cstring>spacer6</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>130</width>
<height>21</height>
</size>
</property>
</spacer>
</grid>
</widget>
<widget class="TQButtonGroup" row="1" column="0">
<property name="name">
<cstring>m_groupSortType</cstring>
</property>
<property name="title">
<string>Sort type</string>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout3</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton">
<property name="name">
<cstring>m_radioButtonAlphaSort</cstring>
</property>
<property name="text">
<string>Alpha&amp;betical</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="TQRadioButton">
<property name="name">
<cstring>m_radioButtonNumSort</cstring>
</property>
<property name="text">
<string>Nu&amp;meric</string>
</property>
</widget>
</vbox>
</widget>
</hbox>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>buttonOk</sender>
<signal>clicked()</signal>
<receiver>sortdialoglayout</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>buttonCancel</sender>
<signal>clicked()</signal>
<receiver>sortdialoglayout</receiver>
<slot>reject()</slot>
</connection>
<connection>
<sender>m_checkBoxByCol</sender>
<signal>toggled(bool)</signal>
<receiver>sortdialoglayout</receiver>
<slot>toggledCol()</slot>
</connection>
<connection>
<sender>m_radioButtonAlphaSort</sender>
<signal>toggled(bool)</signal>
<receiver>sortdialoglayout</receiver>
<slot>toggledType()</slot>
</connection>
</connections>
<slots>
<slot access="protected">toggledCol()</slot>
<slot access="protected">toggledType()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>