- Merged splitGUI branch, GUI and download tab are now splitted. Code is a lot cleaner and easier to understand. I also fixed some bugs I found on the way :)

This commit is contained in:
Christophe Dumez
2007-08-26 16:25:22 +00:00
parent 36e2cb6f68
commit 32c330092a
13 changed files with 1656 additions and 1398 deletions

View File

@@ -29,6 +29,10 @@ class about : public QDialog, private Ui::AboutDlg{
Q_OBJECT
public:
~about() {
qDebug("Deleting about dlg");
}
about(QWidget *parent): QDialog(parent){
setupUi(this);
setAttribute(Qt::WA_DeleteOnClose);