diff options
Diffstat (limited to 'konq-plugins/domtreeviewer/elementeditdialog.ui')
-rw-r--r-- | konq-plugins/domtreeviewer/elementeditdialog.ui | 201 |
1 files changed, 201 insertions, 0 deletions
diff --git a/konq-plugins/domtreeviewer/elementeditdialog.ui b/konq-plugins/domtreeviewer/elementeditdialog.ui new file mode 100644 index 0000000..8705250 --- /dev/null +++ b/konq-plugins/domtreeviewer/elementeditdialog.ui @@ -0,0 +1,201 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ElementEditDialog</class> +<widget class="QDialog"> + <property name="name"> + <cstring>ElementEditDialog</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>469</width> + <height>113</height> + </rect> + </property> + <property name="caption"> + <string>Edit Element</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout7</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Element &name:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>elemName</cstring> + </property> + </widget> + <widget class="KLineEdit"> + <property name="name"> + <cstring>elemName</cstring> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Element &namespace:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>elemNamespace</cstring> + </property> + </widget> + <widget class="KComboBox"> + <property name="name"> + <cstring>elemNamespace</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="editable"> + <bool>true</bool> + </property> + <property name="autoCompletion"> + <bool>true</bool> + </property> + <property name="duplicatesEnabled"> + <bool>false</bool> + </property> + </widget> + </hbox> + </widget> + <widget class="Line"> + <property name="name"> + <cstring>line1</cstring> + </property> + <property name="frameShape"> + <enum>HLine</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout6</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QPushButton"> + <property name="name"> + <cstring>insChildBtn</cstring> + </property> + <property name="text"> + <string>&Append as Child</string> + </property> + <property name="default"> + <bool>true</bool> + </property> + <property name="flat"> + <bool>false</bool> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>insBeforeBtn</cstring> + </property> + <property name="text"> + <string>Insert &Before Current</string> + </property> + <property name="flat"> + <bool>false</bool> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer3</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>60</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>cancelBtn</cstring> + </property> + <property name="text"> + <string>&Cancel</string> + </property> + </widget> + </hbox> + </widget> + </vbox> +</widget> +<customwidgets> +</customwidgets> +<connections> + <connection> + <sender>insChildBtn</sender> + <signal>clicked()</signal> + <receiver>ElementEditDialog</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>cancelBtn</sender> + <signal>clicked()</signal> + <receiver>ElementEditDialog</receiver> + <slot>reject()</slot> + </connection> + <connection> + <sender>elemName</sender> + <signal>returnPressed()</signal> + <receiver>ElementEditDialog</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>insBeforeBtn</sender> + <signal>clicked()</signal> + <receiver>ElementEditDialog</receiver> + <slot>accept()</slot> + </connection> +</connections> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klineedit.h</includehint> + <includehint>kcombobox.h</includehint> + <includehint>klineedit.h</includehint> +</includehints> +</UI> |