Skip to content

Commit

Permalink
new design wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
FromHDDtoSSD committed Aug 17, 2019
1 parent 4308b43 commit d02a656
Show file tree
Hide file tree
Showing 40 changed files with 481 additions and 224 deletions.
3 changes: 2 additions & 1 deletion src/qt/bitcoin.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
</qresource>
<qresource prefix="/images">
<file alias="about">res/images/about.png</file>
<file alias="splash2">res/images/splash2.jpg</file>
<file alias="splash">res/images/splash2.png</file>
<file alias="bkg">res/images/bkg.png</file>
<file alias="bkg2">res/images/bkg2.png</file>
</qresource>
<qresource prefix="/movies">
<file alias="update_spinner">res/movies/update_spinner.mng</file>
Expand Down
3 changes: 2 additions & 1 deletion src/qt/bitcoingui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ BitcoinGUI::BitcoinGUI(QWidget *parent):
{
try {

resize(850, 550);
setFixedSize(1000, 611);
setWindowTitle(tr("SorachanCoin") + " - " + tr("Wallet"));
qApp->setStyleSheet("QMainWindow { background-image:url(:images/bkg);border:none;font-family:'Open Sans,sans-serif'; }");
#ifndef Q_OS_MAC
qApp->setWindowIcon(QIcon(":icons/bitcoin"));
setWindowIcon(QIcon(":icons/bitcoin"));
Expand Down
4 changes: 4 additions & 0 deletions src/qt/forms/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<property name="windowTitle">
<string>About SorachanCoin</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/bkg2);
color: rgb(0, 170, 255);</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
Expand Down
4 changes: 4 additions & 0 deletions src/qt/forms/addressbookpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Address Book</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/bkg2);
color: rgb(0, 170, 255);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="labelExplanation">
Expand Down
4 changes: 4 additions & 0 deletions src/qt/forms/askpassphrasedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<property name="windowTitle">
<string>Passphrase Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/bkg2);
color: rgb(0, 170, 255);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="warningLabel">
Expand Down
4 changes: 4 additions & 0 deletions src/qt/forms/coincontroldialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Coin Control</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/bkg2);
color: rgb(0, 170, 255);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayoutTop" stretch="0,0,0,0">
Expand Down
4 changes: 4 additions & 0 deletions src/qt/forms/editaddressdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Edit Address</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/bkg2);
color: rgb(0, 170, 255);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QFormLayout" name="formLayout">
Expand Down
4 changes: 4 additions & 0 deletions src/qt/forms/intro.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Welcome</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/bkg2);
color: rgb(0, 170, 255);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_2">
Expand Down
6 changes: 5 additions & 1 deletion src/qt/forms/multisigaddressentry.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/bkg2);
color: rgb(0, 170, 255);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
Expand Down Expand Up @@ -147,7 +151,7 @@
<bool>true</bool>
</property>
<property name="toolTip">
<string></string>
<string/>
</property>
<property name="readOnly">
<bool>true</bool>
Expand Down
20 changes: 14 additions & 6 deletions src/qt/forms/multisigdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@
<property name="windowTitle">
<string>Multisig</string>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/bkg2);
color: rgb(0, 170, 255);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="styleSheet">
<string notr="true">background-image: url(:/images/bkg2);
color: rgb(0, 170, 255);</string>
</property>
<property name="currentIndex">
<number>1</number>
</property>
Expand All @@ -34,8 +42,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>1283</width>
<height>346</height>
<width>1297</width>
<height>385</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
Expand Down Expand Up @@ -339,8 +347,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>616</width>
<height>273</height>
<width>626</width>
<height>322</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
Expand Down Expand Up @@ -458,8 +466,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>615</width>
<height>245</height>
<width>625</width>
<height>296</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
Expand Down
Loading

0 comments on commit d02a656

Please sign in to comment.