Hi C Assignment Using Qt Succesful Create User Interface Assignment Professor Actually Sim Q43834157
Hi, I have C++ assignment using Qt.
Here I am succesful to create user interface.

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

When starting to draw circle, we will firstly click anywhere inthe empty right board (“point 1″), but don’trelease it. While keep pressing the click, we drag to any directionto extend the circle, then release it (at point2). Then, the circle will automatically be created. (inthe illustration above, click is at point 1, andrelease is at point 2, but at the actual program,the text “point 1”, “point 2” do not exist; it is shown here toemphasize the position of mouse-click).
After the circle is created, the next step must happen, i.e. adialog should appear automatically, which ask userto enter name and description. In the above illustration, I enter”Circle_01″ as my name, and “My First Circle” forthe description. After “OK” is clicked, on the right side (thedrawing space), the Circle we created must shown withits ContentName and Content Description below the circle.
Final things, the program must be able to savein XML format:

The preocedure above are actually simple.
But I am still not familiar with Qt. Then, can any body show mehow to do that in Qt? My professor only provide example with Qt,and ecourage me to use Qt.
But if you guys have another ways other than Qt, it is stillfine.
Thank you
Best Regrads.
E MainWindow File Idea Board About Coutat ID GrouplD Point 1 E Add Content Content Name: Circle_01 Content Description My First Circle OK Cancel Point 2 E MainWindow File Idea Board About Content ID GroupID Circle Circle_01 <My First Circle> E MainWindow File Idea Board About E Save As Save CACSD Look in: Load My Computer Exit HS File nome Save test.xml Files of type: All Files () Cancel Circle_01 <My First Circle> Show transcribed image text E MainWindow File Idea Board About Coutat ID GrouplD
Point 1 E Add Content Content Name: Circle_01 Content Description My First Circle OK Cancel Point 2 E MainWindow File Idea Board About Content ID GroupID Circle Circle_01
E MainWindow File Idea Board About E Save As Save CACSD Look in: Load My Computer Exit HS File nome Save test.xml Files of type: All Files () Cancel Circle_01
Expert Answer
Answer to Hi, I have C++ assignment using Qt. Here I am succesful to create user interface. My assignment from my professor are ac…
OR