Welcome! Log In Create A New Profile

Advanced

Any suggestions for question 3

Posted by lhristov 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Any suggestions for question 3
April 29, 2010 10:56AM
Edited: Figured it out
Re: Any suggestions for question 3
April 29, 2010 11:38AM
Hi,

Is this mean your are done with Assignment 03?
Anonymous User
Re: Any suggestions for question 3
April 29, 2010 12:52PM
Tshax, if you're struggling with Question 3, try to get hold of "C++ GUI Programming with Qt 4, Second Edition" by Jasmin Blanchette; Mark Summerfield. It helped me a lot.
Re: Any suggestions for question 3
April 29, 2010 03:08PM
I'm done with part A only. Had some trouble passing the values from the dialog to the main window in Question 3. If it is of any help here is how I did it:
Dialog* d = new Dialog(this);
if (d->exec() == QDialog::Accepted) {
result->setText(d->getAnwers());
}

Dialog inherits from QDialog
Sorry, only registered users may post in this forum.

Click here to login