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
e365193e
Commit
e365193e
authored
May 15, 2019
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化展示
parent
d259cf07
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
fmp_home_navwindow.cpp
+5
-5
fmp_home_navwindow.ui
+2
-2
res/img/fm-icon_01.png
+0
-0
res/img/fm-icon_02.png
+0
-0
version.h
+1
-1
No files found.
fmp_home_navwindow.cpp
View file @
e365193e
...
...
@@ -35,12 +35,12 @@ NavWindow::NavWindow(QWidget *parent) :
//btns.push_back(std::make_pair("takeout", QString::fromLocal8Bit("非码外卖")));
btns
.
push_back
(
std
::
make_pair
(
"coupons"
,
QString
::
fromLocal8Bit
(
"码多多"
)));
btns
.
push_back
(
std
::
make_pair
(
"check"
,
QString
::
fromLocal8Bit
(
"核销详情"
)));
btns
.
push_back
(
std
::
make_pair
(
"tool"
,
QString
::
fromLocal8Bit
(
"设置"
)));
//
btns.push_back(std::make_pair("tool", QString::fromLocal8Bit("设置")));
MenuUiProp
.
distance
=
10
0
;
MenuUiProp
.
beginAngle
=
-
(
PI
/
2
)
;
MenuUiProp
.
endAngle
=
(
PI
/
2
)
;
MenuUiProp
.
interval
=
(
PI
)
/
4
;
MenuUiProp
.
distance
=
7
0
;
MenuUiProp
.
beginAngle
=
-
PI
;
MenuUiProp
.
endAngle
=
PI
;
MenuUiProp
.
interval
=
PI
;
isUseAnimation
=
FMPHomeSettings
::
instance
()
->
getIsUseAnimation
();
this
->
setAttribute
(
Qt
::
WA_TranslucentBackground
);
...
...
fmp_home_navwindow.ui
View file @
e365193e
...
...
@@ -69,8 +69,8 @@ QPushButton:hover {
<rect>
<x>
140
</x>
<y>
90
</y>
<width>
1
24
</width>
<height>
1
24
</height>
<width>
1
00
</width>
<height>
1
00
</height>
</rect>
</property>
<property
name=
"cursor"
>
...
...
res/img/fm-icon_01.png
View replaced file @
d259cf07
View file @
e365193e
10.7 KB
|
W:
|
H:
6.99 KB
|
W:
|
H:
2-up
Swipe
Onion skin
res/img/fm-icon_02.png
View replaced file @
d259cf07
View file @
e365193e
3.8 KB
|
W:
|
H:
5.98 KB
|
W:
|
H:
2-up
Swipe
Onion skin
version.h
View file @
e365193e
...
...
@@ -5,7 +5,7 @@
#define VER_MINOR 1
#define VER_REVISION 0
#define VER_BUILD 2
2
#define VER_BUILD 2
4
//! Convert version numbers to string
#define _STR(S) #S
...
...
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