2025-09-05 20:44:45 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>ReportIssueDialog</class>
|
|
|
|
|
<widget class="QDialog" name="ReportIssueDialog">
|
2026-01-08 00:37:55 -05:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>450</width>
|
|
|
|
|
<height>400</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>400</width>
|
|
|
|
|
<height>350</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2025-09-05 20:44:45 +00:00
|
|
|
<property name="windowTitle">
|
2026-01-08 00:37:55 -05:00
|
|
|
<string>Report an Issue</string>
|
2025-09-05 20:44:45 +00:00
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2026-01-08 00:37:55 -05:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>10</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="leftMargin">
|
|
|
|
|
<number>16</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
|
|
|
|
<number>16</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
|
|
|
|
<number>16</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
|
|
|
|
<number>16</number>
|
|
|
|
|
</property>
|
2025-09-05 20:44:45 +00:00
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="labelInstructions">
|
|
|
|
|
<property name="text">
|
2026-01-08 00:37:55 -05:00
|
|
|
<string>Please describe the issue you encountered. All fields are required.</string>
|
2025-09-05 20:44:45 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="wordWrap">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="labelSummary">
|
|
|
|
|
<property name="text">
|
2026-01-08 00:37:55 -05:00
|
|
|
<string>Summary *</string>
|
2025-09-05 20:44:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2026-01-08 00:37:55 -05:00
|
|
|
<widget class="QLineEdit" name="lineEditSummary">
|
|
|
|
|
<property name="placeholderText">
|
|
|
|
|
<string>Brief description of the issue</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maxLength">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2025-09-05 20:44:45 +00:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="labelDetails">
|
|
|
|
|
<property name="text">
|
2026-01-08 00:37:55 -05:00
|
|
|
<string>Details *</string>
|
2025-09-05 20:44:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2026-01-08 00:37:55 -05:00
|
|
|
<widget class="QTextEdit" name="textEditDetails">
|
|
|
|
|
<property name="placeholderText">
|
|
|
|
|
<string>What happened? What were you doing when the issue occurred?</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2025-09-05 20:44:45 +00:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2026-01-08 00:37:55 -05:00
|
|
|
<widget class="QLabel" name="labelEmail">
|
2025-09-05 20:44:45 +00:00
|
|
|
<property name="text">
|
2026-01-08 00:37:55 -05:00
|
|
|
<string>Email *</string>
|
2025-09-05 20:44:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2026-01-08 00:37:55 -05:00
|
|
|
<widget class="QLineEdit" name="lineEditEmail">
|
|
|
|
|
<property name="placeholderText">
|
|
|
|
|
<string>your@email.com</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeType">
|
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>10</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
2025-09-05 20:44:45 +00:00
|
|
|
</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>
|
2026-01-08 00:37:55 -05:00
|
|
|
<widget class="QPushButton" name="buttonCancel">
|
2025-09-05 20:44:45 +00:00
|
|
|
<property name="text">
|
2026-01-08 00:37:55 -05:00
|
|
|
<string>Cancel</string>
|
2025-09-05 20:44:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2026-01-08 00:37:55 -05:00
|
|
|
<widget class="QPushButton" name="buttonSend">
|
2025-09-05 20:44:45 +00:00
|
|
|
<property name="text">
|
2026-01-08 00:37:55 -05:00
|
|
|
<string>Send Report</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="default">
|
|
|
|
|
<bool>true</bool>
|
2025-09-05 20:44:45 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|