|
269 | 269 | </property> |
270 | 270 | </widget> |
271 | 271 | </item> |
| 272 | + <item row="13" column="0"> |
| 273 | + <widget class="QLabel" name="labelChainLocks"> |
| 274 | + <property name="text"> |
| 275 | + <string>ChainLocks</string> |
| 276 | + </property> |
| 277 | + </widget> |
| 278 | + </item> |
| 279 | + <item row="14" column="0"> |
| 280 | + <widget class="QLabel" name="bestClHeightLabel"> |
| 281 | + <property name="text"> |
| 282 | + <string>Current block height</string> |
| 283 | + </property> |
| 284 | + </widget> |
| 285 | + </item> |
| 286 | + <item row="14" column="1"> |
| 287 | + <widget class="QLabel" name="bestClHeight"> |
| 288 | + <property name="cursor"> |
| 289 | + <cursorShape>IBeamCursor</cursorShape> |
| 290 | + </property> |
| 291 | + <property name="text"> |
| 292 | + <string>N/A</string> |
| 293 | + </property> |
| 294 | + <property name="textFormat"> |
| 295 | + <enum>Qt::PlainText</enum> |
| 296 | + </property> |
| 297 | + <property name="textInteractionFlags"> |
| 298 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
| 299 | + </property> |
| 300 | + </widget> |
| 301 | + </item> |
| 302 | + <item row="15" column="0"> |
| 303 | + <widget class="QLabel" name="bestClTimeLabel"> |
| 304 | + <property name="text"> |
| 305 | + <string>Last block time</string> |
| 306 | + </property> |
| 307 | + </widget> |
| 308 | + </item> |
| 309 | + <item row="15" column="1"> |
| 310 | + <widget class="QLabel" name="bestClTime"> |
| 311 | + <property name="cursor"> |
| 312 | + <cursorShape>IBeamCursor</cursorShape> |
| 313 | + </property> |
| 314 | + <property name="text"> |
| 315 | + <string>N/A</string> |
| 316 | + </property> |
| 317 | + <property name="textFormat"> |
| 318 | + <enum>Qt::PlainText</enum> |
| 319 | + </property> |
| 320 | + <property name="textInteractionFlags"> |
| 321 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
| 322 | + </property> |
| 323 | + </widget> |
| 324 | + </item> |
| 325 | + <item row="16" column="0"> |
| 326 | + <widget class="QLabel" name="bestClHashLabel"> |
| 327 | + <property name="text"> |
| 328 | + <string>Last block hash</string> |
| 329 | + </property> |
| 330 | + </widget> |
| 331 | + </item> |
| 332 | + <item row="16" column="1"> |
| 333 | + <widget class="QLabel" name="bestClHash"> |
| 334 | + <property name="cursor"> |
| 335 | + <cursorShape>IBeamCursor</cursorShape> |
| 336 | + </property> |
| 337 | + <property name="text"> |
| 338 | + <string>N/A</string> |
| 339 | + </property> |
| 340 | + <property name="textFormat"> |
| 341 | + <enum>Qt::PlainText</enum> |
| 342 | + </property> |
| 343 | + <property name="textInteractionFlags"> |
| 344 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
| 345 | + </property> |
| 346 | + </widget> |
| 347 | + </item> |
| 348 | + <item row="17" column="0"> |
| 349 | + <spacer name="leftVerticalSpacer"> |
| 350 | + <property name="orientation"> |
| 351 | + <enum>Qt::Vertical</enum> |
| 352 | + </property> |
| 353 | + <property name="sizeHint" stdset="0"> |
| 354 | + <size> |
| 355 | + <width>20</width> |
| 356 | + <height>40</height> |
| 357 | + </size> |
| 358 | + </property> |
| 359 | + </spacer> |
| 360 | + </item> |
272 | 361 | </layout> |
273 | 362 | </item> |
274 | 363 | <item> |
|
300 | 389 | </item> |
301 | 390 | </layout> |
302 | 391 | </item> |
303 | | - <item> |
304 | | - <layout class="QGridLayout" name="bottomGridLayout" columnstretch="0,1"> |
305 | | - <property name="horizontalSpacing"> |
306 | | - <number>12</number> |
307 | | - </property> |
308 | | - <item row="0" column="0"> |
309 | | - <widget class="QLabel" name="labelChainLocks"> |
310 | | - <property name="text"> |
311 | | - <string>ChainLocks</string> |
312 | | - </property> |
313 | | - </widget> |
314 | | - </item> |
315 | | - <item row="1" column="0"> |
316 | | - <widget class="QLabel" name="bestClHeightLabel"> |
317 | | - <property name="text"> |
318 | | - <string>Current block height</string> |
319 | | - </property> |
320 | | - </widget> |
321 | | - </item> |
322 | | - <item row="1" column="1"> |
323 | | - <widget class="QLabel" name="bestClHeight"> |
324 | | - <property name="cursor"> |
325 | | - <cursorShape>IBeamCursor</cursorShape> |
326 | | - </property> |
327 | | - <property name="text"> |
328 | | - <string>N/A</string> |
329 | | - </property> |
330 | | - <property name="textFormat"> |
331 | | - <enum>Qt::PlainText</enum> |
332 | | - </property> |
333 | | - <property name="textInteractionFlags"> |
334 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
335 | | - </property> |
336 | | - </widget> |
337 | | - </item> |
338 | | - <item row="2" column="0"> |
339 | | - <widget class="QLabel" name="bestClTimeLabel"> |
340 | | - <property name="text"> |
341 | | - <string>Last block time</string> |
342 | | - </property> |
343 | | - </widget> |
344 | | - </item> |
345 | | - <item row="2" column="1"> |
346 | | - <widget class="QLabel" name="bestClTime"> |
347 | | - <property name="cursor"> |
348 | | - <cursorShape>IBeamCursor</cursorShape> |
349 | | - </property> |
350 | | - <property name="text"> |
351 | | - <string>N/A</string> |
352 | | - </property> |
353 | | - <property name="textFormat"> |
354 | | - <enum>Qt::PlainText</enum> |
355 | | - </property> |
356 | | - <property name="textInteractionFlags"> |
357 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
358 | | - </property> |
359 | | - </widget> |
360 | | - </item> |
361 | | - <item row="3" column="0"> |
362 | | - <widget class="QLabel" name="bestClHashLabel"> |
363 | | - <property name="text"> |
364 | | - <string>Last block hash</string> |
365 | | - </property> |
366 | | - </widget> |
367 | | - </item> |
368 | | - <item row="3" column="1"> |
369 | | - <widget class="QLabel" name="bestClHash"> |
370 | | - <property name="cursor"> |
371 | | - <cursorShape>IBeamCursor</cursorShape> |
372 | | - </property> |
373 | | - <property name="text"> |
374 | | - <string>N/A</string> |
375 | | - </property> |
376 | | - <property name="textFormat"> |
377 | | - <enum>Qt::PlainText</enum> |
378 | | - </property> |
379 | | - <property name="textInteractionFlags"> |
380 | | - <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
381 | | - </property> |
382 | | - </widget> |
383 | | - </item> |
384 | | - </layout> |
385 | | - </item> |
386 | | - <item> |
387 | | - <spacer name="verticalSpacer"> |
388 | | - <property name="orientation"> |
389 | | - <enum>Qt::Vertical</enum> |
390 | | - </property> |
391 | | - <property name="sizeHint" stdset="0"> |
392 | | - <size> |
393 | | - <width>20</width> |
394 | | - <height>40</height> |
395 | | - </size> |
396 | | - </property> |
397 | | - </spacer> |
398 | | - </item> |
399 | 392 | </layout> |
400 | 393 | </widget> |
401 | 394 | <resources/> |
|
0 commit comments