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.
247 lines
7.2 KiB
247 lines
7.2 KiB
<ui version="4.0" > |
|
<class>CustomTemplatesBase</class> |
|
<widget class="QWidget" name="CustomTemplatesBase" > |
|
<property name="geometry" > |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>600</width> |
|
<height>480</height> |
|
</rect> |
|
</property> |
|
<layout class="QVBoxLayout" > |
|
<property name="spacing" > |
|
<number>6</number> |
|
</property> |
|
<property name="margin" > |
|
<number>11</number> |
|
</property> |
|
<item> |
|
<widget class="QSplitter" name="splitter2" > |
|
<property name="orientation" > |
|
<enum>Qt::Horizontal</enum> |
|
</property> |
|
<property name="childrenCollapsible" > |
|
<bool>false</bool> |
|
</property> |
|
<widget class="QWidget" name="layout9" > |
|
<layout class="QVBoxLayout" > |
|
<property name="spacing" > |
|
<number>6</number> |
|
</property> |
|
<property name="margin" > |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<property name="spacing" > |
|
<number>6</number> |
|
</property> |
|
<property name="margin" > |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<widget class="KLineEdit" name="mName" > |
|
<property name="sizePolicy" > |
|
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" > |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="minimumSize" > |
|
<size> |
|
<width>100</width> |
|
<height>0</height> |
|
</size> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="KPushButton" name="mAdd" /> |
|
</item> |
|
<item> |
|
<widget class="KPushButton" name="mRemove" /> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<widget class="QTreeWidget" name="mList" > |
|
<property name="sizePolicy" > |
|
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" > |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="allColumnsShowFocus" > |
|
<bool>true</bool> |
|
</property> |
|
<column> |
|
<property name="text" > |
|
<string>Type</string> |
|
</property> |
|
</column> |
|
<column> |
|
<property name="text" > |
|
<string comment="Name of the custom template.">Name</string> |
|
</property> |
|
</column> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="mHelp" /> |
|
</item> |
|
</layout> |
|
</widget> |
|
<widget class="QFrame" name="mEditFrame" > |
|
<property name="sizePolicy" > |
|
<sizepolicy vsizetype="Preferred" hsizetype="Expanding" > |
|
<horstretch>12</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="frameShape" > |
|
<enum>QFrame::NoFrame</enum> |
|
</property> |
|
<property name="frameShadow" > |
|
<enum>QFrame::Raised</enum> |
|
</property> |
|
<layout class="QVBoxLayout" > |
|
<property name="spacing" > |
|
<number>6</number> |
|
</property> |
|
<property name="margin" > |
|
<number>0</number> |
|
</property> |
|
<item> |
|
<widget class="KTextEdit" name="mEdit" > |
|
<property name="sizePolicy" > |
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
|
<horstretch>3</horstretch> |
|
<verstretch>1</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="lineWrapMode" > |
|
<enum>QTextEdit::NoWrap</enum> |
|
</property> |
|
<property name="acceptRichText" > |
|
<bool>false</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<layout class="QGridLayout" > |
|
<property name="margin" > |
|
<number>0</number> |
|
</property> |
|
<property name="spacing" > |
|
<number>6</number> |
|
</property> |
|
<item row="1" column="2" > |
|
<widget class="KComboBox" name="mType" > |
|
<item> |
|
<property name="text" > |
|
<string comment="Universal custom template type.">Universal</string> |
|
</property> |
|
</item> |
|
<item> |
|
<property name="text" > |
|
<string>Reply</string> |
|
</property> |
|
</item> |
|
<item> |
|
<property name="text" > |
|
<string>Reply to All</string> |
|
</property> |
|
</item> |
|
<item> |
|
<property name="text" > |
|
<string comment="Template type for forwarding messages.">Forward</string> |
|
</property> |
|
</item> |
|
</widget> |
|
</item> |
|
<item row="0" column="1" > |
|
<widget class="QLabel" name="textLabel1_2" > |
|
<property name="text" > |
|
<string>Shortc&ut:</string> |
|
</property> |
|
<property name="alignment" > |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy" > |
|
<cstring>mKeySequenceWidget</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1" > |
|
<widget class="QLabel" name="textLabel1" > |
|
<property name="sizePolicy" > |
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" > |
|
<horstretch>1</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text" > |
|
<string>&Template type:</string> |
|
</property> |
|
<property name="alignment" > |
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
</property> |
|
<property name="buddy" > |
|
<cstring>mType</cstring> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="2" > |
|
<widget class="KKeySequenceWidget" name="mKeySequenceWidget" /> |
|
</item> |
|
<item row="0" column="0" > |
|
<widget class="TemplatesInsertCommand" native="1" name="mInsertCommand" /> |
|
</item> |
|
</layout> |
|
</item> |
|
</layout> |
|
</widget> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<layoutdefault spacing="6" margin="11" /> |
|
<customwidgets> |
|
<customwidget> |
|
<class>KComboBox</class> |
|
<extends>QComboBox</extends> |
|
<header>kcombobox.h</header> |
|
<container>1</container> |
|
</customwidget> |
|
<customwidget> |
|
<class>KKeySequenceWidget</class> |
|
<extends>QWidget</extends> |
|
<header>kkeysequencewidget.h</header> |
|
</customwidget> |
|
<customwidget> |
|
<class>KLineEdit</class> |
|
<extends>QLineEdit</extends> |
|
<header>klineedit.h</header> |
|
<container>1</container> |
|
</customwidget> |
|
<customwidget> |
|
<class>KPushButton</class> |
|
<extends>QPushButton</extends> |
|
<header>kpushbutton.h</header> |
|
<container>1</container> |
|
</customwidget> |
|
<customwidget> |
|
<class>KTextEdit</class> |
|
<extends>QTextEdit</extends> |
|
<header>ktextedit.h</header> |
|
</customwidget> |
|
<customwidget> |
|
<class>TemplatesInsertCommand</class> |
|
<extends>QWidget</extends> |
|
<header>templatesinsertcommand.h</header> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|