Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 597 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 597 Bytes

QnA Application with GUI

Overview

image

The app allows the user (whose name can be seen at the top of the window) to ask and answer questions and to upvote other users' answers. The questions and answers provided by the current user are highlighted.

image

  • I used QtDesigner to design the GUI.
  • The implementation uses layered architecture and the observer design pattern.