Clone
3
quick_start_guide
ispyisail edited this page 2026-09-17 13:11:09 +12:00

Quick Start Guide

Get QElectroTech running and create your first electrical diagram in 10 minutes.

Step 1: Download & Install

Windows

  1. Visit qelectrotech.org/downloads
  2. Download the Windows installer (.exe or .msi)
  3. Run the installer and follow the setup wizard
  4. Launch QElectroTech from your Start menu or desktop

macOS

  1. Visit qelectrotech.org/downloads
  2. Download the macOS package (.dmg)
  3. Open the .dmg file
  4. Drag QElectroTech to the Applications folder
  5. 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:


Step 2: Launch & Create Your First Project

  1. Open QElectroTech — The application will launch with a welcome screen
  2. Click File → New Project
  3. Choose your project settings:
    • Page Size: A4 (or A3 for larger diagrams)
    • Orientation: Portrait or Landscape
    • Click OK
  4. 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

  1. Look at the Elements panel on the right
  2. Search for an element:
    • Type "switch" in the search box, or
    • Browse categories like "03_Control" or "10_Electrical"
  3. Drag the element onto your canvas
  4. 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

  1. Click the Wire tool in the toolbar (looks like a lightning bolt)
  2. Click on a terminal (the small circle/dot at connection points on elements)
  3. Move the mouse to the next element's terminal
  4. Click again to complete the wire connection
  5. 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)

  1. 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)
  2. Find the label/formula field in that dialog and type your label
  3. Confirm the dialog

Label an Element (e.g., reference number)

  1. Double-click on an element — same as above, this opens its Properties dialog, not an inline edit
  2. Set the reference in the dialog's label field
  3. Confirm the dialog

Add Free Text

  1. Click the Text tool in the toolbar
  2. Click on the canvas where you want text
  3. Type your text
  4. Click elsewhere to finish

Step 7: Save Your Work

  1. Click File → Save (or press Ctrl+S)
  2. Choose a location on your computer
  3. Enter a filename (e.g., "my_first_circuit")
  4. QElectroTech saves your project as a .qet file
  5. 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:

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 SpaceR 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: