[qet] [4645] Minor : rename QDockWidgets to Project and Collection |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4645
Author: scorpio810
Date: 2016-08-21 22:50:52 +0200 (Sun, 21 Aug 2016)
Log Message:
-----------
Minor : rename QDockWidgets to Project and Collection
Modified Paths:
--------------
trunk/sources/qetdiagrameditor.cpp
Modified: trunk/sources/qetdiagrameditor.cpp
===================================================================
--- trunk/sources/qetdiagrameditor.cpp 2016-08-21 20:32:05 UTC (rev 4644)
+++ trunk/sources/qetdiagrameditor.cpp 2016-08-21 20:50:52 UTC (rev 4645)
@@ -131,7 +131,7 @@
*/
void QETDiagramEditor::setUpElementsPanel() {
//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 -> setAllowedAreas (Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea);
@@ -162,7 +162,7 @@
*/
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->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea);
m_qdw_elmt_collection->setFeatures(QDockWidget::AllDockWidgetFeatures);