mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
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:
@@ -131,7 +131,7 @@ QETDiagramEditor::~QETDiagramEditor() {
|
||||
*/
|
||||
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::setUpElementsPanel() {
|
||||
*/
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user