Elements collection now have a title and an icon.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1491 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-02-06 22:13:39 +00:00
parent 7ca84724ae
commit 7661b2f47e
4 changed files with 49 additions and 0 deletions

View File

@@ -981,6 +981,7 @@ void QETProject::readElementsCollectionXml() {
// sinon lit cette collection
collection_ = new XmlElementsCollection(collection_root);
}
collection_ -> setTitle(tr("Collection embarqu\351e"));
collection_ -> setProtocol("embed");
collection_ -> setProject(this);
connect(collection_, SIGNAL(written()), this, SLOT(componentWritten()));