Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
takeaway
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
shuai.liu
takeaway
Commits
d924bdf0
Commit
d924bdf0
authored
Aug 24, 2018
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ 商品管理按钮 + 超时
parent
f8b41bc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
fmTakeaway/mainwindow.cpp
+6
-1
No files found.
fmTakeaway/mainwindow.cpp
View file @
d924bdf0
...
@@ -87,8 +87,13 @@ MainWindow::MainWindow(QWidget *parent) :
...
@@ -87,8 +87,13 @@ MainWindow::MainWindow(QWidget *parent) :
FlowControl
::
Instance
().
GetDailyInfo
();
FlowControl
::
Instance
().
GetDailyInfo
();
});
});
//商品管理
//商品管理
connect
(
ui
->
main_btnSPGL
,
&
QPushButton
::
clicked
,
[]()
connect
(
ui
->
main_btnSPGL
,
&
QPushButton
::
clicked
,
[
this
]()
{
{
this
->
ui
->
main_btnSPGL
->
setEnabled
(
false
);
QTimer
::
singleShot
(
8000
,
this
,
[
this
]()
{
this
->
ui
->
main_btnSPGL
->
setEnabled
(
true
);
});
FlowControl
::
Instance
().
_onGetMenu
();
FlowControl
::
Instance
().
_onGetMenu
();
});
});
...
...
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