Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmtakeout
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
李定达
fmtakeout
Commits
e130a0ad
Commit
e130a0ad
authored
Mar 29, 2019
by
xiaoqing.gu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复主界面展示骑手图标不正确的bug 添加了新的骑手图片资源
parent
b3ac26ab
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
3 deletions
+5
-3
Resources/skin/deaufult.qrc
+2
-0
Resources/skin/deaufult.rcc
+0
-0
Resources/skin/driver.png
+0
-0
takeout/view/newmainform.cpp
+2
-2
takeout/view/ordertypeform.cpp
+1
-1
No files found.
Resources/skin/deaufult.qrc
View file @
e130a0ad
...
...
@@ -50,5 +50,6 @@
<file>icon_order_detail_close.png</file>
<file>shift_off.png</file>
<file>shift_on.png</file>
<file>driver.png</file>
</qresource>
</RCC>
\ No newline at end of file
Resources/skin/deaufult.rcc
View file @
e130a0ad
No preview for this file type
Resources/skin/driver.png
0 → 100644
View file @
e130a0ad
1.39 KB
takeout/view/newmainform.cpp
View file @
e130a0ad
...
...
@@ -1634,8 +1634,8 @@ bool NewMainForm::GetContext(QString &context)
{
QString
path
=
qApp
->
applicationDirPath
();
QString
bakfilename
=
path
+
"/
prtinfo/4
.xml"
;
QString
filename
=
path
+
"/
prtinfo/1
.xml"
;
QString
bakfilename
=
path
+
"/
test_back
.xml"
;
QString
filename
=
path
+
"/
test_ticket
.xml"
;
QLOG_DEBUG
()
<<
"bakfilename"
<<
bakfilename
;
QLOG_DEBUG
()
<<
"filename"
<<
filename
;
...
...
takeout/view/ordertypeform.cpp
View file @
e130a0ad
...
...
@@ -79,7 +79,7 @@ void OrderTypeForm::InitChannelShow(QString order_id, int order_status, int refu
if
(
_drive_status
==
1
&&
!
(
ordertype
==
CancelOrder
||
ordertype
==
ServiceOrder
||
ordertype
==
RefusedOrder
||
ordertype
==
CompleteRefundOrder
||
ordertype
==
CompleteOrder
))
{
ui
->
ordertypelabel_type
->
setStyleSheet
(
"#ordertypelabel_type{ border-image: url(:
yy
.png)}"
);
ui
->
ordertypelabel_type
->
setStyleSheet
(
"#ordertypelabel_type{ border-image: url(:
driver
.png)}"
);
}
else
{
...
...
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