Topic: graphic elements not moving
when selecting multiple elements all elements but the graphic ones do shift.
shooter@home.nl
You are not logged in. Please login or register.
QElectroTech → FR : Aide, suggestions, discussions, ... → graphic elements not moving
when selecting multiple elements all elements but the graphic ones do shift.
What platform?, in debian, i don't reproduce this problem.
using windows, found some strange behaviour here, while translating i found some type problems as the > was in wrong place.
modified en.ts and nl.ts
as i was searching found the dialog box had french texts, oke so far.
when i locked and again unlocked a shape the shape is not moving until i added another shape.
small bug in software
Please have the shapes also snap on the grid,
Thanks for nl.ts and corrected en.ts.
when i locked and again unlocked a shape the shape is not moving until i added another shape.
small bug in software
fixed :p
Modified: trunk/sources/qetgraphicsitem/qetshapeitem.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/qetshapeitem.cpp 2014-04-28 20:51:23 UTC (rev 3036)
+++ trunk/sources/qetgraphicsitem/qetshapeitem.cpp 2014-04-29 03:47:37 UTC (rev 3037)
@@ -222,6 +222,7 @@
QCheckBox cb(tr("Verrouiller la position"), &property_dialog);
cb.setChecked(!is_movable_);
dialog_layout.addWidget(&cb);
+ cb.setVisible(false);
//dialog button, box
QDialogButtonBox dbb(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
I think today it is no longer useful to lock shapes.
Now, shapes don't have the focus enabled, when you move element in this or under area.
QElectroTech → FR : Aide, suggestions, discussions, ... → graphic elements not moving
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.023 seconds (25% PHP - 75% DB) with 11 queries