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:
17
Software/sie_cg/block_editor/mainwindow.h
Normal file → Executable file
17
Software/sie_cg/block_editor/mainwindow.h
Normal file → Executable file
@@ -85,6 +85,15 @@ public:
|
||||
|
||||
QStatusBar *statusBar;
|
||||
|
||||
QLabel * headerLabel;
|
||||
QTextEdit * headerTextEdit;
|
||||
QLabel * initLabel;
|
||||
QTextEdit * initTextEdit;
|
||||
QLabel * prototypeLabel;
|
||||
QTextEdit * blockTextEdit;
|
||||
QLabel * extraLabel;
|
||||
QTextEdit * extraTextEdit;
|
||||
|
||||
private slots:
|
||||
void deleteItem();
|
||||
void sceneScaleChanged(const QString &scale);
|
||||
@@ -131,14 +140,6 @@ private:
|
||||
|
||||
QButtonGroup *buttonGroup;
|
||||
|
||||
QLabel * headerLabel;
|
||||
QTextEdit * headerTextEdit;
|
||||
QLabel * prototypeLabel;
|
||||
QTextEdit * blockTextEdit;
|
||||
QLabel * extraLabel;
|
||||
QTextEdit * extraTextEdit;
|
||||
|
||||
|
||||
int selectedButton;
|
||||
|
||||
QString myFilePath;
|
||||
|
||||
Reference in New Issue
Block a user