aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/designerintegrationv2/widgethostconstants.h
blob: fd5674bfbb4ab5ee9abfc8c504f9b78f2731b1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

namespace SharedTools {
   namespace Internal {
       enum { SELECTION_HANDLE_SIZE = 6, SELECTION_MARGIN = 10 };
       enum SelectionHandleState { SelectionHandleOff, SelectionHandleInactive, SelectionHandleActive };
   }
}