From ab60ea568917a2072e694ee699618aa3a991b1c7 Mon Sep 17 00:00:00 2001 From: paul romanchenko Date: Thu, 9 Sep 2010 09:24:35 +0400 Subject: [PATCH] Fixed bug with non-working control buttons. --- mainwindow.ui | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 65 insertions(+), 1 deletion(-) diff --git a/mainwindow.ui b/mainwindow.ui index 776ad1d..8257645 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -300,7 +300,7 @@ 0 0 778 - 21 + 25 @@ -411,6 +411,70 @@ + + prevLevel + clicked() + MainWindow + loadPrevLevel() + + + 684 + 172 + + + 553 + 121 + + + + + nextLevel + clicked() + MainWindow + loadNextLevel() + + + 747 + 173 + + + 515 + 181 + + + + + reload + clicked() + MainWindow + loadLevel() + + + 722 + 170 + + + 584 + 153 + + + + + undo + clicked() + playwidget + undo() + + + 704 + 208 + + + 321 + 192 + + + loadNextLevel() -- 1.7.9.5