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.
konversation/konversation/src/nicklistbehavior_preference...

161 lines
5.6 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>NicklistBehavior_ConfigUI</class>
<comment>This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
</comment>
<author>Copyright (C) 2005 Peter Simonsson</author>
<widget class="TQWidget">
<property name="name">
<cstring>NicklistBehavior_ConfigUI</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>692</width>
<height>480</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>&amp;Command to be executed on double click:</string>
</property>
<property name="buddy" stdset="0">
<cstring>kcfg_ChannelDoubleClickAction</cstring>
</property>
</widget>
<widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>kcfg_SortCaseInsensitive</cstring>
</property>
<property name="text">
<string>Sort case &amp;insensitive</string>
</property>
</widget>
<widget class="TQCheckBox" row="2" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>kcfg_SortByActivity</cstring>
</property>
<property name="text">
<string>Sort by &amp;activity</string>
</property>
</widget>
<widget class="TQCheckBox" row="3" column="0">
<property name="name">
<cstring>kcfg_SortByStatus</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>4</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Sort b&amp;y user status</string>
</property>
</widget>
<widget class="TDEListView" row="4" column="0" rowspan="1" colspan="3">
<column>
<property name="text">
<string>Mode</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Explanation</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>sortOrder</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="fullWidth">
<bool>true</bool>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="shadeSortColumn">
<bool>false</bool>
</property>
</widget>
<widget class="KLineEdit" row="0" column="2">
<property name="name">
<cstring>kcfg_ChannelDoubleClickAction</cstring>
</property>
</widget>
<widget class="TQLabel" row="3" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>orderHintLabel</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>(Reorder nick sorting order by drag and drop)</string>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>kcfg_SortByStatus</sender>
<signal>toggled(bool)</signal>
<receiver>sortOrder</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>kcfg_SortByStatus</sender>
<signal>toggled(bool)</signal>
<receiver>orderHintLabel</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<tabstops>
<tabstop>kcfg_ChannelDoubleClickAction</tabstop>
<tabstop>kcfg_SortCaseInsensitive</tabstop>
<tabstop>kcfg_SortByStatus</tabstop>
<tabstop>sortOrder</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includehints>
<includehint>klistview.h</includehint>
<includehint>klineedit.h</includehint>
</includehints>
</UI>