|
Qucs-GUI
0.0.19
|
#include "projectView.h"#include "schematic.h"#include <QString>#include <QStringList>#include <QDir>#include <QStandardItemModel>
Go to the source code of this file.
Defines | |
| #define | APPEND_CHILD(category, data) m_model->item(category, 0)->appendRow(data); |
| #define APPEND_CHILD | ( | category, | |
| data | |||
| ) | m_model->item(category, 0)->appendRow(data); |
1.7.6.1