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

174 lines
6.1 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>Alias_ConfigUI</class>
<widget class="TQWidget">
<property name="name">
<cstring>Alias_ConfigUI</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>292</width>
<height>206</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQLayoutWidget" row="1" column="0">
<property name="name">
<cstring>layout7</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>aliasLabel</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Alias:</string>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>replacementLabel</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Replacement:</string>
</property>
</widget>
<widget class="KLineEdit" row="0" column="1">
<property name="name">
<cstring>aliasInput</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
</widget>
<widget class="KLineEdit" row="1" column="1">
<property name="name">
<cstring>replacementInput</cstring>
</property>
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</grid>
</widget>
<widget class="TDEListView" row="0" column="0">
<column>
<property name="text">
<string>Alias</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Replacement</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>aliasListView</cstring>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="hScrollBarMode">
<enum>Auto</enum>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="fullWidth">
<bool>true</bool>
</property>
<property name="itemsRenameable">
<bool>true</bool>
</property>
<property name="dragEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="TQLayoutWidget" row="0" column="1" rowspan="2" colspan="1">
<property name="name">
<cstring>layout8</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton">
<property name="name">
<cstring>newButton</cstring>
</property>
<property name="text">
<string>&amp;New...</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>removeButton</cstring>
</property>
<property name="text">
<string>&amp;Remove</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer18</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>350</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</grid>
</widget>
<tabstops>
<tabstop>aliasListView</tabstop>
<tabstop>aliasInput</tabstop>
<tabstop>replacementInput</tabstop>
<tabstop>newButton</tabstop>
<tabstop>removeButton</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">tdelistview.h</include>
</includes>
</UI>