Minor : rename QDockWidgets to Project and Collection

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4645 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2016-08-21 20:50:52 +00:00
parent 241229d320
commit 30f3973d85

View File

@@ -131,7 +131,7 @@ QETDiagramEditor::~QETDiagramEditor() {
*/ */
void QETDiagramEditor::setUpElementsPanel() { void QETDiagramEditor::setUpElementsPanel() {
//Add the element panel as a QDockWidget //Add the element panel as a QDockWidget
qdw_pa = new QDockWidget(tr("Panel projets", "dock title"), this); qdw_pa = new QDockWidget(tr("Projets", "dock title"), this);
qdw_pa -> setObjectName ("projects panel"); qdw_pa -> setObjectName ("projects panel");
qdw_pa -> setAllowedAreas (Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea); qdw_pa -> setAllowedAreas (Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea);
@@ -162,7 +162,7 @@ void QETDiagramEditor::setUpElementsPanel() {
*/ */
void QETDiagramEditor::setUpElementsCollectionWidget() void QETDiagramEditor::setUpElementsCollectionWidget()
{ {
m_qdw_elmt_collection = new QDockWidget(tr("Collection d'éléments"), this); m_qdw_elmt_collection = new QDockWidget(tr("Collections"), this);
m_qdw_elmt_collection->setObjectName("elements_collection_widget"); m_qdw_elmt_collection->setObjectName("elements_collection_widget");
m_qdw_elmt_collection->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea); m_qdw_elmt_collection->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea);
m_qdw_elmt_collection->setFeatures(QDockWidget::AllDockWidgetFeatures); m_qdw_elmt_collection->setFeatures(QDockWidget::AllDockWidgetFeatures);