kde-workspace/kate/part/dialogs/commandmenueditwidget.ui

180 lines
4.9 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CmdBindingEditWidget</class>
<widget class="QWidget" name="CmdBindingEditWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QGroupBox" name="gbEdit">
<property name="title">
<string>Edit Command</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<layout class="QVBoxLayout">
<item>
<layout class="QHBoxLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="lblCommand">
<property name="text">
<string>&amp;Associated command:</string>
</property>
<property name="buddy">
<cstring>cmbCommand</cstring>
</property>
</widget>
</item>
<item>
<widget class="KComboBox" name="cmbCommand">
<property name="editable">
<bool>true</bool>
</property>
<property name="autoCompletionCaseSensitivity">
<enum>Qt::CaseSensitive</enum>
</property>
<property name="autoCompletion">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QFormLayout" name="formLayout">
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="lblName">
<property name="text">
<string>&amp;Name:</string>
</property>
<property name="buddy">
<cstring>edtName</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="KLineEdit" name="edtName"/>
</item>
<item>
<widget class="KIconButton" name="btnIcon">
<property name="toolTip">
<string>Choose an icon.</string>
</property>
<property name="whatsThis">
<string>&lt;p&gt;This icon will be displayed in the menu and toolbar.&lt;/p&gt;</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lblDescription">
<property name="text">
<string>&amp;Description:</string>
</property>
<property name="buddy">
<cstring>edtDescription</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="KLineEdit" name="edtDescription"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="lblCategory">
<property name="text">
<string>&amp;Category:</string>
</property>
<property name="buddy">
<cstring>cmbCategory</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="KComboBox" name="cmbCategory">
<property name="editable">
<bool>true</bool>
</property>
<property name="autoCompletionCaseSensitivity">
<enum>Qt::CaseSensitive</enum>
</property>
<property name="autoCompletion">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KIconButton</class>
<extends>QPushButton</extends>
<header>kicondialog.h</header>
</customwidget>
<customwidget>
<class>KLineEdit</class>
<extends>QLineEdit</extends>
<header>klineedit.h</header>
</customwidget>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>edtName</tabstop>
<tabstop>edtDescription</tabstop>
<tabstop>cmbCategory</tabstop>
<tabstop>cmbCommand</tabstop>
</tabstops>
<connections/>
</ui>