Skip to content

Commit fe87b20

Browse files
committed
Merge pull request #3568
4bee715 [Qt] very minor style cleanups (Philip Kaufmann)
2 parents 7dbe9ac + 4bee715 commit fe87b20

8 files changed

+36
-39
lines changed

src/qt/forms/askpassphrasedialog.ui

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@
122122
<slot>accept()</slot>
123123
<hints>
124124
<hint type="sourcelabel">
125-
<x>248</x>
126-
<y>254</y>
125+
<x>20</x>
126+
<y>20</y>
127127
</hint>
128128
<hint type="destinationlabel">
129-
<x>157</x>
130-
<y>274</y>
129+
<x>20</x>
130+
<y>20</y>
131131
</hint>
132132
</hints>
133133
</connection>
@@ -138,12 +138,12 @@
138138
<slot>reject()</slot>
139139
<hints>
140140
<hint type="sourcelabel">
141-
<x>316</x>
142-
<y>260</y>
141+
<x>20</x>
142+
<y>20</y>
143143
</hint>
144144
<hint type="destinationlabel">
145-
<x>286</x>
146-
<y>274</y>
145+
<x>20</x>
146+
<y>20</y>
147147
</hint>
148148
</hints>
149149
</connection>

src/qt/forms/editaddressdialog.ui

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
<slot>accept()</slot>
7777
<hints>
7878
<hint type="sourcelabel">
79-
<x>248</x>
80-
<y>254</y>
79+
<x>20</x>
80+
<y>20</y>
8181
</hint>
8282
<hint type="destinationlabel">
83-
<x>157</x>
84-
<y>274</y>
83+
<x>20</x>
84+
<y>20</y>
8585
</hint>
8686
</hints>
8787
</connection>
@@ -92,12 +92,12 @@
9292
<slot>reject()</slot>
9393
<hints>
9494
<hint type="sourcelabel">
95-
<x>316</x>
96-
<y>260</y>
95+
<x>20</x>
96+
<y>20</y>
9797
</hint>
9898
<hint type="destinationlabel">
99-
<x>286</x>
100-
<y>274</y>
99+
<x>20</x>
100+
<y>20</y>
101101
</hint>
102102
</hints>
103103
</connection>

src/qt/forms/intro.ui

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,12 @@
237237
<slot>accept()</slot>
238238
<hints>
239239
<hint type="sourcelabel">
240-
<x>248</x>
241-
<y>254</y>
240+
<x>20</x>
241+
<y>20</y>
242242
</hint>
243243
<hint type="destinationlabel">
244-
<x>157</x>
245-
<y>274</y>
244+
<x>20</x>
245+
<y>20</y>
246246
</hint>
247247
</hints>
248248
</connection>
@@ -253,12 +253,12 @@
253253
<slot>reject()</slot>
254254
<hints>
255255
<hint type="sourcelabel">
256-
<x>316</x>
257-
<y>260</y>
256+
<x>20</x>
257+
<y>20</y>
258258
</hint>
259259
<hint type="destinationlabel">
260-
<x>286</x>
261-
<y>274</y>
260+
<x>20</x>
261+
<y>20</y>
262262
</hint>
263263
</hints>
264264
</connection>

src/qt/forms/signverifymessagedialog.ui

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
<layout class="QVBoxLayout" name="verticalLayout">
2020
<item>
2121
<widget class="QTabWidget" name="tabWidget">
22-
<property name="currentIndex">
23-
<number>0</number>
24-
</property>
2522
<widget class="QWidget" name="tabSignMessage">
2623
<attribute name="title">
2724
<string>&amp;Sign Message</string>

src/qt/forms/transactiondescdialog.ui

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
<slot>accept()</slot>
4646
<hints>
4747
<hint type="sourcelabel">
48-
<x>248</x>
49-
<y>254</y>
48+
<x>20</x>
49+
<y>20</y>
5050
</hint>
5151
<hint type="destinationlabel">
52-
<x>157</x>
53-
<y>274</y>
52+
<x>20</x>
53+
<y>20</y>
5454
</hint>
5555
</hints>
5656
</connection>
@@ -61,12 +61,12 @@
6161
<slot>reject()</slot>
6262
<hints>
6363
<hint type="sourcelabel">
64-
<x>316</x>
65-
<y>260</y>
64+
<x>20</x>
65+
<y>20</y>
6666
</hint>
6767
<hint type="destinationlabel">
68-
<x>286</x>
69-
<y>274</y>
68+
<x>20</x>
69+
<y>20</y>
7070
</hint>
7171
</hints>
7272
</connection>

src/qt/recentrequeststablemodel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class RecentRequestEntry
1818
public:
1919
RecentRequestEntry() : nVersion(RecentRequestEntry::CURRENT_VERSION), id(0) { }
2020

21-
static const int CURRENT_VERSION=1;
21+
static const int CURRENT_VERSION = 1;
2222
int nVersion;
2323
int64_t id;
2424
QDateTime date;
@@ -46,7 +46,7 @@ class RecentRequestEntryLessThan
4646
public:
4747
RecentRequestEntryLessThan(int nColumn, Qt::SortOrder fOrder):
4848
column(nColumn), order(fOrder) {}
49-
bool operator()(RecentRequestEntry &left, RecentRequestEntry &right ) const;
49+
bool operator()(RecentRequestEntry &left, RecentRequestEntry &right) const;
5050

5151
private:
5252
int column;

src/qt/splashscreen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include "splashscreen.h"
66

77
#include "clientversion.h"
8-
#include "util.h"
98
#include "ui_interface.h"
9+
#include "util.h"
1010

1111
#include <QApplication>
1212
#include <QPainter>

src/qt/walletmodel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class SendCoinsRecipient
5656
// Empty if no authentication or invalid signature/cert/etc.
5757
QString authenticatedMerchant;
5858

59-
static const int CURRENT_VERSION=1;
59+
static const int CURRENT_VERSION = 1;
6060
int nVersion;
6161

6262
IMPLEMENT_SERIALIZE

0 commit comments

Comments
 (0)