commit | e56609316b274433565e56c09b5381161dc5626c | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Jun 04 15:25:20 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Jun 04 15:25:20 2012 -0700 |
tree | 6de0586779f6ab0260d6dbdefe3851ef1201a026 | |
parent | 56a88596f7c08a5f23e8f225abbfdc41504e0245 [diff] [blame] |
done with GUI
diff --git a/demo/chatdialog.h b/demo/chatdialog.h index 3ae668b..9ca77c0 100644 --- a/demo/chatdialog.h +++ b/demo/chatdialog.h
@@ -26,6 +26,9 @@ void readSettings(); void writeSettings(); void updateLabels(); + void resizeEvent(QResizeEvent *); + void showEvent(QShowEvent *); + void fitView(); private slots: void returnPressed();