Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_epay
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_epay
Commits
b330c33d
Commit
b330c33d
authored
May 27, 2017
by
LIDINGDA\ldd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.关闭退款功能
parent
8835dd27
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
fmp_epayview_dialog.cpp
+5
-1
fmp_epayview_dialog.ui
+3
-3
version.h
+1
-1
No files found.
fmp_epayview_dialog.cpp
View file @
b330c33d
...
@@ -25,6 +25,9 @@ FMPPayDialog::FMPPayDialog(FMPePayPrivate *control, QVariantHash basicinfo, QWid
...
@@ -25,6 +25,9 @@ FMPPayDialog::FMPPayDialog(FMPePayPrivate *control, QVariantHash basicinfo, QWid
ui
->
setupUi
(
this
);
ui
->
setupUi
(
this
);
ui
->
pushButton_2
->
setVisible
(
false
);
ui
->
btn_refund
->
setVisible
(
false
);
//this->setWindowIconText(QString::fromLocal8Bit("非码支付"));
//this->setWindowIconText(QString::fromLocal8Bit("非码支付"));
this
->
setWindowTitle
(
QString
::
fromLocal8Bit
(
"非码支付"
));
this
->
setWindowTitle
(
QString
::
fromLocal8Bit
(
"非码支付"
));
...
@@ -106,7 +109,7 @@ FMPPayDialog::FMPPayDialog(FMPePayPrivate *control, QVariantHash basicinfo, QWid
...
@@ -106,7 +109,7 @@ FMPPayDialog::FMPPayDialog(FMPePayPrivate *control, QVariantHash basicinfo, QWid
model
->
setHeaderData
(
4
,
Qt
::
Horizontal
,
QString
::
fromLocal8Bit
(
"交易渠道"
));
model
->
setHeaderData
(
4
,
Qt
::
Horizontal
,
QString
::
fromLocal8Bit
(
"交易渠道"
));
model
->
setHeaderData
(
6
,
Qt
::
Horizontal
,
QString
::
fromLocal8Bit
(
"金额(元)"
));
model
->
setHeaderData
(
6
,
Qt
::
Horizontal
,
QString
::
fromLocal8Bit
(
"金额(元)"
));
model
->
setHeaderData
(
11
,
Qt
::
Horizontal
,
QString
::
fromLocal8Bit
(
"营业日期"
));
model
->
setHeaderData
(
11
,
Qt
::
Horizontal
,
QString
::
fromLocal8Bit
(
"营业日期"
));
model
->
setHeaderData
(
12
,
Qt
::
Horizontal
,
QString
::
fromLocal8Bit
(
"退款"
));
//
model->setHeaderData(12, Qt::Horizontal, QString::fromLocal8Bit("退款"));
ui
->
tableView
->
setModel
(
model
);
ui
->
tableView
->
setModel
(
model
);
...
@@ -118,6 +121,7 @@ FMPPayDialog::FMPPayDialog(FMPePayPrivate *control, QVariantHash basicinfo, QWid
...
@@ -118,6 +121,7 @@ FMPPayDialog::FMPPayDialog(FMPePayPrivate *control, QVariantHash basicinfo, QWid
ui
->
tableView
->
hideColumn
(
8
);
ui
->
tableView
->
hideColumn
(
8
);
ui
->
tableView
->
hideColumn
(
9
);
ui
->
tableView
->
hideColumn
(
9
);
ui
->
tableView
->
hideColumn
(
10
);
ui
->
tableView
->
hideColumn
(
10
);
ui
->
tableView
->
hideColumn
(
12
);
ui
->
tableView
->
hideColumn
(
13
);
ui
->
tableView
->
hideColumn
(
13
);
ui
->
tableView
->
setSelectionMode
(
QTableView
::
SingleSelection
);
ui
->
tableView
->
setSelectionMode
(
QTableView
::
SingleSelection
);
...
...
fmp_epayview_dialog.ui
View file @
b330c33d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<x>
0
</x>
<x>
0
</x>
<y>
0
</y>
<y>
0
</y>
<width>
786
</width>
<width>
786
</width>
<height>
6
24
</height>
<height>
6
30
</height>
</rect>
</rect>
</property>
</property>
<property
name=
"windowTitle"
>
<property
name=
"windowTitle"
>
...
@@ -2647,7 +2647,7 @@ border:0px</string>
...
@@ -2647,7 +2647,7 @@ border:0px</string>
<enum>
Qt::Horizontal
</enum>
<enum>
Qt::Horizontal
</enum>
</property>
</property>
<property
name=
"sizeType"
>
<property
name=
"sizeType"
>
<enum>
QSizePolicy::
Maximum
</enum>
<enum>
QSizePolicy::
Expanding
</enum>
</property>
</property>
<property
name=
"sizeHint"
stdset=
"0"
>
<property
name=
"sizeHint"
stdset=
"0"
>
<size>
<size>
...
@@ -2781,9 +2781,9 @@ QHeaderView::section {
...
@@ -2781,9 +2781,9 @@ QHeaderView::section {
</layout>
</layout>
</widget>
</widget>
<zorder>
wdg_success_main
</zorder>
<zorder>
wdg_success_main
</zorder>
<zorder>
wdg_query_main
</zorder>
<zorder>
wdg_refund_main
</zorder>
<zorder>
wdg_refund_main
</zorder>
<zorder>
wdg_pay_main
</zorder>
<zorder>
wdg_pay_main
</zorder>
<zorder>
wdg_query_main
</zorder>
</widget>
</widget>
</item>
</item>
<item>
<item>
...
...
version.h
View file @
b330c33d
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#define VER_MINOR 1
#define VER_MINOR 1
#define VER_REVISION 0
#define VER_REVISION 0
#define VER_BUILD 1
1
#define VER_BUILD 1
2
//! Convert version numbers to string
//! Convert version numbers to string
#define _STR(S) #S
#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