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.
 
 
 

217 lines
5.4 KiB

<ui version="4.0" >
<class>SnippetDlgBase</class>
<widget class="QDialog" name="SnippetDlgBase" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>338</width>
<height>379</height>
</rect>
</property>
<property name="windowTitle" >
<string>Add Snippet</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QLabel" name="nameLabel" >
<property name="text" >
<string>&amp;Name:</string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
<property name="buddy" >
<cstring>snippetName</cstring>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="KLineEdit" name="snippetName" />
</item>
<item row="1" column="0" >
<widget class="QLabel" name="textLabelGroup" >
<property name="text" >
<string comment="Group to which the snippet belongs.">Group:</string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="KComboBox" name="cbGroup" />
</item>
<item row="2" column="0" >
<widget class="QLabel" name="textLabel" >
<property name="text" >
<string>&amp;Snippet:</string>
</property>
<property name="alignment" >
<set>Qt::AlignTop</set>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
<property name="buddy" >
<cstring>snippetText</cstring>
</property>
</widget>
</item>
<item rowspan="2" row="2" column="1" >
<widget class="KTextEdit" name="snippetText" >
<property name="font" >
<font>
<family>Courier</family>
<pointsize>11</pointsize>
</font>
</property>
</widget>
</item>
<item row="3" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>48</width>
<height>181</height>
</size>
</property>
</spacer>
</item>
<item row="4" column="0" >
<widget class="QLabel" name="keyWidgetLabel" >
<property name="text" >
<string>Sh&amp;ortcut:</string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
<property name="buddy" >
<cstring>keyWidget</cstring>
</property>
</widget>
</item>
<item row="4" column="1" >
<widget class="KKeySequenceWidget" name="keyWidget" />
</item>
<item row="5" column="0" colspan="2" >
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="KPushButton" name="btnAdd" >
<property name="text" >
<string>&amp;Add</string>
</property>
</widget>
</item>
<item>
<widget class="KPushButton" name="btnCancel" >
<property name="text" >
<string>&amp;Cancel</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11" />
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<customwidgets>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
<customwidget>
<class>KKeySequenceWidget</class>
<extends>QWidget</extends>
<header>kkeysequencewidget.h</header>
</customwidget>
<customwidget>
<class>KLineEdit</class>
<extends>QLineEdit</extends>
<header>klineedit.h</header>
</customwidget>
<customwidget>
<class>KPushButton</class>
<extends>QPushButton</extends>
<header>kpushbutton.h</header>
</customwidget>
<customwidget>
<class>KTextEdit</class>
<extends>QTextEdit</extends>
<header>ktextedit.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>snippetName</tabstop>
<tabstop>cbGroup</tabstop>
<tabstop>snippetText</tabstop>
<tabstop>btnAdd</tabstop>
<tabstop>btnCancel</tabstop>
</tabstops>
<includes>
<include location="local" >kpushbutton.h</include>
<include location="local" >kpushbutton.h</include>
<include location="local" >klineedit.h</include>
<include location="local" >kcombobox.h</include>
<include location="local" >ktextedit.h</include>
</includes>
<resources/>
<connections>
<connection>
<sender>btnAdd</sender>
<signal>clicked()</signal>
<receiver>SnippetDlgBase</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel" >
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
<connection>
<sender>btnCancel</sender>
<signal>clicked()</signal>
<receiver>SnippetDlgBase</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel" >
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
</connections>
</ui>