/ src / bitmessageqt / wanlan.ui
wanlan.ui
  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <ui version="4.0">
  3   <class>Dialog</class>
  4   <widget class="QDialog" name="Dialog">
  5    <property name="enabled">
  6     <bool>true</bool>
  7    </property>
  8    <property name="geometry">
  9     <rect>
 10      <x>0</x>
 11      <y>0</y>
 12      <width>338</width>
 13      <height>225</height>
 14     </rect>
 15    </property>
 16    <property name="windowTitle">
 17     <string>Dialog</string>
 18    </property>
 19    <layout class="QGridLayout" name="gridLayout">
 20     <item row="0" column="0">
 21      <widget class="QRadioButton" name="radioButton">
 22       <property name="text">
 23        <string>Connect on the Internet with everyone else</string>
 24       </property>
 25       <property name="checked">
 26        <bool>true</bool>
 27       </property>
 28      </widget>
 29     </item>
 30     <item row="1" column="0">
 31      <widget class="QRadioButton" name="radioButton_2">
 32       <property name="text">
 33        <string>Ignore Internet nodes. Only try to connect to these hosts:</string>
 34       </property>
 35      </widget>
 36     </item>
 37     <item row="2" column="0">
 38      <widget class="QLineEdit" name="lineEdit">
 39       <property name="enabled">
 40        <bool>false</bool>
 41       </property>
 42       <property name="text">
 43        <string>example.domain.local:8444</string>
 44       </property>
 45      </widget>
 46     </item>
 47     <item row="3" column="0">
 48      <widget class="QLineEdit" name="lineEdit_2">
 49       <property name="enabled">
 50        <bool>false</bool>
 51       </property>
 52       <property name="text">
 53        <string>10.244.30.70:8080</string>
 54       </property>
 55      </widget>
 56     </item>
 57     <item row="4" column="0">
 58      <widget class="QLabel" name="label">
 59       <property name="enabled">
 60        <bool>false</bool>
 61       </property>
 62       <property name="text">
 63        <string>Note that you can still receive incoming connections from anyone unless they are blocked by a firewall.</string>
 64       </property>
 65       <property name="wordWrap">
 66        <bool>true</bool>
 67       </property>
 68      </widget>
 69     </item>
 70     <item row="5" column="0">
 71      <widget class="QCheckBox" name="checkBox">
 72       <property name="enabled">
 73        <bool>false</bool>
 74       </property>
 75       <property name="text">
 76        <string>Store network objects for two months rather than two days</string>
 77       </property>
 78      </widget>
 79     </item>
 80     <item row="6" column="0">
 81      <widget class="QCheckBox" name="checkBox_2">
 82       <property name="enabled">
 83        <bool>false</bool>
 84       </property>
 85       <property name="text">
 86        <string>Forgo the proof of work</string>
 87       </property>
 88      </widget>
 89     </item>
 90     <item row="7" column="0">
 91      <widget class="QDialogButtonBox" name="buttonBox">
 92       <property name="orientation">
 93        <enum>Qt::Horizontal</enum>
 94       </property>
 95       <property name="standardButtons">
 96        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 97       </property>
 98      </widget>
 99     </item>
100    </layout>
101   </widget>
102   <resources/>
103   <connections>
104    <connection>
105     <sender>buttonBox</sender>
106     <signal>accepted()</signal>
107     <receiver>Dialog</receiver>
108     <slot>accept()</slot>
109     <hints>
110      <hint type="sourcelabel">
111       <x>227</x>
112       <y>201</y>
113      </hint>
114      <hint type="destinationlabel">
115       <x>157</x>
116       <y>218</y>
117      </hint>
118     </hints>
119    </connection>
120    <connection>
121     <sender>buttonBox</sender>
122     <signal>rejected()</signal>
123     <receiver>Dialog</receiver>
124     <slot>reject()</slot>
125     <hints>
126      <hint type="sourcelabel">
127       <x>295</x>
128       <y>207</y>
129      </hint>
130      <hint type="destinationlabel">
131       <x>286</x>
132       <y>218</y>
133      </hint>
134     </hints>
135    </connection>
136    <connection>
137     <sender>radioButton_2</sender>
138     <signal>toggled(bool)</signal>
139     <receiver>checkBox</receiver>
140     <slot>setEnabled(bool)</slot>
141     <hints>
142      <hint type="sourcelabel">
143       <x>127</x>
144       <y>40</y>
145      </hint>
146      <hint type="destinationlabel">
147       <x>93</x>
148       <y>146</y>
149      </hint>
150     </hints>
151    </connection>
152    <connection>
153     <sender>radioButton_2</sender>
154     <signal>toggled(bool)</signal>
155     <receiver>checkBox_2</receiver>
156     <slot>setEnabled(bool)</slot>
157     <hints>
158      <hint type="sourcelabel">
159       <x>160</x>
160       <y>38</y>
161      </hint>
162      <hint type="destinationlabel">
163       <x>135</x>
164       <y>169</y>
165      </hint>
166     </hints>
167    </connection>
168    <connection>
169     <sender>radioButton_2</sender>
170     <signal>toggled(bool)</signal>
171     <receiver>lineEdit</receiver>
172     <slot>setEnabled(bool)</slot>
173     <hints>
174      <hint type="sourcelabel">
175       <x>63</x>
176       <y>41</y>
177      </hint>
178      <hint type="destinationlabel">
179       <x>68</x>
180       <y>74</y>
181      </hint>
182     </hints>
183    </connection>
184    <connection>
185     <sender>radioButton_2</sender>
186     <signal>toggled(bool)</signal>
187     <receiver>lineEdit_2</receiver>
188     <slot>setEnabled(bool)</slot>
189     <hints>
190      <hint type="sourcelabel">
191       <x>43</x>
192       <y>38</y>
193      </hint>
194      <hint type="destinationlabel">
195       <x>50</x>
196       <y>98</y>
197      </hint>
198     </hints>
199    </connection>
200    <connection>
201     <sender>radioButton_2</sender>
202     <signal>toggled(bool)</signal>
203     <receiver>label</receiver>
204     <slot>setEnabled(bool)</slot>
205     <hints>
206      <hint type="sourcelabel">
207       <x>161</x>
208       <y>44</y>
209      </hint>
210      <hint type="destinationlabel">
211       <x>160</x>
212       <y>120</y>
213      </hint>
214     </hints>
215    </connection>
216   </connections>
217  </ui>