From 1822cd3cb14231a6256f85114e610531663495ec Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Fri, 28 Jun 2013 21:50:48 +0000 Subject: [PATCH] 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 git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2359 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/hotspoteditor.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sources/hotspoteditor.cpp b/sources/hotspoteditor.cpp index 93bbced78..d6b1126a0 100644 --- a/sources/hotspoteditor.cpp +++ b/sources/hotspoteditor.cpp @@ -71,6 +71,11 @@ HotspotEditor::HotspotEditor(QWidget *parent) : 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()));