Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Window #31

Open
karastoyanov opened this issue May 15, 2023 · 2 comments · Fixed by #33
Open

About Window #31

karastoyanov opened this issue May 15, 2023 · 2 comments · Fixed by #33
Assignees
Labels
database Postgres DB management good first issue Good for newcomers pyqt-gui QT Graphical User Interface
Milestone

Comments

@karastoyanov
Copy link
Member

karastoyanov commented May 15, 2023

⚠ This Issue should be done entirly on about_window branch

We will have to create a separate About window which will display:

  • Some basic information about the application
  • Application version
  • Creators
  • GitHub Link
  • ....

Start with the basic shell. Create new file named about.py. Inside the file create the class About and init it's properities. The about window will consist of one main layout and one child vertical layout, where all the objects will be created. You can use login as reference.

🎗 All the files, related to the GUI should be created in the pyqt5-gui folder

@karastoyanov karastoyanov converted this from a draft issue May 15, 2023
@karastoyanov karastoyanov added good first issue Good for newcomers database Postgres DB management pyqt-gui QT Graphical User Interface labels May 15, 2023
@karastoyanov karastoyanov added this to the About Window milestone May 15, 2023
@karastoyanov karastoyanov moved this from Todo to In Progress in First Stable Version - market-app May 17, 2023
@karastoyanov karastoyanov linked a pull request May 18, 2023 that will close this issue
@karastoyanov
Copy link
Member Author

Last updates:
95cbab6
65b3db7

about_window major GUI rework

  • added custom font
  • text layouts contents and design rework
  • comments updated
  • custom window icon
  • new vertical layour for github button, current version and release date
  • custom button leading to github repository

@karastoyanov karastoyanov moved this from In Progress to Testing in First Stable Version - market-app May 28, 2023
@karastoyanov karastoyanov moved this from Testing to Done in First Stable Version - market-app May 28, 2023
@techfrapi techfrapi reopened this May 28, 2023
@techfrapi
Copy link
Collaborator

Hoover effect need to be a added to GitHub icon for better visibility

@karastoyanov karastoyanov moved this from Done to In Progress in First Stable Version - market-app May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Postgres DB management good first issue Good for newcomers pyqt-gui QT Graphical User Interface
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants