Settings and Preferences¶
Configure QualCoder to match your workflow and preferences.
Opening Settings¶
Access settings from the menu bar:
- Click Settings in the menu bar (or press
Cmd+,on macOS) - The Settings dialog opens with a sidebar for navigation
Appearance¶
Theme¶
Choose between light and dark themes:
- Go to Appearance in the sidebar
- Click Light or Dark theme button
- The UI updates immediately
Tip: Eye Strain
Use dark theme in low-light environments to reduce eye strain during extended coding sessions.
Font Size¶
Adjust the application font size:
- In Appearance, find the Font Size slider
- Drag the slider between 10px and 24px
- The preview updates as you adjust
Font Family¶
Choose your preferred font:
- In Appearance, find the Font Family dropdown
- Select from available fonts (Inter, Roboto, System Default)
- The change applies immediately
Language¶
Select your preferred application language:
- Go to Language in the sidebar
- Choose from available languages:
- English
- Spanish
- German
- French
- Portuguese
- Some changes may require restart
Note: Translation Coverage
Not all languages have complete translations. Missing translations fall back to English.
Backup Settings¶
Configure automatic project backups:
Enable Backups¶
- Go to Backup in the sidebar
- Check Enable automatic backups
Backup Interval¶
Set how often backups are created:
- Enable backups first
- Set the interval (in minutes) using the spinbox
- Default is 30 minutes
Warning: Backup Location
Backups are stored alongside your project file. Ensure you have sufficient disk space.
AV Coding Settings¶
Configure settings for audio/video coding:
Timestamp Format¶
Choose how timestamps are displayed:
- Go to AV Coding in the sidebar
- Select a timestamp format:
- HH:MM:SS - Hours, minutes, seconds (default)
- MM:SS - Minutes and seconds only
- SS.ms - Seconds with milliseconds
Speaker Format¶
Customize how speaker names appear in transcripts:
- In AV Coding, find Speaker Format
- Enter your preferred format using
{n}as a placeholder - Examples:
Speaker {n}→ Speaker 1, Speaker 2P{n}→ P1, P2Interviewee {n}→ Interviewee 1, Interviewee 2
The preview shows how speaker names will appear.
Database Settings¶
Configure your project's data storage and synchronization options.
Primary Storage¶
Your project data is always stored locally in SQLite. This ensures:
- Offline access - Work without an internet connection
- Fast performance - No network latency for read/write operations
- Data ownership - Your data stays on your machine
Saving Settings¶
Settings are saved automatically as you change them. There's no need to click Save.
- OK - Closes the dialog
- Cancel - Closes the dialog (changes are already saved)
Keyboard Shortcuts¶
| Action | Shortcut |
|---|---|
| Open Settings | Cmd+, (macOS) / Ctrl+, (Windows/Linux) |