ProjectDjango/DjangoSendTestEmailDataDialog.ui

Sun, 30 Mar 2025 15:25:10 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 30 Mar 2025 15:25:10 +0200
branch
eric7
changeset 206
4dfd8f6f2503
parent 125
d280acf98fb5
permissions
-rw-r--r--

Created global tag <release-10.4.0>.

<?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>

eric ide

mercurial