fix text line above pic

This commit is contained in:
melo.yao 2015-04-02 01:41:50 +08:00
parent cea8aa4c3f
commit 258bdc57ca

View File

@ -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