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