From 45dfa01e970e4d5863634d02a615513f3aedd522 Mon Sep 17 00:00:00 2001 From: melode11 Date: Wed, 1 Apr 2015 19:25:14 +0800 Subject: [PATCH] fix list item marker --- Tutorial.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Tutorial.md b/Tutorial.md index 97a10dd..6de495c 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -86,15 +86,15 @@ We finally end up with this: It contains: -*a `QLineEdit` at the top for nickname inputing, named `nickNameEdit` +* a `QLineEdit` at the top for nickname inputing, named `nickNameEdit` -*a `QPushButton` at the topright for login, named `loginBtn` +* a `QPushButton` at the topright for login, named `loginBtn` -*a `QListWidget` at the center for showing messages, named `listView` +* a `QListWidget` at the center for showing messages, named `listView` -*a `QLineEdit` at the bottom for typing message, named `messageEdit` +* a `QLineEdit` at the bottom for typing message, named `messageEdit` -*a `QPushButton` at the bottomright for sending message, named `sendBtn` +* a `QPushButton` at the bottomright for sending message, named `sendBtn` ###Add Slots in mainwindow Slots need to be added in `mainwindow` class to handle UI events.They are