Skip to content

Commit

Permalink
update storewidget
Browse files Browse the repository at this point in the history
  • Loading branch information
Realself-Ma committed May 23, 2020
1 parent cede956 commit db2d185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions old_version/old_version_1.0/storewidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ void StoreWidget::initialStoreWin()
OptionNum = 5;//选项数
chooseOption = 0;//选择的选项
BuyTimes=1;//购买次数
Currstore_price=0;
Currstore_price=20;
haveBuyTimer=new QTimer(this);
StoreWinisShow=false;
setChooseEnable=true;
setChooseEnable=false;

connect(OptionBoxTimer, SIGNAL(timeout()), this, SLOT(OptionBoxborderChanged()));
OptionBoxTimer->start(100);
Expand Down
4 changes: 2 additions & 2 deletions storewidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ void StoreWidget::initialStoreWin()
OptionNum = 5;//选项数
chooseOption = 0;//选择的选项
BuyTimes=1;//购买次数
Currstore_price=0;
Currstore_price=20;
haveBuyTimer=new QTimer(this);
StoreWinisShow=false;
setChooseEnable=true;
setChooseEnable=false;

connect(OptionBoxTimer, SIGNAL(timeout()), this, SLOT(OptionBoxborderChanged()));
OptionBoxTimer->start(100);
Expand Down

0 comments on commit db2d185

Please sign in to comment.