|
1121 | 1121 | </widget> |
1122 | 1122 | </item> |
1123 | 1123 | <item row="8" column="0"> |
| 1124 | + <widget class="QLabel" name="peerRelayTxesLabel"> |
| 1125 | + <property name="toolTip"> |
| 1126 | + <string>Whether the peer requested us to relay transactions.</string> |
| 1127 | + </property> |
| 1128 | + <property name="text"> |
| 1129 | + <string>Wants Tx Relay</string> |
| 1130 | + </property> |
| 1131 | + </widget> |
| 1132 | + </item> |
| 1133 | + <item row="8" column="2"> |
| 1134 | + <widget class="QLabel" name="peerRelayTxes"> |
| 1135 | + <property name="cursor"> |
| 1136 | + <cursorShape>IBeamCursor</cursorShape> |
| 1137 | + </property> |
| 1138 | + <property name="text"> |
| 1139 | + <string>N/A</string> |
| 1140 | + </property> |
| 1141 | + <property name="textFormat"> |
| 1142 | + <enum>Qt::PlainText</enum> |
| 1143 | + </property> |
| 1144 | + <property name="textInteractionFlags"> |
| 1145 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
| 1146 | + </property> |
| 1147 | + </widget> |
| 1148 | + </item> |
| 1149 | + <item row="9" column="0"> |
1124 | 1150 | <widget class="QLabel" name="label_29"> |
1125 | 1151 | <property name="text"> |
1126 | 1152 | <string>Starting Block</string> |
1127 | 1153 | </property> |
1128 | 1154 | </widget> |
1129 | 1155 | </item> |
1130 | | - <item row="8" column="2"> |
| 1156 | + <item row="9" column="2"> |
1131 | 1157 | <widget class="QLabel" name="peerHeight"> |
1132 | 1158 | <property name="cursor"> |
1133 | 1159 | <cursorShape>IBeamCursor</cursorShape> |
|
1143 | 1169 | </property> |
1144 | 1170 | </widget> |
1145 | 1171 | </item> |
1146 | | - <item row="9" column="0"> |
| 1172 | + <item row="10" column="0"> |
1147 | 1173 | <widget class="QLabel" name="label_27"> |
1148 | 1174 | <property name="text"> |
1149 | 1175 | <string>Synced Headers</string> |
1150 | 1176 | </property> |
1151 | 1177 | </widget> |
1152 | 1178 | </item> |
1153 | | - <item row="9" column="2"> |
| 1179 | + <item row="10" column="2"> |
1154 | 1180 | <widget class="QLabel" name="peerSyncHeight"> |
1155 | 1181 | <property name="cursor"> |
1156 | 1182 | <cursorShape>IBeamCursor</cursorShape> |
|
1166 | 1192 | </property> |
1167 | 1193 | </widget> |
1168 | 1194 | </item> |
1169 | | - <item row="10" column="0"> |
| 1195 | + <item row="11" column="0"> |
1170 | 1196 | <widget class="QLabel" name="label_25"> |
1171 | 1197 | <property name="text"> |
1172 | 1198 | <string>Synced Blocks</string> |
1173 | 1199 | </property> |
1174 | 1200 | </widget> |
1175 | 1201 | </item> |
1176 | | - <item row="10" column="2"> |
| 1202 | + <item row="11" column="2"> |
1177 | 1203 | <widget class="QLabel" name="peerCommonHeight"> |
1178 | 1204 | <property name="cursor"> |
1179 | 1205 | <cursorShape>IBeamCursor</cursorShape> |
|
1189 | 1215 | </property> |
1190 | 1216 | </widget> |
1191 | 1217 | </item> |
1192 | | - <item row="11" column="0"> |
| 1218 | + <item row="12" column="0"> |
1193 | 1219 | <widget class="QLabel" name="label_22"> |
1194 | 1220 | <property name="text"> |
1195 | 1221 | <string>Connection Time</string> |
1196 | 1222 | </property> |
1197 | 1223 | </widget> |
1198 | 1224 | </item> |
1199 | | - <item row="11" column="2"> |
| 1225 | + <item row="12" column="2"> |
1200 | 1226 | <widget class="QLabel" name="peerConnTime"> |
1201 | 1227 | <property name="cursor"> |
1202 | 1228 | <cursorShape>IBeamCursor</cursorShape> |
|
1212 | 1238 | </property> |
1213 | 1239 | </widget> |
1214 | 1240 | </item> |
1215 | | - <item row="12" column="0"> |
| 1241 | + <item row="13" column="0"> |
1216 | 1242 | <widget class="QLabel" name="label_15"> |
1217 | 1243 | <property name="text"> |
1218 | 1244 | <string>Last Send</string> |
1219 | 1245 | </property> |
1220 | 1246 | </widget> |
1221 | 1247 | </item> |
1222 | | - <item row="12" column="2"> |
| 1248 | + <item row="13" column="2"> |
1223 | 1249 | <widget class="QLabel" name="peerLastSend"> |
1224 | 1250 | <property name="cursor"> |
1225 | 1251 | <cursorShape>IBeamCursor</cursorShape> |
|
1235 | 1261 | </property> |
1236 | 1262 | </widget> |
1237 | 1263 | </item> |
1238 | | - <item row="13" column="0"> |
| 1264 | + <item row="14" column="0"> |
1239 | 1265 | <widget class="QLabel" name="label_19"> |
1240 | 1266 | <property name="text"> |
1241 | 1267 | <string>Last Receive</string> |
1242 | 1268 | </property> |
1243 | 1269 | </widget> |
1244 | 1270 | </item> |
1245 | | - <item row="13" column="2"> |
| 1271 | + <item row="14" column="2"> |
1246 | 1272 | <widget class="QLabel" name="peerLastRecv"> |
1247 | 1273 | <property name="cursor"> |
1248 | 1274 | <cursorShape>IBeamCursor</cursorShape> |
|
1258 | 1284 | </property> |
1259 | 1285 | </widget> |
1260 | 1286 | </item> |
1261 | | - <item row="14" column="0"> |
| 1287 | + <item row="15" column="0"> |
1262 | 1288 | <widget class="QLabel" name="label_18"> |
1263 | 1289 | <property name="text"> |
1264 | 1290 | <string>Sent</string> |
1265 | 1291 | </property> |
1266 | 1292 | </widget> |
1267 | 1293 | </item> |
1268 | | - <item row="14" column="2"> |
| 1294 | + <item row="15" column="2"> |
1269 | 1295 | <widget class="QLabel" name="peerBytesSent"> |
1270 | 1296 | <property name="cursor"> |
1271 | 1297 | <cursorShape>IBeamCursor</cursorShape> |
|
1281 | 1307 | </property> |
1282 | 1308 | </widget> |
1283 | 1309 | </item> |
1284 | | - <item row="15" column="0"> |
| 1310 | + <item row="16" column="0"> |
1285 | 1311 | <widget class="QLabel" name="label_20"> |
1286 | 1312 | <property name="text"> |
1287 | 1313 | <string>Received</string> |
1288 | 1314 | </property> |
1289 | 1315 | </widget> |
1290 | 1316 | </item> |
1291 | | - <item row="15" column="2"> |
| 1317 | + <item row="16" column="2"> |
1292 | 1318 | <widget class="QLabel" name="peerBytesRecv"> |
1293 | 1319 | <property name="cursor"> |
1294 | 1320 | <cursorShape>IBeamCursor</cursorShape> |
|
1304 | 1330 | </property> |
1305 | 1331 | </widget> |
1306 | 1332 | </item> |
1307 | | - <item row="16" column="0"> |
| 1333 | + <item row="17" column="0"> |
1308 | 1334 | <widget class="QLabel" name="label_26"> |
1309 | 1335 | <property name="text"> |
1310 | 1336 | <string>Ping Time</string> |
1311 | 1337 | </property> |
1312 | 1338 | </widget> |
1313 | 1339 | </item> |
1314 | | - <item row="16" column="2"> |
| 1340 | + <item row="17" column="2"> |
1315 | 1341 | <widget class="QLabel" name="peerPingTime"> |
1316 | 1342 | <property name="cursor"> |
1317 | 1343 | <cursorShape>IBeamCursor</cursorShape> |
|
1327 | 1353 | </property> |
1328 | 1354 | </widget> |
1329 | 1355 | </item> |
1330 | | - <item row="17" column="0"> |
| 1356 | + <item row="18" column="0"> |
1331 | 1357 | <widget class="QLabel" name="peerPingWaitLabel"> |
1332 | 1358 | <property name="toolTip"> |
1333 | 1359 | <string>The duration of a currently outstanding ping.</string> |
|
1337 | 1363 | </property> |
1338 | 1364 | </widget> |
1339 | 1365 | </item> |
1340 | | - <item row="17" column="2"> |
| 1366 | + <item row="18" column="2"> |
1341 | 1367 | <widget class="QLabel" name="peerPingWait"> |
1342 | 1368 | <property name="cursor"> |
1343 | 1369 | <cursorShape>IBeamCursor</cursorShape> |
|
1353 | 1379 | </property> |
1354 | 1380 | </widget> |
1355 | 1381 | </item> |
1356 | | - <item row="18" column="0"> |
| 1382 | + <item row="19" column="0"> |
1357 | 1383 | <widget class="QLabel" name="peerMinPingLabel"> |
1358 | 1384 | <property name="text"> |
1359 | 1385 | <string>Min Ping</string> |
1360 | 1386 | </property> |
1361 | 1387 | </widget> |
1362 | 1388 | </item> |
1363 | | - <item row="18" column="2"> |
| 1389 | + <item row="19" column="2"> |
1364 | 1390 | <widget class="QLabel" name="peerMinPing"> |
1365 | 1391 | <property name="cursor"> |
1366 | 1392 | <cursorShape>IBeamCursor</cursorShape> |
|
1376 | 1402 | </property> |
1377 | 1403 | </widget> |
1378 | 1404 | </item> |
1379 | | - <item row="19" column="0"> |
| 1405 | + <item row="20" column="0"> |
1380 | 1406 | <widget class="QLabel" name="label_timeoffset"> |
1381 | 1407 | <property name="text"> |
1382 | 1408 | <string>Time Offset</string> |
1383 | 1409 | </property> |
1384 | 1410 | </widget> |
1385 | 1411 | </item> |
1386 | | - <item row="19" column="2"> |
| 1412 | + <item row="20" column="2"> |
1387 | 1413 | <widget class="QLabel" name="timeoffset"> |
1388 | 1414 | <property name="cursor"> |
1389 | 1415 | <cursorShape>IBeamCursor</cursorShape> |
|
1399 | 1425 | </property> |
1400 | 1426 | </widget> |
1401 | 1427 | </item> |
1402 | | - <item row="20" column="0"> |
| 1428 | + <item row="21" column="0"> |
1403 | 1429 | <widget class="QLabel" name="peerMappedASLabel"> |
1404 | 1430 | <property name="toolTip"> |
1405 | 1431 | <string>The mapped Autonomous System used for diversifying peer selection.</string> |
|
1409 | 1435 | </property> |
1410 | 1436 | </widget> |
1411 | 1437 | </item> |
1412 | | - <item row="20" column="2"> |
| 1438 | + <item row="21" column="2"> |
1413 | 1439 | <widget class="QLabel" name="peerMappedAS"> |
1414 | 1440 | <property name="cursor"> |
1415 | 1441 | <cursorShape>IBeamCursor</cursorShape> |
|
1425 | 1451 | </property> |
1426 | 1452 | </widget> |
1427 | 1453 | </item> |
1428 | | - <item row="21" column="0"> |
| 1454 | + <item row="22" column="0"> |
1429 | 1455 | <spacer name="verticalSpacer_3"> |
1430 | 1456 | <property name="orientation"> |
1431 | 1457 | <enum>Qt::Vertical</enum> |
|
0 commit comments