|
1100 | 1100 | </widget>
|
1101 | 1101 | </item>
|
1102 | 1102 | <item row="2" column="0">
|
| 1103 | + <widget class="QLabel" name="peerNetworkLabel"> |
| 1104 | + <property name="toolTip"> |
| 1105 | + <string>The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS.</string> |
| 1106 | + </property> |
| 1107 | + <property name="text"> |
| 1108 | + <string>Network</string> |
| 1109 | + </property> |
| 1110 | + </widget> |
| 1111 | + </item> |
| 1112 | + <item row="2" column="1"> |
| 1113 | + <widget class="QLabel" name="peerNetwork"> |
| 1114 | + <property name="cursor"> |
| 1115 | + <cursorShape>IBeamCursor</cursorShape> |
| 1116 | + </property> |
| 1117 | + <property name="text"> |
| 1118 | + <string>N/A</string> |
| 1119 | + </property> |
| 1120 | + <property name="textFormat"> |
| 1121 | + <enum>Qt::PlainText</enum> |
| 1122 | + </property> |
| 1123 | + <property name="textInteractionFlags"> |
| 1124 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
| 1125 | + </property> |
| 1126 | + </widget> |
| 1127 | + </item> |
| 1128 | + <item row="3" column="0"> |
1103 | 1129 | <widget class="QLabel" name="label_21">
|
1104 | 1130 | <property name="text">
|
1105 | 1131 | <string>Version</string>
|
1106 | 1132 | </property>
|
1107 | 1133 | </widget>
|
1108 | 1134 | </item>
|
1109 |
| - <item row="2" column="1"> |
| 1135 | + <item row="3" column="1"> |
1110 | 1136 | <widget class="QLabel" name="peerVersion">
|
1111 | 1137 | <property name="cursor">
|
1112 | 1138 | <cursorShape>IBeamCursor</cursorShape>
|
|
1122 | 1148 | </property>
|
1123 | 1149 | </widget>
|
1124 | 1150 | </item>
|
1125 |
| - <item row="3" column="0"> |
| 1151 | + <item row="4" column="0"> |
1126 | 1152 | <widget class="QLabel" name="label_28">
|
1127 | 1153 | <property name="text">
|
1128 | 1154 | <string>User Agent</string>
|
1129 | 1155 | </property>
|
1130 | 1156 | </widget>
|
1131 | 1157 | </item>
|
1132 |
| - <item row="3" column="1"> |
| 1158 | + <item row="4" column="1"> |
1133 | 1159 | <widget class="QLabel" name="peerSubversion">
|
1134 | 1160 | <property name="cursor">
|
1135 | 1161 | <cursorShape>IBeamCursor</cursorShape>
|
|
1145 | 1171 | </property>
|
1146 | 1172 | </widget>
|
1147 | 1173 | </item>
|
1148 |
| - <item row="4" column="0"> |
| 1174 | + <item row="5" column="0"> |
1149 | 1175 | <widget class="QLabel" name="label_4">
|
1150 | 1176 | <property name="text">
|
1151 | 1177 | <string>Services</string>
|
1152 | 1178 | </property>
|
1153 | 1179 | </widget>
|
1154 | 1180 | </item>
|
1155 |
| - <item row="4" column="1"> |
| 1181 | + <item row="5" column="1"> |
1156 | 1182 | <widget class="QLabel" name="peerServices">
|
1157 | 1183 | <property name="cursor">
|
1158 | 1184 | <cursorShape>IBeamCursor</cursorShape>
|
|
1168 | 1194 | </property>
|
1169 | 1195 | </widget>
|
1170 | 1196 | </item>
|
1171 |
| - <item row="5" column="0"> |
| 1197 | + <item row="6" column="0"> |
1172 | 1198 | <widget class="QLabel" name="label_29">
|
1173 | 1199 | <property name="text">
|
1174 | 1200 | <string>Starting Block</string>
|
1175 | 1201 | </property>
|
1176 | 1202 | </widget>
|
1177 | 1203 | </item>
|
1178 |
| - <item row="5" column="1"> |
| 1204 | + <item row="6" column="1"> |
1179 | 1205 | <widget class="QLabel" name="peerHeight">
|
1180 | 1206 | <property name="cursor">
|
1181 | 1207 | <cursorShape>IBeamCursor</cursorShape>
|
|
1191 | 1217 | </property>
|
1192 | 1218 | </widget>
|
1193 | 1219 | </item>
|
1194 |
| - <item row="6" column="0"> |
| 1220 | + <item row="7" column="0"> |
1195 | 1221 | <widget class="QLabel" name="label_27">
|
1196 | 1222 | <property name="text">
|
1197 | 1223 | <string>Synced Headers</string>
|
1198 | 1224 | </property>
|
1199 | 1225 | </widget>
|
1200 | 1226 | </item>
|
1201 |
| - <item row="6" column="1"> |
| 1227 | + <item row="7" column="1"> |
1202 | 1228 | <widget class="QLabel" name="peerSyncHeight">
|
1203 | 1229 | <property name="cursor">
|
1204 | 1230 | <cursorShape>IBeamCursor</cursorShape>
|
|
1214 | 1240 | </property>
|
1215 | 1241 | </widget>
|
1216 | 1242 | </item>
|
1217 |
| - <item row="7" column="0"> |
| 1243 | + <item row="8" column="0"> |
1218 | 1244 | <widget class="QLabel" name="label_25">
|
1219 | 1245 | <property name="text">
|
1220 | 1246 | <string>Synced Blocks</string>
|
1221 | 1247 | </property>
|
1222 | 1248 | </widget>
|
1223 | 1249 | </item>
|
1224 |
| - <item row="7" column="1"> |
| 1250 | + <item row="8" column="1"> |
1225 | 1251 | <widget class="QLabel" name="peerCommonHeight">
|
1226 | 1252 | <property name="cursor">
|
1227 | 1253 | <cursorShape>IBeamCursor</cursorShape>
|
|
1237 | 1263 | </property>
|
1238 | 1264 | </widget>
|
1239 | 1265 | </item>
|
1240 |
| - <item row="8" column="0"> |
| 1266 | + <item row="9" column="0"> |
1241 | 1267 | <widget class="QLabel" name="label_22">
|
1242 | 1268 | <property name="text">
|
1243 | 1269 | <string>Connection Time</string>
|
1244 | 1270 | </property>
|
1245 | 1271 | </widget>
|
1246 | 1272 | </item>
|
1247 |
| - <item row="8" column="1"> |
| 1273 | + <item row="9" column="1"> |
1248 | 1274 | <widget class="QLabel" name="peerConnTime">
|
1249 | 1275 | <property name="cursor">
|
1250 | 1276 | <cursorShape>IBeamCursor</cursorShape>
|
|
1260 | 1286 | </property>
|
1261 | 1287 | </widget>
|
1262 | 1288 | </item>
|
1263 |
| - <item row="9" column="0"> |
| 1289 | + <item row="10" column="0"> |
1264 | 1290 | <widget class="QLabel" name="label_15">
|
1265 | 1291 | <property name="text">
|
1266 | 1292 | <string>Last Send</string>
|
1267 | 1293 | </property>
|
1268 | 1294 | </widget>
|
1269 | 1295 | </item>
|
1270 |
| - <item row="9" column="1"> |
| 1296 | + <item row="10" column="1"> |
1271 | 1297 | <widget class="QLabel" name="peerLastSend">
|
1272 | 1298 | <property name="cursor">
|
1273 | 1299 | <cursorShape>IBeamCursor</cursorShape>
|
|
1283 | 1309 | </property>
|
1284 | 1310 | </widget>
|
1285 | 1311 | </item>
|
1286 |
| - <item row="10" column="0"> |
| 1312 | + <item row="11" column="0"> |
1287 | 1313 | <widget class="QLabel" name="label_19">
|
1288 | 1314 | <property name="text">
|
1289 | 1315 | <string>Last Receive</string>
|
1290 | 1316 | </property>
|
1291 | 1317 | </widget>
|
1292 | 1318 | </item>
|
1293 |
| - <item row="10" column="1"> |
| 1319 | + <item row="11" column="1"> |
1294 | 1320 | <widget class="QLabel" name="peerLastRecv">
|
1295 | 1321 | <property name="cursor">
|
1296 | 1322 | <cursorShape>IBeamCursor</cursorShape>
|
|
1306 | 1332 | </property>
|
1307 | 1333 | </widget>
|
1308 | 1334 | </item>
|
1309 |
| - <item row="11" column="0"> |
| 1335 | + <item row="12" column="0"> |
1310 | 1336 | <widget class="QLabel" name="label_18">
|
1311 | 1337 | <property name="text">
|
1312 | 1338 | <string>Sent</string>
|
1313 | 1339 | </property>
|
1314 | 1340 | </widget>
|
1315 | 1341 | </item>
|
1316 |
| - <item row="11" column="1"> |
| 1342 | + <item row="12" column="1"> |
1317 | 1343 | <widget class="QLabel" name="peerBytesSent">
|
1318 | 1344 | <property name="cursor">
|
1319 | 1345 | <cursorShape>IBeamCursor</cursorShape>
|
|
1329 | 1355 | </property>
|
1330 | 1356 | </widget>
|
1331 | 1357 | </item>
|
1332 |
| - <item row="12" column="0"> |
| 1358 | + <item row="13" column="0"> |
1333 | 1359 | <widget class="QLabel" name="label_20">
|
1334 | 1360 | <property name="text">
|
1335 | 1361 | <string>Received</string>
|
1336 | 1362 | </property>
|
1337 | 1363 | </widget>
|
1338 | 1364 | </item>
|
1339 |
| - <item row="12" column="1"> |
| 1365 | + <item row="13" column="1"> |
1340 | 1366 | <widget class="QLabel" name="peerBytesRecv">
|
1341 | 1367 | <property name="cursor">
|
1342 | 1368 | <cursorShape>IBeamCursor</cursorShape>
|
|
1352 | 1378 | </property>
|
1353 | 1379 | </widget>
|
1354 | 1380 | </item>
|
1355 |
| - <item row="13" column="0"> |
| 1381 | + <item row="14" column="0"> |
1356 | 1382 | <widget class="QLabel" name="label_26">
|
1357 | 1383 | <property name="text">
|
1358 | 1384 | <string>Ping Time</string>
|
1359 | 1385 | </property>
|
1360 | 1386 | </widget>
|
1361 | 1387 | </item>
|
1362 |
| - <item row="13" column="1"> |
| 1388 | + <item row="14" column="1"> |
1363 | 1389 | <widget class="QLabel" name="peerPingTime">
|
1364 | 1390 | <property name="cursor">
|
1365 | 1391 | <cursorShape>IBeamCursor</cursorShape>
|
|
1375 | 1401 | </property>
|
1376 | 1402 | </widget>
|
1377 | 1403 | </item>
|
1378 |
| - <item row="14" column="0"> |
| 1404 | + <item row="15" column="0"> |
1379 | 1405 | <widget class="QLabel" name="peerPingWaitLabel">
|
1380 | 1406 | <property name="toolTip">
|
1381 | 1407 | <string>The duration of a currently outstanding ping.</string>
|
|
1385 | 1411 | </property>
|
1386 | 1412 | </widget>
|
1387 | 1413 | </item>
|
1388 |
| - <item row="14" column="1"> |
| 1414 | + <item row="15" column="1"> |
1389 | 1415 | <widget class="QLabel" name="peerPingWait">
|
1390 | 1416 | <property name="cursor">
|
1391 | 1417 | <cursorShape>IBeamCursor</cursorShape>
|
|
1401 | 1427 | </property>
|
1402 | 1428 | </widget>
|
1403 | 1429 | </item>
|
1404 |
| - <item row="15" column="0"> |
| 1430 | + <item row="16" column="0"> |
1405 | 1431 | <widget class="QLabel" name="peerMinPingLabel">
|
1406 | 1432 | <property name="text">
|
1407 | 1433 | <string>Min Ping</string>
|
1408 | 1434 | </property>
|
1409 | 1435 | </widget>
|
1410 | 1436 | </item>
|
1411 |
| - <item row="15" column="1"> |
| 1437 | + <item row="16" column="1"> |
1412 | 1438 | <widget class="QLabel" name="peerMinPing">
|
1413 | 1439 | <property name="cursor">
|
1414 | 1440 | <cursorShape>IBeamCursor</cursorShape>
|
|
1424 | 1450 | </property>
|
1425 | 1451 | </widget>
|
1426 | 1452 | </item>
|
1427 |
| - <item row="16" column="0"> |
| 1453 | + <item row="17" column="0"> |
1428 | 1454 | <widget class="QLabel" name="label_timeoffset">
|
1429 | 1455 | <property name="text">
|
1430 | 1456 | <string>Time Offset</string>
|
1431 | 1457 | </property>
|
1432 | 1458 | </widget>
|
1433 | 1459 | </item>
|
1434 |
| - <item row="16" column="1"> |
| 1460 | + <item row="17" column="1"> |
1435 | 1461 | <widget class="QLabel" name="timeoffset">
|
1436 | 1462 | <property name="cursor">
|
1437 | 1463 | <cursorShape>IBeamCursor</cursorShape>
|
|
1447 | 1473 | </property>
|
1448 | 1474 | </widget>
|
1449 | 1475 | </item>
|
1450 |
| - <item row="17" column="0"> |
| 1476 | + <item row="18" column="0"> |
1451 | 1477 | <widget class="QLabel" name="peerMappedASLabel">
|
1452 | 1478 | <property name="toolTip">
|
1453 | 1479 | <string>The mapped Autonomous System used for diversifying peer selection.</string>
|
|
1457 | 1483 | </property>
|
1458 | 1484 | </widget>
|
1459 | 1485 | </item>
|
1460 |
| - <item row="17" column="1"> |
| 1486 | + <item row="18" column="1"> |
1461 | 1487 | <widget class="QLabel" name="peerMappedAS">
|
1462 | 1488 | <property name="cursor">
|
1463 | 1489 | <cursorShape>IBeamCursor</cursorShape>
|
|
1473 | 1499 | </property>
|
1474 | 1500 | </widget>
|
1475 | 1501 | </item>
|
1476 |
| - <item row="18" column="0"> |
| 1502 | + <item row="19" column="0"> |
1477 | 1503 | <spacer name="verticalSpacer_3">
|
1478 | 1504 | <property name="orientation">
|
1479 | 1505 | <enum>Qt::Vertical</enum>
|
|
0 commit comments