<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Feedback</class>
<widget class="QDialog" name="Feedback">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>476</width>
<height>350</height>
</rect>
</property>
<property name="windowTitle">
<string>Feedback</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>30</number>
</property>
<property name="topMargin">
<number>20</number>
</property>
<property name="rightMargin">
<number>30</number>
</property>
<property name="bottomMargin">
<number>20</number>
</property>
<property name="spacing">
<number>15</number>
</property>
<item row="5" column="0" colspan="3">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>359</width>
<height>2</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="0" colspan="3">
<widget class="QPlainTextEdit" name="txtMessage">
<property name="placeholderText">
<string>Message</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="3">
<widget class="QLineEdit" name="txtName">
<property name="placeholderText">
<string>Name</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<widget class="QLineEdit" name="txtEmail">
<property name="placeholderText">
<string>Email Address</string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="3">
<widget class="QLabel" name="lblTitle">
<property name="accessibleName">
<string notr="true">dialog-title</string>
</property>
<property name="text">
<string>Send a Feedback</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QPushButton" name="btnSend">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="accessibleName">
<string notr="true">primary</string>
</property>
<property name="text">
<string>Send</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="lblErrorMsg">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="btnClose">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="accessibleName">
<string>danger</string>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>txtName</tabstop>
<tabstop>txtEmail</tabstop>
<tabstop>txtMessage</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>