-
Notifications
You must be signed in to change notification settings - Fork 11
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
add font-awesome icons and re-arrange basic view #7
Conversation
basicview.cpp
Outdated
const QString reloadIcon = "\uf021"; | ||
|
||
void BasicView::setFA(QWidget *wid) | ||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting seems off
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thats actually what the formmater did for me, it makes the curly brace in next line, when I run
clang-format -i *.cpp *.h
basicview.cpp
Outdated
} | ||
|
||
|
||
static QString getPauseLabel(bool isPaused) | ||
{ | ||
if (isPaused) { | ||
return "Unpause"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to change the button to text once it's paused. Will want to make this a icon as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I know unfortunately we dont have icon for it now in FA 5, I am gonna have it as is for now, till we get the FA working
yes I created an issue for disccusing redoing the button logics, #6 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, spowelljr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Before
After
13537652-2bdd9834-0352-4ab0-a7ab-a93f770302ff.png">