Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_home
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhenfei.zhang
fmp_home
Commits
7c265f04
Commit
7c265f04
authored
May 03, 2017
by
Carwyn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 闪烁不能正常刷新修正
parent
beca7d07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fmp_flicker.cpp
+1
-1
fmp_home_p.cpp
+1
-1
No files found.
fmp_flicker.cpp
View file @
7c265f04
...
@@ -76,6 +76,6 @@ bool FMPFlicker::setNotifyPixmap(const QString &pix)
...
@@ -76,6 +76,6 @@ bool FMPFlicker::setNotifyPixmap(const QString &pix)
void
FMPFlicker
::
onOpacityChanged
(
const
QVariant
&
v
)
void
FMPFlicker
::
onOpacityChanged
(
const
QVariant
&
v
)
{
{
_opacity
=
v
.
toReal
();
_opacity
=
v
.
toReal
();
update
(
_no
tify
.
rect
());
update
(
_no
rmal
.
rect
());
}
}
fmp_home_p.cpp
View file @
7c265f04
...
@@ -138,7 +138,7 @@ void FMPHomePrivate::onMenuBtnClicked(QString btnName)
...
@@ -138,7 +138,7 @@ void FMPHomePrivate::onMenuBtnClicked(QString btnName)
svc
=
q
->
GetService
<
FMPePayInterface
>
(
q
->
_ctx
);
svc
=
q
->
GetService
<
FMPePayInterface
>
(
q
->
_ctx
);
}
else
if
(
btnName
==
"vip"
)
{
}
else
if
(
btnName
==
"vip"
)
{
svc
=
q
->
GetService
<
FMPVipInterface
>
(
q
->
_ctx
);
svc
=
q
->
GetService
<
FMPVipInterface
>
(
q
->
_ctx
);
q
->
blink
((
FMPluginInterface
*
)
svc
,
"
C:/Users/Amor/Documents/QProjects/fmPos/fmp_home/res/img/fm_neworder
.png"
);
q
->
blink
((
FMPluginInterface
*
)
svc
,
"
:/image/float_remind
.png"
);
}
else
if
(
btnName
==
"takeout"
)
{
}
else
if
(
btnName
==
"takeout"
)
{
svc
=
q
->
GetService
<
FMPTakeoutInterface
>
(
q
->
_ctx
);
svc
=
q
->
GetService
<
FMPTakeoutInterface
>
(
q
->
_ctx
);
}
else
if
(
btnName
==
"coupons"
)
{
}
else
if
(
btnName
==
"coupons"
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment