mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
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
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user