Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][GUI][CSS] Wallet Styling Refactoring (*.ui) (*.css) #926

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a8e9290
no more in-line css in all .ui files in src/qt/forms
Apr 12, 2021
41f725b
placeholder for .ui files to break out
Apr 13, 2021
9c8db18
slow and steady wins the race... 334 to go
Apr 13, 2021
43e291b
https://doc.qt.io/qt-5/stylesheet-syntax.html descendant/id selector
Apr 13, 2021
85097c9
Merge branch 'master' into css_refactor
Rock-N-Troll Apr 13, 2021
2c40854
ongoing work 291 left
Apr 13, 2021
e70f1e4
Merge branch 'css_refactor' of https://github.com/Rock-N-Troll/veil-1…
Apr 13, 2021
336a981
move pre-existing css to bottom of main.css
Apr 13, 2021
8a324c8
235 left
Apr 13, 2021
958abbc
179 remaining. replaced " with double quotes
Apr 14, 2021
a3b5279
126 to go. Still not working
Apr 14, 2021
db67cd0
build fix
Apr 14, 2021
5843273
67 left
Apr 14, 2021
f3e20f9
32 to go. my eyes
Apr 14, 2021
b10d5d3
build fix again
Apr 14, 2021
b7afcd9
0 left. Now for testing/fixing
Apr 14, 2021
633160b
Use QT Object name first in css. Move default stylings to top of css
Apr 14, 2021
c44f517
80% modified
Apr 15, 2021
31f673f
more fixes and updates
Apr 15, 2021
d7bb580
bad css fix
Apr 15, 2021
b314230
add back quotes for url
Apr 15, 2021
5592166
fix for settings page gray background and border
Apr 16, 2021
f39ff3b
adjustment to fix the centering issue
Apr 16, 2021
f8e492a
Missed Fix -> Transactions header blue to now white background
Apr 16, 2021
4d1fa9a
receive widget page css fix
Apr 16, 2021
f0302bf
empty labels take up space. css fix.
Apr 16, 2021
7020bca
show() after being hidden case
Apr 16, 2021
550e770
send coins entry fix. Some css left in-line due to UI entry cloning
Apr 18, 2021
8cdce7c
zerocoin minting pop-up fix
Apr 18, 2021
861e42f
fix for settings faq styling
Apr 18, 2021
1d1dba0
fix for non-frameless transparent dialogue background
Apr 18, 2021
7d6c6fd
Preferences window fix. Settings Options Text hover now blue.
Apr 19, 2021
1a320bb
fix for transaction detail clipping
Apr 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 0 additions & 131 deletions src/qt/forms/addressbookpage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -63,35 +63,6 @@
<property name="toolTip">
<string>Create a new address</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
border-radius: 6px;
border: 1px solid #707070;
background-color:#ffffff;
color: #707070;
font-size: 14px;
padding:8;
text-align:center !important;
}

QPushButton:checked {
border: 1px solid #105aef;
background-color:#105aef;
color: #FFFFFF;
}

QPushButton:hover {
border: 1px solid #bababa;
background-color:#bababa;
color: #FFFFFF;
}

QPushButton:unchecked {
border: 1px solid #707070;
background-color:#ffffff;
color: #707070;
}</string>
</property>
<property name="text">
<string>&amp;New</string>
</property>
Expand All @@ -109,35 +80,6 @@ QPushButton:unchecked {
<property name="toolTip">
<string>Copy the currently selected address to the system clipboard</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
border-radius: 6px;
border: 1px solid #707070;
background-color:#ffffff;
color: #707070;
font-size: 14px;
padding:8;
text-align:center !important;
}

QPushButton:checked {
border: 1px solid #105aef;
background-color:#105aef;
color: #FFFFFF;
}

QPushButton:hover {
border: 1px solid #bababa;
background-color:#bababa;
color: #FFFFFF;
}

QPushButton:unchecked {
border: 1px solid #707070;
background-color:#ffffff;
color: #707070;
}</string>
</property>
<property name="text">
<string>&amp;Copy</string>
</property>
Expand All @@ -155,35 +97,6 @@ QPushButton:unchecked {
<property name="toolTip">
<string>Delete the currently selected address from the list</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
border-radius: 6px;
border: 1px solid #707070;
background-color:#ffffff;
color: #707070;
font-size: 14px;
padding:8;
text-align:center !important;
}

QPushButton:checked {
border: 1px solid #105aef;
background-color:#105aef;
color: #FFFFFF;
}

QPushButton:hover {
border: 1px solid #bababa;
background-color:#bababa;
color: #FFFFFF;
}

QPushButton:unchecked {
border: 1px solid #707070;
background-color:#ffffff;
color: #707070;
}</string>
</property>
<property name="text">
<string>&amp;Delete</string>
</property>
Expand Down Expand Up @@ -214,35 +127,6 @@ QPushButton:unchecked {
<property name="toolTip">
<string>Export the data in the current tab to a file</string>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
border-radius: 6px;
border: 1px solid #707070;
background-color:#ffffff;
color: #707070;
font-size: 14px;
padding:8;
text-align:center !important;
}

QPushButton:checked {
border: 1px solid #105aef;
background-color:#105aef;
color: #FFFFFF;
}

QPushButton:hover {
border: 1px solid #bababa;
background-color:#bababa;
color: #FFFFFF;
}

QPushButton:unchecked {
border: 1px solid #707070;
background-color:#ffffff;
color: #707070;
}</string>
</property>
<property name="text">
<string>&amp;Export</string>
</property>
Expand All @@ -263,21 +147,6 @@ QPushButton:unchecked {
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
border-radius: 6px;
border: 1px solid #105aef;
color: #105aef;
font-size: 16px;
padding:10 10 10 10;
}

QPushButton:hover {
color: #FFFFFF;
background-color:#4070d3;
border: 1px solid #4070d3;
}</string>
</property>
<property name="text">
<string>Close</string>
</property>
Expand Down
44 changes: 0 additions & 44 deletions src/qt/forms/askpassphrasedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QFrame" name="frame">
<property name="styleSheet">
<string notr="true">#frame{
background-color:white;
border-radius:20px;
padding:10px;
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
Expand All @@ -60,10 +53,6 @@
<height>40</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">color:#bababa;
font-size:13px;</string>
</property>
<property name="text">
<string notr="true">Placeholder text</string>
</property>
Expand All @@ -85,12 +74,6 @@ font-size:13px;</string>
</property>
<item>
<widget class="QLabel" name="passLabel1">
<property name="styleSheet">
<string notr="true">padding:0px;
margin:0px;
margin-left:6px;
color:#105AEF;</string>
</property>
<property name="text">
<string>Enter passphrase</string>
</property>
Expand All @@ -112,12 +95,6 @@ color:#105AEF;</string>
</property>
<item>
<widget class="QLabel" name="passLabel2">
<property name="styleSheet">
<string notr="true">padding:0px;
margin:0px;
margin-left:6px;
color:#105AEF;</string>
</property>
<property name="text">
<string>New passphrase</string>
</property>
Expand All @@ -139,12 +116,6 @@ color:#105AEF;</string>
</property>
<item>
<widget class="QLabel" name="passLabel3">
<property name="styleSheet">
<string notr="true">padding:0px;
margin:0px;
margin-left:6px;
color:#105AEF;</string>
</property>
<property name="text">
<string>Repeat new passphrase</string>
</property>
Expand All @@ -164,12 +135,6 @@ color:#105AEF;</string>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">padding-top:5px;
color:#bababa;
font-size:13px;
padding-left:12px;</string>
</property>
<property name="text">
<string>Show password</string>
</property>
Expand All @@ -194,9 +159,6 @@ padding-left:12px;</string>
<pointsize>-1</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">font-size:13px;</string>
</property>
<property name="text">
<string/>
</property>
Expand Down Expand Up @@ -225,9 +187,6 @@ padding-left:12px;</string>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>CANCEL</string>
</property>
Expand All @@ -251,9 +210,6 @@ padding-left:12px;</string>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>SAVE</string>
</property>
Expand Down
Loading