Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sbkpay
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
sbkpay
Commits
e05c5fbc
Commit
e05c5fbc
authored
Aug 30, 2017
by
Carwyn
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 窗口标题修改为 FreeMudPay; 2.修改查询门店号显示固定问题
parent
ca9ee92f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
sbkpay/hostwidget.cpp
+4
-0
sbkpay/hostwidget.ui
+1
-1
No files found.
sbkpay/hostwidget.cpp
View file @
e05c5fbc
...
@@ -161,6 +161,8 @@ void HostWidget::ShowWithRequest(AlipayRequest request)
...
@@ -161,6 +161,8 @@ void HostWidget::ShowWithRequest(AlipayRequest request)
{
{
ShowWidget
(
ui
->
Manager
);
ShowWidget
(
ui
->
Manager
);
_curr_show_widget
=
ui
->
Manager
;
_curr_show_widget
=
ui
->
Manager
;
QString
storeId
=
FMTool
::
GetString
(
_data
.
StoreNo
,
20
);
ui
->
label_find_title
->
setText
(
QString
::
fromLocal8Bit
(
"门店%1交易流水查询"
).
arg
(
storeId
));
}
}
if
(
reqtype
.
compare
(
"30"
)
==
0
)
if
(
reqtype
.
compare
(
"30"
)
==
0
)
...
@@ -210,6 +212,8 @@ void HostWidget::ShowWithRequest(AlipayRequest request)
...
@@ -210,6 +212,8 @@ void HostWidget::ShowWithRequest(AlipayRequest request)
ShowWidget
(
ui
->
find
);
ShowWidget
(
ui
->
find
);
_curr_show_widget
=
ui
->
find
;
_curr_show_widget
=
ui
->
find
;
ui
->
label_find_page
->
setText
(
"1"
);
ui
->
label_find_page
->
setText
(
"1"
);
QString
storeId
=
FMTool
::
GetString
(
_data
.
StoreNo
,
20
);
ui
->
label_find_title
->
setText
(
QString
::
fromLocal8Bit
(
"门店%1交易流水查询"
).
arg
(
storeId
));
}
}
}
}
...
...
sbkpay/hostwidget.ui
View file @
e05c5fbc
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
</size>
</size>
</property>
</property>
<property
name=
"windowTitle"
>
<property
name=
"windowTitle"
>
<string>
HostWidget
</string>
<string>
FreeMudPay
</string>
</property>
</property>
<property
name=
"styleSheet"
>
<property
name=
"styleSheet"
>
<string
notr=
"true"
>
#HostWidget
<string
notr=
"true"
>
#HostWidget
...
...
zhenfei.zhang
@zhenfei.zhang
mentioned in commit
e23a533e
Jan 03, 2018
mentioned in commit
e23a533e
mentioned in commit e23a533eea9fa8c7e77d04cb4c0e1b4d726876c1
Toggle commit list
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