Update app/reportissuedialog.ui
This commit is contained in:
parent
32ab5c7451
commit
6a04ed7431
@ -1,84 +1,84 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>ReportIssueDialog</class>
|
<class>ReportIssueDialog</class>
|
||||||
<widget class="QDialog" name="ReportIssueDialog">
|
<widget class="QDialog" name="ReportIssueDialog">
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Report a Problem</string>
|
<string>Report a Problem</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="labelInstructions">
|
<widget class="QLabel" name="labelInstructions">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Please describe the problem you encountered. We’ll use this info to help fix it.</string>
|
<string>Please describe the problem you encountered. We’ll use this info to help fix it.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="labelSummary">
|
<widget class="QLabel" name="labelSummary">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Summary (short title):</string>
|
<string>Summary (short title):</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="lineEditSummary" />
|
<widget class="QLineEdit" name="lineEditSummary" />
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="labelDetails">
|
<widget class="QLabel" name="labelDetails">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Details (what happened?):</string>
|
<string>Details (what happened?):</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QTextEdit" name="textEditDetails" />
|
<widget class="QTextEdit" name="textEditDetails" />
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="labelContact">
|
<widget class="QLabel" name="labelContact">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Your contact (email or name, optional):</string>
|
<string>Your contact (email or name, optional):</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="lineEditContact" />
|
<widget class="QLineEdit" name="lineEditContact" />
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="buttonLayout">
|
<layout class="QHBoxLayout" name="buttonLayout">
|
||||||
<item>
|
<item>
|
||||||
<spacer name="horizontalSpacer">
|
<spacer name="horizontalSpacer">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeType">
|
<property name="sizeType">
|
||||||
<enum>QSizePolicy::Expanding</enum>
|
<enum>QSizePolicy::Expanding</enum>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="buttonSend">
|
<widget class="QPushButton" name="buttonSend">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Send Report</string>
|
<string>Send Report</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="default">
|
<property name="default">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="buttonCancel">
|
<widget class="QPushButton" name="buttonCancel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Cancel</string>
|
<string>Cancel</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources/>
|
<resources/>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user