CQ-editor
CQ-editor copied to clipboard
CadQuery GUI editor based on PyQT
I followed these steps to get cadquery and CQ-Editor installed: ```bash python3 -m venv ~/local/cadquery source ~/local/cadquery/bin/activate pip3 install --upgrade pip pip3 install cadquery pip3 install PyQt5 spyder pyqtgraph logbook...
I have a very simple proposed change for cq-editor. Here is the hypothetical scenario. I open up cq-editor with some object that takes up the center of the viewing area,...
Hi, I use a Lenovo Thinkpad X1 gen 10. This laptop's track pad comes with two native buttons - a left and a right, with no native middle mouse button...
It looks like the latest release was back in 2021. Please consider tagging regular releases.
Operating System (type, version, etc): Windows 11 24H2 How CQ-editor was installed: [Pre-built installer](https://github.com/CadQuery/CQ-editor/releases/tag/nightly) Python version of your environment (unless you are running a pre-built package). Steps to reproduce the...
Hello there, the pip package does not install because it requires `python
There is a new `Toggle Comment` item under the Edit menu and shortcut key. I'd suggest to disable the feature when the Editor widget is not visible for users of...
Co-authored by @dirtdigger via #517
When running with the latest cadquery from pip and the latest cq-editor from git, I get the following error: `Exception: Invalid font prefix "fa"` qtawesome has removed the "fa" prefix...