[qet] [2359] setvisible to disable checkbox hotspot_sync |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 2359
Author: scorpio810
Date: 2013-06-28 23:50:48 +0200 (Fri, 28 Jun 2013)
Log Message:
-----------
setvisible to disable checkbox hotspot_sync
one for remove bug in element editor after un move hotspot_sync, selection is not focused on primitives
two is not specialy used
and for future auto boudinrect hotspot
Modified Paths:
--------------
trunk/sources/hotspoteditor.cpp
Modified: trunk/sources/hotspoteditor.cpp
===================================================================
--- trunk/sources/hotspoteditor.cpp 2013-06-28 19:53:45 UTC (rev 2358)
+++ trunk/sources/hotspoteditor.cpp 2013-06-28 21:50:48 UTC (rev 2359)
@@ -71,6 +71,11 @@
hotspot_sync = new QCheckBox(tr("D\351placer l'\351l\351ment avec le hotspot"));
hotspot_sync -> setChecked(true);
+ // TODO setvisible to disable checkbox hotspot_sync
+ // one for remove bug in element editor after un move hotspot_sync, selection is not focused on primitives
+ // two is not specialy used
+ // and for future auto boudinrect hotspot
+ hotspot_sync -> setVisible(false);
connect(sb_width, SIGNAL(valueChanged(int)), this, SLOT(updateHotspotLimits()));
connect(sb_height, SIGNAL(valueChanged(int)), this, SLOT(updateHotspotLimits()));