diff options
Diffstat (limited to 'konq-plugins/domtreeviewer/attributeeditdialog.ui')
-rw-r--r-- | konq-plugins/domtreeviewer/attributeeditdialog.ui | 174 |
1 files changed, 174 insertions, 0 deletions
diff --git a/konq-plugins/domtreeviewer/attributeeditdialog.ui b/konq-plugins/domtreeviewer/attributeeditdialog.ui new file mode 100644 index 0000000..c77f92d --- /dev/null +++ b/konq-plugins/domtreeviewer/attributeeditdialog.ui @@ -0,0 +1,174 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>AttributeEditDialog</class> +<widget class="QDialog"> + <property name="name"> + <cstring>AttributeEditDialog</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>412</width> + <height>254</height> + </rect> + </property> + <property name="caption"> + <string>Edit Attribute</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>Attribute &name:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>attrName</cstring> + </property> + </widget> + <widget class="KLineEdit"> + <property name="name"> + <cstring>attrName</cstring> + </property> + </widget> + </hbox> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Attribute &value:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>attrValue</cstring> + </property> + </widget> + <widget class="KTextEdit"> + <property name="name"> + <cstring>attrValue</cstring> + </property> + <property name="acceptDrops"> + <bool>true</bool> + </property> + <property name="textFormat"> + <enum>PlainText</enum> + </property> + <property name="tabChangesFocus"> + <bool>true</bool> + </property> + <property name="autoFormatting"> + <set>AutoNone</set> + </property> + </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>layout8</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QPushButton"> + <property name="name"> + <cstring>okBtn</cstring> + </property> + <property name="text"> + <string>&OK</string> + </property> + <property name="default"> + <bool>true</bool> + </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>121</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>okBtn</sender> + <signal>clicked()</signal> + <receiver>AttributeEditDialog</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>cancelBtn</sender> + <signal>clicked()</signal> + <receiver>AttributeEditDialog</receiver> + <slot>reject()</slot> + </connection> + <connection> + <sender>attrValue</sender> + <signal>returnPressed()</signal> + <receiver>AttributeEditDialog</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>attrName</sender> + <signal>returnPressed()</signal> + <receiver>AttributeEditDialog</receiver> + <slot>accept()</slot> + </connection> +</connections> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klineedit.h</includehint> + <includehint>ktextedit.h</includehint> +</includehints> +</UI> |