Cleanup
This commit is contained in:
parent
4e82ed46d2
commit
064dc13f3d
@ -17,4 +17,3 @@ void InfoTab::info(std::string str)
|
|||||||
plainTextEdit->insertPlainText(str.c_str());
|
plainTextEdit->insertPlainText(str.c_str());
|
||||||
plainTextEdit->moveCursor(QTextCursor::End);
|
plainTextEdit->moveCursor(QTextCursor::End);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#ifndef INFOTAB_H
|
#ifndef INFOTAB_H
|
||||||
#define INFOTAB_H
|
#define INFOTAB_H
|
||||||
|
|
||||||
#include "nextpnr.h"
|
|
||||||
#include <QPlainTextEdit>
|
#include <QPlainTextEdit>
|
||||||
|
#include "nextpnr.h"
|
||||||
|
|
||||||
// FIXME
|
// FIXME
|
||||||
USING_NEXTPNR_NAMESPACE
|
USING_NEXTPNR_NAMESPACE
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
#define MAINWINDOW_H
|
#define MAINWINDOW_H
|
||||||
|
|
||||||
#include "emb.h"
|
#include "emb.h"
|
||||||
|
#include "infotab.h"
|
||||||
#include "nextpnr.h"
|
#include "nextpnr.h"
|
||||||
|
#include "pythontab.h"
|
||||||
#include "qtpropertymanager.h"
|
#include "qtpropertymanager.h"
|
||||||
#include "qttreepropertybrowser.h"
|
#include "qttreepropertybrowser.h"
|
||||||
#include "qtvariantproperty.h"
|
#include "qtvariantproperty.h"
|
||||||
#include "pythontab.h"
|
|
||||||
#include "infotab.h"
|
|
||||||
|
|
||||||
#include <QMainWindow>
|
#include <QMainWindow>
|
||||||
#include <QPlainTextEdit>
|
#include <QPlainTextEdit>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include "pythontab.h"
|
#include "pythontab.h"
|
||||||
|
#include <QGridLayout>
|
||||||
#include "emb.h"
|
#include "emb.h"
|
||||||
#include "pybindings.h"
|
#include "pybindings.h"
|
||||||
#include <QGridLayout>
|
|
||||||
|
|
||||||
PythonTab::PythonTab(QWidget *parent) : QWidget(parent)
|
PythonTab::PythonTab(QWidget *parent) : QWidget(parent)
|
||||||
{
|
{
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#ifndef PYTHONTAB_H
|
#ifndef PYTHONTAB_H
|
||||||
#define PYTHONTAB_H
|
#define PYTHONTAB_H
|
||||||
|
|
||||||
#include "nextpnr.h"
|
|
||||||
#include "emb.h"
|
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
#include <QPlainTextEdit>
|
#include <QPlainTextEdit>
|
||||||
|
#include "emb.h"
|
||||||
|
#include "nextpnr.h"
|
||||||
|
|
||||||
// FIXME
|
// FIXME
|
||||||
USING_NEXTPNR_NAMESPACE
|
USING_NEXTPNR_NAMESPACE
|
||||||
|
Loading…
Reference in New Issue
Block a user