diff options
Diffstat (limited to 'kate/katesort/src/sortdialoglayout.ui')
-rw-r--r-- | kate/katesort/src/sortdialoglayout.ui | 392 |
1 files changed, 392 insertions, 0 deletions
diff --git a/kate/katesort/src/sortdialoglayout.ui b/kate/katesort/src/sortdialoglayout.ui new file mode 100644 index 0000000..7e29409 --- /dev/null +++ b/kate/katesort/src/sortdialoglayout.ui @@ -0,0 +1,392 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>sortdialoglayout</class> +<widget class="QDialog"> + <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="QLayoutWidget" 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="QPushButton"> + <property name="name"> + <cstring>buttonOk</cstring> + </property> + <property name="text"> + <string>&OK</string> + </property> + <property name="accel"> + <string></string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonCancel</cstring> + </property> + <property name="text"> + <string>&Cancel</string> + </property> + <property name="accel"> + <string></string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + </widget> + </hbox> + </widget> + <widget class="QButtonGroup" 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="QLayoutWidget"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioButtonAsc</cstring> + </property> + <property name="text"> + <string>&Ascending</string> + </property> + <property name="accel"> + <string>Alt+A</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioButtonDesc</cstring> + </property> + <property name="text"> + <string>&Descending</string> + </property> + <property name="accel"> + <string>Alt+D</string> + </property> + </widget> + </vbox> + </widget> + </hbox> + </widget> + <widget class="QGroupBox" 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="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout4</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>m_checkBoxCase</cstring> + </property> + <property name="text"> + <string>&Case sensitive</string> + </property> + <property name="accel"> + <string>Alt+C</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>m_checkBoxUnique</cstring> + </property> + <property name="text"> + <string>Uni&que</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>m_checkBoxByCol</cstring> + </property> + <property name="text"> + <string>B&y column</string> + </property> + <property name="accel"> + <string>Alt+Y</string> + </property> + </widget> + </vbox> + </widget> + <widget class="QLayoutWidget" 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="QLabel"> + <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="QLineEdit"> + <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="QLayoutWidget" 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="QLabel"> + <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="QLineEdit"> + <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="QButtonGroup" 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="QLayoutWidget"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioButtonAlphaSort</cstring> + </property> + <property name="text"> + <string>Alpha&betical</string> + </property> + <property name="accel"> + <string>Alt+B</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>m_radioButtonNumSort</cstring> + </property> + <property name="text"> + <string>Nu&meric</string> + </property> + <property name="accel"> + <string>Alt+M</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> |