tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

Have an option preference menu #151

Closed bibimbop closed 10 years ago

bibimbop commented 11 years ago

This menu option would open a window, where the following preferences could be set:

tallforasmurf commented 10 years ago

I like this, and I have seen similar things in other applications. I bet we can think of even more things to put in the dialog. (Preferred dictionary for spellcheck?)

I see it as a modal dialog that comes up from, say, File > Document Properties ? Need to figure out the proper encoding of these properties in the .meta file. I will look at this next week.

Feel free to add more comments. Especially, how do you envision managing multiple versions of a book? Because it is really simple to just have two (or three) instances of PPQT running, and copy/paste between them.

bibimbop commented 10 years ago

I don't like having several instances of PPQT. Eventually they look the same to me. I just open the document I need.

Another use to loosely link the documents together, is that one day PPQT could have a button to generate a PPV zipfile.

tallforasmurf commented 10 years ago

Got a bit of a properties dialog. Needs more work. Closing for now, create new issue to request a specific field/function for it.