From 258bdc57ca754e0a94d7864ab73e94885ba37086 Mon Sep 17 00:00:00 2001 From: "melo.yao" Date: Thu, 2 Apr 2015 01:41:50 +0800 Subject: [PATCH] fix text line above pic --- Tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tutorial.md b/Tutorial.md index fcfe6e7..f0d752f 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -84,6 +84,7 @@ else:unix: LIBS += -L`our osx boost static lib folder` -lboost Make up a simple ui by drag and drop widget from `Widget box` in left side. We finally end up with this: + ![QT mainwindow](https://cldup.com/T4oUpiQFV7.jpg) It contains: @@ -129,6 +130,7 @@ In the connection editor, edit the slots of MainWindow at the right side, add Th Then we'll be able to connect the event signal from widget with our own slots. We finally end up with this: + ![QT signals&slots](https://cldup.com/Vsb-UXG3FC.jpg) ###Adding UI refresh Signals/Slots