Table of Contents
- Quick Start Guide
- Step 1: Download & Install
- Step 2: Launch & Create Your First Project
- Step 3: Get Familiar with the Interface
- Step 4: Add Your First Element
- Step 5: Draw Wires to Connect Elements
- Step 6: Add Labels & Text
- Step 7: Save Your Work
- Your First Circuit Complete! 🎉
- Common First-Time Tasks
- "How do I undo a mistake?"
- "How do I zoom in/out?"
- "How do I rotate an element?"
- "How do I delete something?"
- "How do I find a specific component?"
- Getting Help
- Ready to Learn More?
Quick Start Guide
Get QElectroTech running and create your first electrical diagram in 10 minutes.
Step 1: Download & Install
Windows
- Visit qelectrotech.org/downloads
- Download the Windows installer (.exe or .msi)
- Run the installer and follow the setup wizard
- Launch QElectroTech from your Start menu or desktop
macOS
- Visit qelectrotech.org/downloads
- Download the macOS package (.dmg)
- Open the .dmg file
- Drag QElectroTech to the Applications folder
- Launch from Applications or Launchpad
Linux
Ubuntu/Debian:
sudo apt update
sudo apt install qelectrotech
Fedora/RHEL:
sudo dnf install qelectrotech
Arch Linux:
sudo pacman -S qelectrotech
Or use AppImage/Flatpak:
- Download from qelectrotech.org/downloads
Step 2: Launch & Create Your First Project
- Open QElectroTech — The application will launch with a welcome screen
- Click File → New Project
- Choose your project settings:
- Page Size: A4 (or A3 for larger diagrams)
- Orientation: Portrait or Landscape
- Click OK
- QElectroTech opens with a blank diagram ready for work
Step 3: Get Familiar with the Interface
Your workspace has several key areas:
- Left side: Drawing canvas (where you create diagrams)
- Right side: Elements panel (symbols and components)
- Top: Toolbar with tools (select, wire, text, etc.)
- Bottom: Status bar showing cursor position and tool info
Key Toolbar Buttons
- Selection tool (arrow) — Select and move elements
- Wire tool (lightning bolt) — Draw connections
- Text tool (A) — Add labels and text
- Zoom controls — Enlarge/shrink view
Step 4: Add Your First Element
- Look at the Elements panel on the right
- Search for an element:
- Type "switch" in the search box, or
- Browse categories like "03_Control" or "10_Electrical"
- Drag the element onto your canvas
- Drag more elements to build your circuit:
- Add a power source (battery or AC symbol)
- Add a switch
- Add a lamp or load
- Arrange them roughly in a line
Tip: Right-click on an element to rotate it 90°, flip it, or access properties.
Step 5: Draw Wires to Connect Elements
- Click the Wire tool in the toolbar (looks like a lightning bolt)
- Click on a terminal (the small circle/dot at connection points on elements)
- Move the mouse to the next element's terminal
- Click again to complete the wire connection
- The wire is drawn automatically between the two points
Connection Tips:
- Wires connect at terminal points only (small dots on elements)
- You can create multi-segment wires by clicking multiple times
- Press Escape to cancel wire drawing
Step 6: Add Labels & Text
Label a Wire (e.g., signal name, voltage)
- Double-click on the wire — this opens its Properties dialog
(checked directly: double-click calls
editProperty(), the same dialog a right-click → Properties gives you, not an inline text box) - Find the label/formula field in that dialog and type your label
- Confirm the dialog
Label an Element (e.g., reference number)
- Double-click on an element — same as above, this opens its Properties dialog, not an inline edit
- Set the reference in the dialog's label field
- Confirm the dialog
Add Free Text
- Click the Text tool in the toolbar
- Click on the canvas where you want text
- Type your text
- Click elsewhere to finish
Step 7: Save Your Work
- Click File → Save (or press Ctrl+S)
- Choose a location on your computer
- Enter a filename (e.g., "my_first_circuit")
- QElectroTech saves your project as a
.qetfile - Your file is saved and can be reopened anytime
Your First Circuit Complete! 🎉
You now have a basic electrical diagram showing:
- ✅ Elements (components)
- ✅ Wires (connections)
- ✅ Labels (identification)
Next Steps
Learn More:
- Explore the User Manual for all features
- See Tips & Tricks for advanced techniques
- Browse Features to see what else QET can do
Create More:
- Add more folios (pages) to your project via Project → New Folio
- Create multi-page electrical schematics
- Export to PDF, PNG, or SVG
Customize:
- Change wire colors and styles (right-click wire → properties)
- Adjust element properties
- Use the grid and snap features for alignment
Share & Collaborate:
- Export diagrams as PDF or PNG to share
- Save .qet files to share with colleagues
- Use version control (Git) for team projects
Common First-Time Tasks
"How do I undo a mistake?"
Press Ctrl+Z (or Cmd+Z on Mac) to undo. Repeat to undo multiple steps.
"How do I zoom in/out?"
- Zoom in/out: Scroll wheel, or your platform's standard zoom keys (usually Ctrl+Plus/Ctrl+Minus — not the bare +/- keys)
- Reset zoom: Press Ctrl+0 (or Cmd+0 on Mac)
"How do I rotate an element?"
Right-click the element and choose Rotate, or select it and press Space — R isn't bound to anything in the diagram editor, checked directly against the shortcut registry.
"How do I delete something?"
Select it and press Delete, or right-click and choose Delete.
"How do I find a specific component?"
Use the Search box in the Elements panel on the right. Type the component name or number.
Getting Help
- FAQ — Quick answers to common questions
- User Manual — Complete feature documentation
- Forum — Ask the community (very responsive!)
- GitHub Issues — Report bugs
Ready to Learn More?
You've learned the basics! Now explore:
- User Manual — Deep dive into features
- Tips & Tricks — Power-user workflows
- Creating Custom Elements — Build your own symbols
Getting Started
🌐 Languages — English · Français · Deutsch
Guides
Conductors — wire properties, what feeds which export, and cables
Wire & cable catalogue — cable types, IEC 60757 core colours, assigning a core to a conductor
Printing and exporting — paper, PDF, images, and what each path does differently
Linking elements — master, slave, terminal
PLC modules — I/O tables and linking a wire to a specific point
Using the element editor — drawing tools, saving, checks
Preferences reference — what each settings page does
Keyboard-only control — mouseless QET, and the one real gap
Mouse modifiers — what Shift, Ctrl and Alt change while you drag
Managing collections — folders, writability, building your own shortlist
Templates — reusable multi-element blocks, and why clicking one does nothing
Search & Replace — bulk property changes
Building a nomenclature query — the BOM/summary table builder
Linking wires across pages — folio reports
Variables & formulas — %f, %{label}, sequences
Auto-numbering — schemes, sequences, freezing
Terminal strips — strips, levels, bridges
Title block templates — the .titleblock format
Importing EPLAN parts (.edz) — EPLAN Data Portal
DXF import & export — two unrelated features, one format
The project database — the in-memory SQLite cache
Development
Automating QET — CLI, XML formats, external tools
CLI Reference — command line usage
JavaScript Scripting — --run, geometry editing, undo
Vision — proposal, under discussion
