nvpy icon indicating copy to clipboard operation
nvpy copied to clipboard

Gtk3

Open gfavaro opened this issue 12 years ago • 4 comments

Any chance to make its UI in GKT3?

gfavaro avatar Jun 07 '12 19:06 gfavaro

I very deliberately chose Tkinter, as it's the default UI for Python and is hence more widely available. However, nvPY has a complete separation between UI and backend, so if you're interested, you should be able to write just a new View class (see what's currently in view.py) to replace the current Tkinter-based one.

cpbotha avatar Jun 10 '12 11:06 cpbotha

Tanks man, I'll try to do by myself.

Keep the good work!

gfavaro avatar Jun 19 '12 00:06 gfavaro

I couldn't just make a new view.py, and based on your code, I started a new Ubuntu Quickly project and I'm using your notes_db.py.

There's a problem for you?

gfavaro avatar Aug 02 '12 22:08 gfavaro

It's BSD open source, so you're welcome to do anything with it (almost :) as long as you retain my copyright message for the parts that you use. In short, go ahead!

You'll probably also need the other .py files, just making a new view.py file with Gtk3. Eventually, I'd like to merge your changes back into this repo, so that people have a choice of GUI. :)

cpbotha avatar Aug 03 '12 07:08 cpbotha