Changeset View
Changeset View
Standalone View
Standalone View
src/qt/forms/optionsdialog.ui
| Show First 20 Lines • Show All 262 Lines • ▼ Show 20 Lines | <widget class="QWidget" name="tabNetwork"> | ||||
| <property name="text"> | <property name="text"> | ||||
| <string>Map port using &UPnP</string> | <string>Map port using &UPnP</string> | ||||
| </property> | </property> | ||||
| </widget> | </widget> | ||||
| </item> | </item> | ||||
| <item> | <item> | ||||
| <widget class="QCheckBox" name="mapPortNatpmp"> | <widget class="QCheckBox" name="mapPortNatpmp"> | ||||
| <property name="toolTip"> | <property name="toolTip"> | ||||
| <string>Automatically open the Bitcoin ABC client port on the router. This only works when your router supports NAT-PMP and it is enabled. The external port could be random.</string> | <string>Automatically open the Bitcoin ABC client port on the router. This only works when your router supports PCP or NAT-PMP and it is enabled. The external port could be random.</string> | ||||
| </property> | </property> | ||||
| <property name="text"> | <property name="text"> | ||||
| <string>Map port using NA&T-PMP</string> | <string>Map port using PCP or NA&T-PMP</string> | ||||
| </property> | </property> | ||||
| </widget> | </widget> | ||||
| </item> | </item> | ||||
| <item> | <item> | ||||
| <widget class="QCheckBox" name="allowIncoming"> | <widget class="QCheckBox" name="allowIncoming"> | ||||
| <property name="toolTip"> | <property name="toolTip"> | ||||
| <string>Accept connections from outside.</string> | <string>Accept connections from outside.</string> | ||||
| </property> | </property> | ||||
| ▲ Show 20 Lines • Show All 637 Lines • Show Last 20 Lines | |||||