Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
mat2
mat2
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • jvoisin
  • mat2mat2
  • Merge Requests
  • !81

The source project of this merge request has been removed.
Closed
Opened Jan 03, 2020 by fboi312@fboi312
  • Report abuse
Report abuse

A GUI for mat2 written in PyQt5

  • Overview 5
  • Changes 10

Addressing issue #3 (closed) .

To see the UI follow the steps below

  1. Download PyQt5
  2. cd ui
  3. python3 main.py

No files other than the ones in the new (proposed) ui directory have been touched.

Because of the lack of a proper API, this user interface does nothing other than selecting files and showing dialogs.

Naming of variables and functions in Qt follows the Letter case-separated words whereas pep8 suggests Delimiter-separated words where the delimiter is _. For the time being I have followed the Qt style. Other than this I have conformed to pep8.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: jvoisin/mat2!81
Source branch: GUI