Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 701 Bytes

File metadata and controls

32 lines (22 loc) · 701 Bytes

Qt_SQLBrowser — Работа с Базой Данных из Qt

About

Qt desktop application demonstrating widgets, signals/slots, and cross-platform GUI development.

Prerequisites

  • See project documentation

Build & Run

# See project files for build instructions

Development Guidelines

Code Style

  • Follow standard unknown conventions
  • Keep code clean and well-organized
  • Use meaningful variable and method names

Git Workflow

  • Write clear, descriptive commit messages
  • One logical change per commit
  • Test before committing

Testing

  • Write tests for new functionality
  • Run the full test suite before pushing
  • Keep tests focused and independent