Skip to content

Commit 636ebb3

Browse files
devfscalejandromgk
authored andcommitted
New skin (#1)
1 parent 202a6b9 commit 636ebb3

File tree

145 files changed

+68
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+68
-89
lines changed

src/qt/bitcoingui.cpp

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,16 @@ void BitcoinGUI::createToolBars()
554554
#ifdef ENABLE_WALLET
555555
if(walletFrame)
556556
{
557+
QLabel* mainIcon = new QLabel();
558+
mainIcon->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
559+
mainIcon->setPixmap(QPixmap(":icons/bitcoin"));
560+
mainIcon->setAlignment(Qt::AlignCenter);
561+
557562
QToolBar *toolbar = new QToolBar(tr("Tabs toolbar"));
558563
toolbar->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
564+
addToolBar(Qt::LeftToolBarArea, toolbar);
565+
toolbar->addWidget(mainIcon);
566+
toolbar->setOrientation(Qt::Vertical);
559567
toolbar->addAction(overviewAction);
560568
toolbar->addAction(sendCoinsAction);
561569
toolbar->addAction(receiveCoinsAction);
@@ -571,7 +579,7 @@ void BitcoinGUI::createToolBars()
571579
/** Create additional container for toolbar and walletFrame and make it the central widget.
572580
This is a workaround mostly for toolbar styling on Mac OS but should work fine for every other OSes too.
573581
*/
574-
QVBoxLayout *layout = new QVBoxLayout;
582+
QHBoxLayout *layout = new QHBoxLayout;
575583
layout->addWidget(toolbar);
576584
layout->addWidget(walletFrame);
577585
layout->setSpacing(0);

src/qt/forms/masternodelist.ui

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>723</width>
10-
<height>457</height>
9+
<width>968</width>
10+
<height>433</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -67,7 +67,7 @@
6767
<item>
6868
<widget class="QLabel" name="updateNote">
6969
<property name="text">
70-
<string>Note: Status of your masternodes in local wallet can potentially be slightly incorrect.&lt;br /&gt;Always wait for wallet to sync additional data and then double check from another node&lt;br /&gt;if your masternode should be running but you still do not see "ENABLED" in "Status" field.</string>
70+
<string>Note: Status of your masternodes in local wallet can potentially be slightly incorrect.&lt;br /&gt;Always wait for wallet to sync additional data and then double check from another node&lt;br /&gt;if your masternode should be running but you still do not see &quot;ENABLED&quot; in &quot;Status&quot; field.</string>
7171
</property>
7272
</widget>
7373
</item>
@@ -99,9 +99,6 @@
9999
<attribute name="horizontalHeaderStretchLastSection">
100100
<bool>true</bool>
101101
</attribute>
102-
<attribute name="ResizeMode">
103-
<enum>QHeaderView::Interactive</enum>
104-
</attribute>
105102
<column>
106103
<property name="text">
107104
<string>Alias</string>
@@ -186,19 +183,6 @@
186183
</property>
187184
</widget>
188185
</item>
189-
<item>
190-
<spacer name="horizontalSpacer_5">
191-
<property name="orientation">
192-
<enum>Qt::Horizontal</enum>
193-
</property>
194-
<property name="sizeHint" stdset="0">
195-
<size>
196-
<width>40</width>
197-
<height>20</height>
198-
</size>
199-
</property>
200-
</spacer>
201-
</item>
202186
</layout>
203187
</item>
204188
</layout>
@@ -227,9 +211,6 @@
227211
<attribute name="horizontalHeaderStretchLastSection">
228212
<bool>true</bool>
229213
</attribute>
230-
<attribute name="ResizeMode">
231-
<enum>QHeaderView::Interactive</enum>
232-
</attribute>
233214
<column>
234215
<property name="text">
235216
<string>Address</string>

src/qt/forms/optionsdialog.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>576</width>
10-
<height>402</height>
10+
<height>457</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -20,7 +20,7 @@
2020
<item>
2121
<widget class="QTabWidget" name="tabWidget">
2222
<property name="currentIndex">
23-
<number>0</number>
23+
<number>4</number>
2424
</property>
2525
<widget class="QWidget" name="tabMain">
2626
<attribute name="title">

src/qt/forms/overviewpage.ui

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@
5858
<widget class="QLabel" name="label_5">
5959
<property name="font">
6060
<font>
61-
<weight>75</weight>
62-
<bold>true</bold>
61+
<pointsize>16</pointsize>
62+
<weight>50</weight>
63+
<bold>false</bold>
6364
</font>
6465
</property>
6566
<property name="text">
66-
<string>Balances</string>
67+
<string>BALANCES</string>
6768
</property>
6869
</widget>
6970
</item>
@@ -676,7 +677,7 @@
676677
</font>
677678
</property>
678679
<property name="text">
679-
<string>Recent transactions</string>
680+
<string>RECENT TRANSACTIONS</string>
680681
</property>
681682
</widget>
682683
</item>
@@ -733,19 +734,6 @@
733734
</layout>
734735
</widget>
735736
</item>
736-
<item>
737-
<spacer name="verticalSpacer_2">
738-
<property name="orientation">
739-
<enum>Qt::Vertical</enum>
740-
</property>
741-
<property name="sizeHint" stdset="0">
742-
<size>
743-
<width>20</width>
744-
<height>40</height>
745-
</size>
746-
</property>
747-
</spacer>
748-
</item>
749737
</layout>
750738
</item>
751739
</layout>

src/qt/forms/sendcoinsentry.ui

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>729</width>
10-
<height>150</height>
10+
<height>126</height>
1111
</rect>
1212
</property>
1313
<property name="focusPolicy">
@@ -1234,6 +1234,7 @@
12341234
<class>BitcoinAmountField</class>
12351235
<extends>QLineEdit</extends>
12361236
<header>bitcoinamountfield.h</header>
1237+
<container>1</container>
12371238
</customwidget>
12381239
</customwidgets>
12391240
<tabstops>

src/qt/res/css/crownium.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScroll
762762
border:0;
763763
}
764764

765-
/* About Dash Dialog */
765+
/* About Paccoin Dialog */
766766
QDialog#AboutDialog {
767767
background-color:#F8F6F6;
768768
}
@@ -771,7 +771,7 @@ QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDi
771771
margin-left:10px;
772772
}
773773

774-
QDialog#AboutDialog QLabel#label_2 { /* Margin for About Dash text */
774+
QDialog#AboutDialog QLabel#label_2 { /* Margin for About Paccoin text */
775775
margin-right:10px;
776776
}
777777

@@ -1126,7 +1126,7 @@ min-width:410px;
11261126
margin-right:20px;
11271127
margin-left:0;
11281128
margin-top:0;
1129-
background-image: url(':/images/crownium/dash_logo_horizontal');
1129+
background-image: url(':/images/crownium/paccoin_logo_horizontal');
11301130
background-repeat:none;
11311131
}
11321132

src/qt/res/css/drkblue.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScroll
740740
border:0;
741741
}
742742

743-
/* About Dash Dialog */
743+
/* About Paccoin Dialog */
744744
QDialog#AboutDialog {
745745
background-color:#F8F6F6;
746746
}
@@ -749,7 +749,7 @@ QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDi
749749
margin-left:10px;
750750
}
751751

752-
QDialog#AboutDialog QLabel#label_2 { /* Margin for About Dash text */
752+
QDialog#AboutDialog QLabel#label_2 { /* Margin for About Paccoin text */
753753
margin-right:10px;
754754
}
755755

@@ -1103,7 +1103,7 @@ min-width:410px;
11031103
margin-right:20px;
11041104
margin-left:0;
11051105
margin-top:0;
1106-
background-image: url(':/images/drkblue/dash_logo_horizontal');
1106+
background-image: url(':/images/drkblue/paccoin_logo_horizontal');
11071107
background-repeat:none;
11081108
}
11091109

src/qt/res/css/light-hires.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ QDialog#HelpMessageDialog QScrollBar:vertical, QDialog#HelpMessageDialog QScroll
743743
border:0;
744744
}
745745

746-
/* About Dash Dialog */
746+
/* About Paccoin Dialog */
747747
QDialog#AboutDialog {
748748
background-color:#F8F6F6;
749749
}
@@ -752,7 +752,7 @@ QDialog#AboutDialog QLabel#label, QDialog#AboutDialog QLabel#copyrightLabel, QDi
752752
margin-left:10px;
753753
}
754754

755-
QDialog#AboutDialog QLabel#label_2 { /* Margin for About Dash text */
755+
QDialog#AboutDialog QLabel#label_2 { /* Margin for About Paccoin text */
756756
margin-right:10px;
757757
}
758758

@@ -1109,7 +1109,7 @@ min-width:410px;
11091109
margin-right:20px;
11101110
margin-left:0;
11111111
margin-top:15px;
1112-
background-image: url(':/images/light/dash_logo_horizontal');
1112+
background-image: url(':/images/light/paccoin_logo_horizontal');
11131113
background-repeat:none;
11141114
}
11151115

0 commit comments

Comments
 (0)