mirror of https://github.com/YosysHQ/nextpnr.git
* Use QtPropertyBrowser for Qt5/6 * Fix cmake for python-console for consistency * Make GUI compile for both Qt5 and Qt6 * Fix crash on init with Wayland on Qt6 * Cleanup * disable deprecation warnings for now * Relaxed cmake check for initial Qt6 test |
||
|---|---|---|
| .. | ||
| data | ||
| modified | ||
| CMakeLists.txt | ||
| ColumnFormatter.cpp | ||
| ColumnFormatter.h | ||
| Console.cpp | ||
| Console.h | ||
| Interpreter.cpp | ||
| Interpreter.h | ||
| LICENSE | ||
| ParseHelper.BlockParseState.cpp | ||
| ParseHelper.BracketParseState.cpp | ||
| ParseHelper.ContinuationParseState.cpp | ||
| ParseHelper.cpp | ||
| ParseHelper.h | ||
| ParseListener.cpp | ||
| ParseListener.h | ||
| ParseMessage.cpp | ||
| ParseMessage.h | ||
| README.md | ||
| Utils.h | ||
| test_cli.cpp | ||
| test_console.cpp | ||
| test_parse_helper.cpp | ||
| test_python_interpreter.cpp | ||
README.md
python-console
This is the result of a small side project to write a Qt widget that encapsulates an interactive Python shell.
Quickstart
You should have Qt4 and Python libraries. You will need CMake to build this project as follows:
- mkdir build
- cmake ..
- make
License
This project is licensed under the MIT license.