/ src / bitmessageqt / specialaddressbehavior.ui
specialaddressbehavior.ui
  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <ui version="4.0">
  3   <class>SpecialAddressBehaviorDialog</class>
  4   <widget class="QDialog" name="SpecialAddressBehaviorDialog">
  5    <property name="geometry">
  6     <rect>
  7      <x>0</x>
  8      <y>0</y>
  9      <width>386</width>
 10      <height>172</height>
 11     </rect>
 12    </property>
 13    <property name="windowTitle">
 14     <string>Special Address Behavior</string>
 15    </property>
 16    <layout class="QGridLayout" name="gridLayout">
 17     <item row="0" column="0">
 18      <widget class="QRadioButton" name="radioButtonBehaveNormalAddress">
 19       <property name="text">
 20        <string>Behave as a normal address</string>
 21       </property>
 22       <property name="checked">
 23        <bool>true</bool>
 24       </property>
 25      </widget>
 26     </item>
 27     <item row="1" column="0">
 28      <widget class="QRadioButton" name="radioButtonBehaviorMailingList">
 29       <property name="text">
 30        <string>Behave as a pseudo-mailing-list address</string>
 31       </property>
 32      </widget>
 33     </item>
 34     <item row="2" column="0">
 35      <widget class="QLabel" name="label">
 36       <property name="text">
 37        <string>Mail received to a pseudo-mailing-list address will be automatically broadcast to subscribers (and thus will be public).</string>
 38       </property>
 39       <property name="wordWrap">
 40        <bool>true</bool>
 41       </property>
 42      </widget>
 43     </item>
 44     <item row="3" column="0">
 45      <widget class="QLabel" name="label_2">
 46       <property name="text">
 47        <string>Name of the pseudo-mailing-list:</string>
 48       </property>
 49      </widget>
 50     </item>
 51     <item row="4" column="0">
 52      <widget class="QLineEdit" name="lineEditMailingListName">
 53       <property name="enabled">
 54        <bool>false</bool>
 55       </property>
 56      </widget>
 57     </item>
 58     <item row="5" column="0">
 59      <widget class="QDialogButtonBox" name="buttonBox">
 60       <property name="minimumSize">
 61        <size>
 62         <width>368</width>
 63         <height>0</height>
 64        </size>
 65       </property>
 66       <property name="orientation">
 67        <enum>Qt::Horizontal</enum>
 68       </property>
 69       <property name="standardButtons">
 70        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 71       </property>
 72      </widget>
 73     </item>
 74    </layout>
 75   </widget>
 76   <tabstops>
 77    <tabstop>radioButtonBehaveNormalAddress</tabstop>
 78    <tabstop>radioButtonBehaviorMailingList</tabstop>
 79    <tabstop>lineEditMailingListName</tabstop>
 80    <tabstop>buttonBox</tabstop>
 81   </tabstops>
 82   <resources/>
 83   <connections>
 84    <connection>
 85     <sender>buttonBox</sender>
 86     <signal>accepted()</signal>
 87     <receiver>SpecialAddressBehaviorDialog</receiver>
 88     <slot>accept()</slot>
 89     <hints>
 90      <hint type="sourcelabel">
 91       <x>227</x>
 92       <y>152</y>
 93      </hint>
 94      <hint type="destinationlabel">
 95       <x>157</x>
 96       <y>171</y>
 97      </hint>
 98     </hints>
 99    </connection>
100    <connection>
101     <sender>buttonBox</sender>
102     <signal>rejected()</signal>
103     <receiver>SpecialAddressBehaviorDialog</receiver>
104     <slot>reject()</slot>
105     <hints>
106      <hint type="sourcelabel">
107       <x>295</x>
108       <y>158</y>
109      </hint>
110      <hint type="destinationlabel">
111       <x>286</x>
112       <y>171</y>
113      </hint>
114     </hints>
115    </connection>
116    <connection>
117     <sender>radioButtonBehaviorMailingList</sender>
118     <signal>clicked(bool)</signal>
119     <receiver>lineEditMailingListName</receiver>
120     <slot>setEnabled(bool)</slot>
121     <hints>
122      <hint type="sourcelabel">
123       <x>95</x>
124       <y>40</y>
125      </hint>
126      <hint type="destinationlabel">
127       <x>94</x>
128       <y>123</y>
129      </hint>
130     </hints>
131    </connection>
132    <connection>
133     <sender>radioButtonBehaveNormalAddress</sender>
134     <signal>clicked(bool)</signal>
135     <receiver>lineEditMailingListName</receiver>
136     <slot>setDisabled(bool)</slot>
137     <hints>
138      <hint type="sourcelabel">
139       <x>139</x>
140       <y>19</y>
141      </hint>
142      <hint type="destinationlabel">
143       <x>187</x>
144       <y>123</y>
145      </hint>
146     </hints>
147    </connection>
148   </connections>
149  </ui>