mirror of
git://projects.qi-hardware.com/nn-usb-fpga.git
synced 2025-04-21 12:27:27 +03:00
First functional example, ADC an Framebuffer Test
This commit is contained in:
8
Software/sie_cg/block_editor/diagramscene.h
Normal file → Executable file
8
Software/sie_cg/block_editor/diagramscene.h
Normal file → Executable file
@@ -83,11 +83,12 @@ public:
|
||||
int addTextItem(DiagramTextItem * textItem);
|
||||
void removeTextItem(DiagramTextItem * textItem);
|
||||
|
||||
Arrow *myPolygonPath;
|
||||
|
||||
QString createPrototype();
|
||||
|
||||
public slots:
|
||||
void setMode(Mode mode){myMode=mode;}
|
||||
void editorLostFocus(DiagramTextItem *item);
|
||||
void setMode(Mode mode){myMode=mode;}
|
||||
|
||||
signals:
|
||||
void textInserted(QGraphicsTextItem *item);
|
||||
@@ -108,8 +109,7 @@ private:
|
||||
QString myTypeString;
|
||||
bool leftButtonDown;
|
||||
QPointF startPoint;
|
||||
QGraphicsLineItem *line;
|
||||
Arrow *myPolygonPath;
|
||||
QGraphicsLineItem *line;
|
||||
QFont myFont;
|
||||
DiagramTextItem *textItem;
|
||||
DiagramTextItem *TitleText;
|
||||
|
||||
Reference in New Issue
Block a user