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.
37 lines
945 B
37 lines
945 B
<?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. |
|
|
|
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="QTextEdit" name="m_previewEdit"> |
|
<property name="readOnly"> |
|
<bool>true</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|