mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
Reworked replay buttons
+ Removed unused buttons + remade button art + fixed crash with font colors/replays + removed unused timestamp label in replay
This commit is contained in:
parent
7ea755ab5a
commit
45542243b7
11 changed files with 137 additions and 810 deletions
|
|
@ -121,7 +121,7 @@ private:
|
|||
int currentReplayStep;
|
||||
QList<int> replayTimeline;
|
||||
ReplayTimelineWidget *timelineWidget;
|
||||
QToolButton *replayToStartButton, *replayStartButton, *replayPauseButton, *replayStopButton, *replayFastForwardButton, *replayToEndButton;
|
||||
QToolButton *replayStartButton, *replayPauseButton, *replayFastForwardButton;
|
||||
|
||||
QSplitter *splitter;
|
||||
CardInfoWidget *cardInfo;
|
||||
|
|
@ -176,12 +176,9 @@ signals:
|
|||
private slots:
|
||||
void replayNextEvent();
|
||||
void replayFinished();
|
||||
void replayToStartButtonClicked();
|
||||
void replayStartButtonClicked();
|
||||
void replayPauseButtonClicked();
|
||||
void replayStopButtonClicked();
|
||||
void replayFastForwardButtonToggled(bool checked);
|
||||
void replayToEndButtonClicked();
|
||||
|
||||
void incrementGameTime();
|
||||
void adminLockChanged(bool lock);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue