|
1198 | 1198 | </widget>
|
1199 | 1199 | </item>
|
1200 | 1200 | <item row="6" column="0">
|
| 1201 | + <widget class="QLabel" name="peerRelayTxesLabel"> |
| 1202 | + <property name="toolTip"> |
| 1203 | + <string>Whether the peer requested us to relay transactions.</string> |
| 1204 | + </property> |
| 1205 | + <property name="text"> |
| 1206 | + <string>Wants Tx Relay</string> |
| 1207 | + </property> |
| 1208 | + </widget> |
| 1209 | + </item> |
| 1210 | + <item row="6" column="1"> |
| 1211 | + <widget class="QLabel" name="peerRelayTxes"> |
| 1212 | + <property name="cursor"> |
| 1213 | + <cursorShape>IBeamCursor</cursorShape> |
| 1214 | + </property> |
| 1215 | + <property name="text"> |
| 1216 | + <string>N/A</string> |
| 1217 | + </property> |
| 1218 | + <property name="textFormat"> |
| 1219 | + <enum>Qt::PlainText</enum> |
| 1220 | + </property> |
| 1221 | + <property name="textInteractionFlags"> |
| 1222 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
| 1223 | + </property> |
| 1224 | + </widget> |
| 1225 | + </item> |
| 1226 | + <item row="7" column="0"> |
1201 | 1227 | <widget class="QLabel" name="label_29">
|
1202 | 1228 | <property name="text">
|
1203 | 1229 | <string>Starting Block</string>
|
1204 | 1230 | </property>
|
1205 | 1231 | </widget>
|
1206 | 1232 | </item>
|
1207 |
| - <item row="6" column="1"> |
| 1233 | + <item row="7" column="1"> |
1208 | 1234 | <widget class="QLabel" name="peerHeight">
|
1209 | 1235 | <property name="cursor">
|
1210 | 1236 | <cursorShape>IBeamCursor</cursorShape>
|
|
1220 | 1246 | </property>
|
1221 | 1247 | </widget>
|
1222 | 1248 | </item>
|
1223 |
| - <item row="7" column="0"> |
| 1249 | + <item row="8" column="0"> |
1224 | 1250 | <widget class="QLabel" name="label_27">
|
1225 | 1251 | <property name="text">
|
1226 | 1252 | <string>Synced Headers</string>
|
1227 | 1253 | </property>
|
1228 | 1254 | </widget>
|
1229 | 1255 | </item>
|
1230 |
| - <item row="7" column="1"> |
| 1256 | + <item row="8" column="1"> |
1231 | 1257 | <widget class="QLabel" name="peerSyncHeight">
|
1232 | 1258 | <property name="cursor">
|
1233 | 1259 | <cursorShape>IBeamCursor</cursorShape>
|
|
1243 | 1269 | </property>
|
1244 | 1270 | </widget>
|
1245 | 1271 | </item>
|
1246 |
| - <item row="8" column="0"> |
| 1272 | + <item row="9" column="0"> |
1247 | 1273 | <widget class="QLabel" name="label_25">
|
1248 | 1274 | <property name="text">
|
1249 | 1275 | <string>Synced Blocks</string>
|
1250 | 1276 | </property>
|
1251 | 1277 | </widget>
|
1252 | 1278 | </item>
|
1253 |
| - <item row="8" column="1"> |
| 1279 | + <item row="9" column="1"> |
1254 | 1280 | <widget class="QLabel" name="peerCommonHeight">
|
1255 | 1281 | <property name="cursor">
|
1256 | 1282 | <cursorShape>IBeamCursor</cursorShape>
|
|
1266 | 1292 | </property>
|
1267 | 1293 | </widget>
|
1268 | 1294 | </item>
|
1269 |
| - <item row="9" column="0"> |
| 1295 | + <item row="10" column="0"> |
1270 | 1296 | <widget class="QLabel" name="label_22">
|
1271 | 1297 | <property name="text">
|
1272 | 1298 | <string>Connection Time</string>
|
1273 | 1299 | </property>
|
1274 | 1300 | </widget>
|
1275 | 1301 | </item>
|
1276 |
| - <item row="9" column="1"> |
| 1302 | + <item row="10" column="1"> |
1277 | 1303 | <widget class="QLabel" name="peerConnTime">
|
1278 | 1304 | <property name="cursor">
|
1279 | 1305 | <cursorShape>IBeamCursor</cursorShape>
|
|
1289 | 1315 | </property>
|
1290 | 1316 | </widget>
|
1291 | 1317 | </item>
|
1292 |
| - <item row="10" column="0"> |
| 1318 | + <item row="11" column="0"> |
1293 | 1319 | <widget class="QLabel" name="label_15">
|
1294 | 1320 | <property name="text">
|
1295 | 1321 | <string>Last Send</string>
|
1296 | 1322 | </property>
|
1297 | 1323 | </widget>
|
1298 | 1324 | </item>
|
1299 |
| - <item row="10" column="1"> |
| 1325 | + <item row="11" column="1"> |
1300 | 1326 | <widget class="QLabel" name="peerLastSend">
|
1301 | 1327 | <property name="cursor">
|
1302 | 1328 | <cursorShape>IBeamCursor</cursorShape>
|
|
1312 | 1338 | </property>
|
1313 | 1339 | </widget>
|
1314 | 1340 | </item>
|
1315 |
| - <item row="11" column="0"> |
| 1341 | + <item row="12" column="0"> |
1316 | 1342 | <widget class="QLabel" name="label_19">
|
1317 | 1343 | <property name="text">
|
1318 | 1344 | <string>Last Receive</string>
|
1319 | 1345 | </property>
|
1320 | 1346 | </widget>
|
1321 | 1347 | </item>
|
1322 |
| - <item row="11" column="1"> |
| 1348 | + <item row="12" column="1"> |
1323 | 1349 | <widget class="QLabel" name="peerLastRecv">
|
1324 | 1350 | <property name="cursor">
|
1325 | 1351 | <cursorShape>IBeamCursor</cursorShape>
|
|
1335 | 1361 | </property>
|
1336 | 1362 | </widget>
|
1337 | 1363 | </item>
|
1338 |
| - <item row="12" column="0"> |
| 1364 | + <item row="13" column="0"> |
1339 | 1365 | <widget class="QLabel" name="label_18">
|
1340 | 1366 | <property name="text">
|
1341 | 1367 | <string>Sent</string>
|
1342 | 1368 | </property>
|
1343 | 1369 | </widget>
|
1344 | 1370 | </item>
|
1345 |
| - <item row="12" column="1"> |
| 1371 | + <item row="13" column="1"> |
1346 | 1372 | <widget class="QLabel" name="peerBytesSent">
|
1347 | 1373 | <property name="cursor">
|
1348 | 1374 | <cursorShape>IBeamCursor</cursorShape>
|
|
1358 | 1384 | </property>
|
1359 | 1385 | </widget>
|
1360 | 1386 | </item>
|
1361 |
| - <item row="13" column="0"> |
| 1387 | + <item row="14" column="0"> |
1362 | 1388 | <widget class="QLabel" name="label_20">
|
1363 | 1389 | <property name="text">
|
1364 | 1390 | <string>Received</string>
|
1365 | 1391 | </property>
|
1366 | 1392 | </widget>
|
1367 | 1393 | </item>
|
1368 |
| - <item row="13" column="1"> |
| 1394 | + <item row="14" column="1"> |
1369 | 1395 | <widget class="QLabel" name="peerBytesRecv">
|
1370 | 1396 | <property name="cursor">
|
1371 | 1397 | <cursorShape>IBeamCursor</cursorShape>
|
|
1381 | 1407 | </property>
|
1382 | 1408 | </widget>
|
1383 | 1409 | </item>
|
1384 |
| - <item row="14" column="0"> |
| 1410 | + <item row="15" column="0"> |
1385 | 1411 | <widget class="QLabel" name="label_26">
|
1386 | 1412 | <property name="text">
|
1387 | 1413 | <string>Ping Time</string>
|
1388 | 1414 | </property>
|
1389 | 1415 | </widget>
|
1390 | 1416 | </item>
|
1391 |
| - <item row="14" column="1"> |
| 1417 | + <item row="15" column="1"> |
1392 | 1418 | <widget class="QLabel" name="peerPingTime">
|
1393 | 1419 | <property name="cursor">
|
1394 | 1420 | <cursorShape>IBeamCursor</cursorShape>
|
|
1404 | 1430 | </property>
|
1405 | 1431 | </widget>
|
1406 | 1432 | </item>
|
1407 |
| - <item row="15" column="0"> |
| 1433 | + <item row="16" column="0"> |
1408 | 1434 | <widget class="QLabel" name="peerPingWaitLabel">
|
1409 | 1435 | <property name="toolTip">
|
1410 | 1436 | <string>The duration of a currently outstanding ping.</string>
|
|
1414 | 1440 | </property>
|
1415 | 1441 | </widget>
|
1416 | 1442 | </item>
|
1417 |
| - <item row="15" column="1"> |
| 1443 | + <item row="16" column="1"> |
1418 | 1444 | <widget class="QLabel" name="peerPingWait">
|
1419 | 1445 | <property name="cursor">
|
1420 | 1446 | <cursorShape>IBeamCursor</cursorShape>
|
|
1430 | 1456 | </property>
|
1431 | 1457 | </widget>
|
1432 | 1458 | </item>
|
1433 |
| - <item row="16" column="0"> |
| 1459 | + <item row="17" column="0"> |
1434 | 1460 | <widget class="QLabel" name="peerMinPingLabel">
|
1435 | 1461 | <property name="text">
|
1436 | 1462 | <string>Min Ping</string>
|
1437 | 1463 | </property>
|
1438 | 1464 | </widget>
|
1439 | 1465 | </item>
|
1440 |
| - <item row="16" column="1"> |
| 1466 | + <item row="17" column="1"> |
1441 | 1467 | <widget class="QLabel" name="peerMinPing">
|
1442 | 1468 | <property name="cursor">
|
1443 | 1469 | <cursorShape>IBeamCursor</cursorShape>
|
|
1453 | 1479 | </property>
|
1454 | 1480 | </widget>
|
1455 | 1481 | </item>
|
1456 |
| - <item row="17" column="0"> |
| 1482 | + <item row="18" column="0"> |
1457 | 1483 | <widget class="QLabel" name="label_timeoffset">
|
1458 | 1484 | <property name="text">
|
1459 | 1485 | <string>Time Offset</string>
|
1460 | 1486 | </property>
|
1461 | 1487 | </widget>
|
1462 | 1488 | </item>
|
1463 |
| - <item row="17" column="1"> |
| 1489 | + <item row="18" column="1"> |
1464 | 1490 | <widget class="QLabel" name="timeoffset">
|
1465 | 1491 | <property name="cursor">
|
1466 | 1492 | <cursorShape>IBeamCursor</cursorShape>
|
|
1476 | 1502 | </property>
|
1477 | 1503 | </widget>
|
1478 | 1504 | </item>
|
1479 |
| - <item row="18" column="0"> |
| 1505 | + <item row="19" column="0"> |
1480 | 1506 | <widget class="QLabel" name="peerMappedASLabel">
|
1481 | 1507 | <property name="toolTip">
|
1482 | 1508 | <string>The mapped Autonomous System used for diversifying peer selection.</string>
|
|
1486 | 1512 | </property>
|
1487 | 1513 | </widget>
|
1488 | 1514 | </item>
|
1489 |
| - <item row="18" column="1"> |
| 1515 | + <item row="19" column="1"> |
1490 | 1516 | <widget class="QLabel" name="peerMappedAS">
|
1491 | 1517 | <property name="cursor">
|
1492 | 1518 | <cursorShape>IBeamCursor</cursorShape>
|
|
1502 | 1528 | </property>
|
1503 | 1529 | </widget>
|
1504 | 1530 | </item>
|
1505 |
| - <item row="19" column="0"> |
| 1531 | + <item row="20" column="0"> |
1506 | 1532 | <spacer name="verticalSpacer_3">
|
1507 | 1533 | <property name="orientation">
|
1508 | 1534 | <enum>Qt::Vertical</enum>
|
|
0 commit comments