kde-workspace/drkonqi/ui/assistantpage_bugzilla_preview.ui
2014-11-15 04:16:00 +02:00

36 lines
956 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AssistantPageBugzillaPreview</class>
<widget class="QWidget" name="AssistantPageBugzillaPreview">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>545</width>
<height>300</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="m_previewDescriptionLabel">
<property name="text">
<string comment="@label">This is a preview of the report's contents which will be sent. &lt;nl /&gt;
If you want to modify it go to the previous pages.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="KTextEdit" name="m_previewEdit">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>