GDGVIT / pip-gui

A GUI based Python Package installer
GNU General Public License v3.0
91 stars 24 forks source link

Improve GUI #6

Open ashwini0529 opened 7 years ago

checor commented 7 years ago

In what ways do you want to improve the GUI? I have a little of knowledge of Qt, I can help if you want.

Maybe putting the console output in a console-like widget would look nicer.

ashwini0529 commented 7 years ago

The app looks completely functional but UI always helps. Adding enhancements and placing things where they look perfect could be a great start. @checor why don't you try out something from your side and share the screenshot? 😄

checor commented 7 years ago

Sure! I will try in the evening.

Seeing your screenshots, I assume this project is for Linux, or does it works on Windows too?

ashwini0529 commented 7 years ago

@checor Are you on it?

checor commented 7 years ago

Hello,

Apologies for the delay.

I will try something in the night if you are ok with that.

checor commented 7 years ago

Hello,

Did you made the GUI using .ui files? It would be nice to have them. Or, should I edit the generated files?

checor commented 7 years ago

In case you don't have them, or you don't want to add it to the source, I've done the changes directly to the generated source. Will look like this:

image

Should I add a font to the resources system, or try to use a font the system had already instaled? I want to use a monospaced font.

SubhashiniTatipamula commented 6 years ago

The starting page gave me the gist of the package. After looking at the screen I felt the install/update/uninstall screens looked consistent except search option. Why not search on update/uninstall screens? Is the screen not same for all the 3 options with the dynamically changing buttons/data?

ayushpriya10 commented 6 years ago

@SubhashiniTatipamula You're quite right about the consistency and yes the search bar can surely be added to update/uninstall screens. I didn't add them when I wrote the program because the number of packages in these categories would be significantly less and hence didn't feel much need of a search segment. But if you wish, you can surely add it.

Oliver-Habersetzer commented 1 year ago

Just chiming in to add this: On Windows with scaling enabled, the UI is unusable. This is 225%. image

At 100% it looks fine again ;) image image