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

UI improvements #32

Merged
merged 14 commits into from
Oct 1, 2019
Merged

UI improvements #32

merged 14 commits into from
Oct 1, 2019

Conversation

rausi
Copy link
Contributor

@rausi rausi commented Sep 5, 2019

Summary of ghanges
bitcoingui.cpp changes*
added row --> QApplication::setAttribute(Qt::AA_DisableHighDpiScaling);
High DPI Displays can cause some issues fors scaling. AA_DisableHighDpiScaling attribute turns off all scaling
SingleColorIcon changed to TextColorIcon for some of rows. See also platformstyle.cpp changes.

Platformstyle.cpp changes*
few small color changes to QIcon ColorizeIcon.
Now colour changes to be same than other UI colours instead of using black color (or default color from QPalette::WindowText)

Overviewpage.cpp changes
font.setPixelSize used (old font.setPointSize). PointSize is not scaling correctly.
OverviewPage::OverviewPage --> SetStyleeSheet rows removed. Using settings from overviewpage.ui file.

Overviewpage.ui changes
Only font pixel size used
Some changes to sizepolicies. Expanding changed to Preferred for some objects.

Coincontroldialog.ui changes
Some changes to colours.

Default.css changes
QWidget added --> Needed for status bar "synchronizing..."-text
default.css is loaded by using loadStyleSheet and it is used at least guiutil.cpp and bitcoingui.cpp files

rausi added 14 commits September 2, 2019 21:13
**bitcoingui.cpp changes***
added row --> QApplication::setAttribute(Qt::AA_DisableHighDpiScaling);
High DPI Displays can cause some issues fors scaling. AA_DisableHighDpiScaling attribute turns off all scaling

Selection of logout or settings from menu is now working

SingleColorIcon chnaged to TextColorIcon for some of rows. See also platformstyle.cpp changes.


**Platformstyle.cpp changes***
few small color changes to QIcon ColorizeIcon.
Now colour changes to be same than other UI colours instead of using black color (or default color from QPalette::WindowText)


***Overviewpage.cpp changes***
font.setPixelSize used (old font.setPointSize). PointSize is not scaling correctly.
OverviewPage::OverviewPage --> SetStyleeSheet rows removed. Using settings from overviewpage.ui file.

***Overviewpage.ui changes***
Only font pixel size used
Some changes to sizepolicies. Expanding changed to Preferred for some objects.

***Coincontroldialog.ui changes***
Some changes to colours.

***Default.css changes***
QWidget added --> Needed for status bar so that it is more readable 
default.css is loaded by usin loadStyleSheet and it is used at least guiutil.cpp and bitcoingui.cpp files
fix unit to show problem.
@ChekaZ ChekaZ merged commit 0713108 into TrezarCoin:master Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants