User is asked a list of questions, the answers of which will be sent via mail back to a feedback mail address.
<p>
<p>
Definition at line <aclass="el"href="kfeedback_8h-source.html#l00098">98</a> of file <aclass="el"href="kfeedback_8h-source.html">kfeedback.h</a>.<hr><h2>Constructor & Destructor Documentation</h2>
Definition at line <aclass="el"href="kfeedback_8cpp-source.html#l00080">80</a> of file <aclass="el"href="kfeedback_8cpp-source.html">kfeedback.cpp</a>.
<p>
References <aclass="el"href="kfeedback_8h-source.html#l00179">_comment</a>, <aclass="el"href="kfeedback_8h-source.html#l00178">_questionList</a>, <aclass="el"href="kfeedback_8moc_8cpp-source.html#l00191">checkComplete()</a>, and <aclass="el"href="kfeedback_8cpp-source.html#l00208">slotCheckComplete()</a>.
Definition at line <aclass="el"href="kfeedback_8cpp-source.html#l00146">146</a> of file <aclass="el"href="kfeedback_8cpp-source.html">kfeedback.cpp</a>.
Compose a mail from the user's answers and send it to the feedback mail address passed to the constructor.<p>
This method will check with <aclass="el"href="classKFeedbackForm.html#6840e07fe3245d4e9c11ee0160af6068">readyToSend()</a> if the mail can be sent with the questions answered until now and prompt the user to answer more questions if not.<p>
Connect the <aclass="el"href="classKFeedbackForm.html#ec2b411546d45e31c9b412f1fa6d8897">mailSent()</a> signal if you are interested when exactly all this was successful.
<p>
Definition at line <aclass="el"href="kfeedback_8cpp-source.html#l00153">153</a> of file <aclass="el"href="kfeedback_8cpp-source.html">kfeedback.cpp</a>.
<p>
References <aclass="el"href="kfeedback_8h-source.html#l00177">_feedbackMailAddress</a>, <aclass="el"href="kfeedback_8h-source.html#l00178">_questionList</a>, <aclass="el"href="kfeedback_8cpp-source.html#l00215">formatComment()</a>, <aclass="el"href="kfeedback_8moc_8cpp-source.html#l00185">mailSent()</a>, and <aclass="el"href="kfeedback_8cpp-source.html#l00270">KFeedbackQuestionList::result()</a>.
Checks if the mail is ready to send, i.e. if all required fields are filled.
<p>
Definition at line <aclass="el"href="kfeedback_8cpp-source.html#l00229">229</a> of file <aclass="el"href="kfeedback_8cpp-source.html">kfeedback.cpp</a>.
<p>
References <aclass="el"href="kfeedback_8h-source.html#l00178">_questionList</a>, and <aclass="el"href="kfeedback_8cpp-source.html#l00254">KFeedbackQuestionList::isComplete()</a>.
<p>
Referenced by <aclass="el"href="kfeedback_8cpp-source.html#l00071">KFeedbackDialog::checkSendButton()</a>.
Emitted when the user has sent the feedback mail - i.e. when he clicked on the "Send mail" button and the mail has successfully been forwarded to the mailer. He can still choose not to send the mail from within the mailer, though.
<p>
Definition at line <aclass="el"href="kfeedback_8moc_8cpp-source.html#l00185">185</a> of file <aclass="el"href="kfeedback_8moc_8cpp-source.html">kfeedback.moc.cpp</a>.
<p>
Referenced by <aclass="el"href="kfeedback_8cpp-source.html#l00153">sendMail()</a>.
Emitted when it is time to check for completeness of all information in this form: Either when a new question is added or when a question is answered.
<p>
Definition at line <aclass="el"href="kfeedback_8moc_8cpp-source.html#l00191">191</a> of file <aclass="el"href="kfeedback_8moc_8cpp-source.html">kfeedback.moc.cpp</a>.
<p>
Referenced by <aclass="el"href="kfeedback_8cpp-source.html#l00080">KFeedbackForm()</a>, and <aclass="el"href="kfeedback_8cpp-source.html#l00208">slotCheckComplete()</a>.
Definition at line <aclass="el"href="kfeedback_8cpp-source.html#l00208">208</a> of file <aclass="el"href="kfeedback_8cpp-source.html">kfeedback.cpp</a>.
Format the "personal comments" field for sending mail.
<p>
Definition at line <aclass="el"href="kfeedback_8cpp-source.html#l00215">215</a> of file <aclass="el"href="kfeedback_8cpp-source.html">kfeedback.cpp</a>.