Removed the watermark from the wizard pages

Too much Qt branding, looks cleaner without.
This commit is contained in:
Thorbjørn Lindeijer
2010-02-18 16:07:34 +01:00
parent e7ba2300c8
commit a6f43a492b
7 changed files with 17 additions and 53 deletions

View File

@@ -61,8 +61,6 @@ NewDialog::NewDialog(QWidget *parent) :
m_okButton = m_ui->buttonBox->button(QDialogButtonBox::Ok);
m_okButton->setDefault(true);
m_ui->watermark->setPixmap(BaseFileWizard::watermark());
m_ui->templatesTree->header()->hide();
connect(m_ui->templatesTree, SIGNAL(currentItemChanged(QTreeWidgetItem*, QTreeWidgetItem*)),
this, SLOT(currentItemChanged(QTreeWidgetItem*)));