mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-25 03:19:58 +01:00
Add Erik path : User can Diagram grid layout and keys
Left,Right,Up,Down stepsize git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5744 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -73,12 +73,17 @@ class Diagram : public QGraphicsScene
|
||||
/// Diagram dimensions and title block
|
||||
BorderTitleBlock border_and_titleblock;
|
||||
/// abscissa grid step size
|
||||
static const int xGrid;
|
||||
static int xGrid;
|
||||
/// ordinate grid step size
|
||||
static const int yGrid;
|
||||
static int yGrid;
|
||||
/// Key grid x step size
|
||||
static int xKeyGrid;
|
||||
/// Key grid y step size
|
||||
static int yKeyGrid;
|
||||
/// margin around the diagram
|
||||
static const qreal margin;
|
||||
/// background color of diagram
|
||||
|
||||
static QColor background_color;
|
||||
/// Hash containing max values for folio sequential autonums in this diagram
|
||||
QHash <QString, QStringList> m_elmt_unitfolio_max;
|
||||
|
||||
Reference in New Issue
Block a user