Hi C Assignment Using Qt Succesfully Creating User Interface Assignment Professor Draw Sha Q43882197
Hi, I have C++ assignment using Qt. Here I have succesfullycreating the user interface.

My assignment from my professor :
> draw shapes of a circle at the right empty whitespace
> save the result in XML format
The process will be as follow:

Explanation: when starting to draw circle, we will firstly clickanywhere in the empty right board (“point 1″), butdon’t release it (keep pressing clickmouse). While keep pressingthe click, we drag to any direction to extend the circle,then release it (at point 2). Then, the circlewill automatically be created. (in the illustration above, click isat point 1, and release is at point2, but at the actual program, the text “point 1”, “point2” do not exist; it is shown here toemphasize the position ofmouse-click).
After the circle is created, a dialog shouldappear automatically, which ask user to enter name anddescription.
In the above illustration, I enter “Circle_01″ as myname, and “My First Circle” for the description. After”OK” is clicked, on the right side (the drawing space), the Circlewe created must shown withits Content Name and Content Descriptionbelow the circle.
Final things, the program must be able to savein XML format:

The procedure above are actually simple. But I am still notfamiliar with Qt.
Then, can any body help me how to do that in Qt?
Thank you
Best Regards
MainWindow File idea Board About Court ID GroupID Point 1 1. Add Content Content Name: Circle_01 Content Description My First Circle OK Cancel Point 2 MainWindow File Idea Board About Content ID GroupID Circle_01 <My First Circle> About I MainWindow File Idea Board Save Load Exit Look in CCSD My Computer SH File name: test.xml Files of type: All Files ( Cancel Circle 01 <My First Circle> Show transcribed image text MainWindow File idea Board About Court ID GroupID
Point 1 1. Add Content Content Name: Circle_01 Content Description My First Circle OK Cancel Point 2 MainWindow File Idea Board About Content ID GroupID Circle_01
About I MainWindow File Idea Board Save Load Exit Look in CCSD My Computer SH File name: test.xml Files of type: All Files ( Cancel Circle 01
Expert Answer
Answer to Hi, I have C++ assignment using Qt. Here I have succesfully creating the user interface. My assignment from my professor…
OR