85 lines
2.2 KiB
XML
85 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>ReportIssueDialog</class>
|
||
<widget class="QDialog" name="ReportIssueDialog">
|
||
<property name="windowTitle">
|
||
<string>Report a Problem</string>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<widget class="QLabel" name="labelInstructions">
|
||
<property name="text">
|
||
<string>Please describe the problem you encountered. We’ll use this info to help fix it.</string>
|
||
</property>
|
||
<property name="wordWrap">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="labelSummary">
|
||
<property name="text">
|
||
<string>Summary (short title):</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="lineEditSummary" />
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="labelDetails">
|
||
<property name="text">
|
||
<string>Details (what happened?):</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QTextEdit" name="textEditDetails" />
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="labelContact">
|
||
<property name="text">
|
||
<string>Your contact (email or name, optional):</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="lineEditContact" />
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="buttonLayout">
|
||
<item>
|
||
<spacer name="horizontalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeType">
|
||
<enum>QSizePolicy::Expanding</enum>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="buttonSend">
|
||
<property name="text">
|
||
<string>Send Report</string>
|
||
</property>
|
||
<property name="default">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="buttonCancel">
|
||
<property name="text">
|
||
<string>Cancel</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|