diff -r 5c925935cbb9 -r d280acf98fb5 ProjectDjango/DjangoSendTestEmailDataDialog.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ProjectDjango/DjangoSendTestEmailDataDialog.ui Sat Mar 24 19:11:39 2018 +0100 @@ -0,0 +1,101 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>DjangoSendTestEmailDataDialog</class> + <widget class="QDialog" name="DjangoSendTestEmailDataDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>350</height> + </rect> + </property> + <property name="windowTitle"> + <string>sendtestemail Command Options</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QCheckBox" name="managersCheckBox"> + <property name="toolTip"> + <string>Select to send a test email to the defined managers</string> + </property> + <property name="text"> + <string>Send to Managers</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="adminsCheckBox"> + <property name="toolTip"> + <string>Select to send a test email to the defined administrators</string> + </property> + <property name="text"> + <string>Send to Administrators</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Recipients (one per line):</string> + </property> + </widget> + </item> + <item> + <widget class="QPlainTextEdit" name="recipientsEdit"> + <property name="toolTip"> + <string>Enter email addresses one per line</string> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>DjangoSendTestEmailDataDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>248</x> + <y>254</y> + </hint> + <hint type="destinationlabel"> + <x>157</x> + <y>274</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>DjangoSendTestEmailDataDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>316</x> + <y>260</y> + </hint> + <hint type="destinationlabel"> + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>