You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(qt): UI fixes for window "Wallet Repair" (dashpay#4846)
* Qt: fix layout of components on "Wallet Repair" window
* Qt: refactor ui xml config
It orders components accordingly their positions on windows and fixes space indentation
<string>The buttons below will restart the wallet with command-line options to repair the wallet, fix issues with corrupt blockchain files or missing/obsolete transactions.</string>
1461
-
</property>
1462
-
<propertyname="wordWrap">
1463
-
<bool>true</bool>
1464
-
</property>
1465
-
</widget>
1466
-
<widgetclass="QLabel"name="label_repair_rescan1">
1467
-
<propertyname="geometry">
1468
-
<rect>
1469
-
<x>330</x>
1470
-
<y>90</y>
1471
-
<width>411</width>
1472
-
<height>41</height>
1473
-
</rect>
1474
-
</property>
1475
-
<propertyname="text">
1476
-
<string>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</string>
1477
-
</property>
1478
-
<propertyname="wordWrap">
1479
-
<bool>true</bool>
1480
-
</property>
1481
-
</widget>
1482
-
<widgetclass="QLabel"name="label_repair_rescan2">
1483
-
<propertyname="geometry">
1484
-
<rect>
1485
-
<x>330</x>
1486
-
<y>140</y>
1487
-
<width>411</width>
1488
-
<height>41</height>
1489
-
</rect>
1490
-
</property>
1491
-
<propertyname="text">
1492
-
<string>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</string>
1493
-
</property>
1494
-
<propertyname="wordWrap">
1495
-
<bool>true</bool>
1496
-
</property>
1497
-
</widget>
1498
-
<widgetclass="QLabel"name="label_repair_upgrade">
1499
-
<propertyname="geometry">
1500
-
<rect>
1501
-
<x>330</x>
1502
-
<y>190</y>
1503
-
<width>411</width>
1504
-
<height>41</height>
1505
-
</rect>
1506
-
</property>
1507
-
<propertyname="text">
1508
-
<string>-upgradewallet: Upgrade wallet to latest format on startup. (Note: this is NOT an update of the wallet itself!)</string>
1509
-
</property>
1510
-
<propertyname="wordWrap">
1511
-
<bool>true</bool>
1512
-
</property>
1513
-
</widget>
1514
-
<widgetclass="QLabel"name="label_repair_header">
1515
-
<propertyname="geometry">
1516
-
<rect>
1517
-
<x>10</x>
1518
-
<y>10</y>
1519
-
<width>711</width>
1520
-
<height>16</height>
1521
-
</rect>
1522
-
</property>
1523
-
<propertyname="text">
1524
-
<string>Wallet repair options.</string>
1525
-
</property>
1526
-
<propertyname="wordWrap">
1527
-
<bool>true</bool>
1528
-
</property>
1529
-
</widget>
1530
-
<widgetclass="QPushButton"name="btn_reindex">
1531
-
<propertyname="geometry">
1532
-
<rect>
1533
-
<x>10</x>
1534
-
<y>250</y>
1535
-
<width>301</width>
1536
-
<height>23</height>
1537
-
</rect>
1538
-
</property>
1539
-
<propertyname="text">
1540
-
<string>Rebuild index</string>
1541
-
</property>
1542
-
</widget>
1543
-
<widgetclass="QLabel"name="label_repair_reindex">
1544
-
<propertyname="geometry">
1545
-
<rect>
1546
-
<x>330</x>
1547
-
<y>240</y>
1548
-
<width>411</width>
1549
-
<height>41</height>
1550
-
</rect>
1551
-
</property>
1552
-
<propertyname="text">
1553
-
<string>-reindex: Rebuild block chain index from current blk000??.dat files.</string>
<string>The buttons below will restart the wallet with command-line options to repair the wallet, fix issues with corrupt blockchain files or missing/obsolete transactions.</string>
1411
+
</property>
1412
+
<propertyname="wordWrap">
1413
+
<bool>true</bool>
1414
+
</property>
1415
+
</widget>
1416
+
</item>
1417
+
<itemrow="2"column="0"colspan="2">
1418
+
<widgetclass="QLabel"name="wallet_path">
1419
+
<propertyname="text">
1420
+
<string>Wallet Path</string>
1421
+
</property>
1422
+
</widget>
1423
+
</item>
1424
+
<itemrow="3"column="0">
1425
+
<widgetclass="QPushButton"name="btn_rescan1">
1426
+
<propertyname="minimumSize">
1427
+
<size>
1428
+
<width>180</width>
1429
+
<height>23</height>
1430
+
</size>
1431
+
</property>
1432
+
<propertyname="text">
1433
+
<string>Rescan blockchain files 1</string>
1434
+
</property>
1435
+
</widget>
1436
+
</item>
1437
+
<itemrow="3"column="1">
1438
+
<widgetclass="QLabel"name="label_repair_rescan1">
1439
+
<propertyname="text">
1440
+
<string>-rescan=1: Rescan the block chain for missing wallet transactions starting from wallet creation time.</string>
1441
+
</property>
1442
+
<propertyname="wordWrap">
1443
+
<bool>true</bool>
1444
+
</property>
1445
+
</widget>
1446
+
</item>
1447
+
<itemrow="4"column="0">
1448
+
<widgetclass="QPushButton"name="btn_rescan2">
1449
+
<propertyname="minimumSize">
1450
+
<size>
1451
+
<width>180</width>
1452
+
<height>23</height>
1453
+
</size>
1454
+
</property>
1455
+
<propertyname="text">
1456
+
<string>Rescan blockchain files 2</string>
1457
+
</property>
1458
+
</widget>
1459
+
</item>
1460
+
<itemrow="4"column="1">
1461
+
<widgetclass="QLabel"name="label_repair_rescan2">
1462
+
<propertyname="text">
1463
+
<string>-rescan=2: Rescan the block chain for missing wallet transactions starting from genesis block.</string>
0 commit comments