Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FMVip_Today
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
FMVip_Today
Commits
ef572c10
Commit
ef572c10
authored
Sep 26, 2016
by
NitefllWind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.更改四处提示文本的内容。2.修改gitignore
parent
90269f09
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
.gitignore
+2
-2
FMVip/fmviporder.cpp
+2
-2
FMVip/forms/fmviporder.ui
+7
-2
No files found.
.gitignore
View file @
ef572c10
...
@@ -13,4 +13,4 @@
...
@@ -13,4 +13,4 @@
*.a
*.a
/build*
/build*
/test
/FMVipTest
\ No newline at end of file
\ No newline at end of file
FMVip/fmviporder.cpp
View file @
ef572c10
...
@@ -34,10 +34,10 @@ FMVipOrder::FMVipOrder(QDialog *parent) :
...
@@ -34,10 +34,10 @@ FMVipOrder::FMVipOrder(QDialog *parent) :
initCouponItems
();
initCouponItems
();
connect
(
ui
->
coupon_page
,
SIGNAL
(
itemClicked
(
QListWidgetItem
*
)),
this
,
SLOT
(
onItemClicked
(
QListWidgetItem
*
)));
connect
(
ui
->
coupon_page
,
SIGNAL
(
itemClicked
(
QListWidgetItem
*
)),
this
,
SLOT
(
onItemClicked
(
QListWidgetItem
*
)));
ui
->
pay_chk
->
setText
(
QString
(
"使用积分最多
抵扣
%1 元"
).
arg
(
orderInfo
->
getScoreAmount
()));
ui
->
pay_chk
->
setText
(
QString
(
"使用积分最多
可抵用
%1 元"
).
arg
(
orderInfo
->
getScoreAmount
()));
if
(
standard_amount
>
0
)
{
if
(
standard_amount
>
0
)
{
ui
->
standard_label
->
setText
(
QString
(
"满 %1 元可享受储值金满额
支付
优惠"
).
arg
(
standard_amount
));
ui
->
standard_label
->
setText
(
QString
(
"满 %1 元可享受储值金满额优惠"
).
arg
(
standard_amount
));
}
}
ui
->
pay_edit
->
setText
(
orderInfo
->
getNeedPayStr
());
ui
->
pay_edit
->
setText
(
orderInfo
->
getNeedPayStr
());
ui
->
pay_edit
->
setFocus
();
ui
->
pay_edit
->
setFocus
();
...
...
FMVip/forms/fmviporder.ui
View file @
ef572c10
...
@@ -177,6 +177,11 @@
...
@@ -177,6 +177,11 @@
color: rgb(50,50,50);
color: rgb(50,50,50);
}
}
#standard_label
{
min-height: 50px;
}
#pay_chk {
#pay_chk {
color: rgb(60,60,60);
color: rgb(60,60,60);
font-size: 26px;
font-size: 26px;
...
@@ -701,7 +706,7 @@
...
@@ -701,7 +706,7 @@
</size>
</size>
</property>
</property>
<property
name=
"text"
>
<property
name=
"text"
>
<string>
满 0 元可享受储值金满额
支付
优惠
</string>
<string>
满 0 元可享受储值金满额优惠
</string>
</property>
</property>
<property
name=
"alignment"
>
<property
name=
"alignment"
>
<set>
Qt::AlignCenter
</set>
<set>
Qt::AlignCenter
</set>
...
@@ -714,7 +719,7 @@
...
@@ -714,7 +719,7 @@
<cursorShape>
PointingHandCursor
</cursorShape>
<cursorShape>
PointingHandCursor
</cursorShape>
</property>
</property>
<property
name=
"text"
>
<property
name=
"text"
>
<string>
满 100 元可享受储值金满额支付优惠
</string>
<string>
使用积分最多可抵用 0 元
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
...
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