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

Flow panel settings should be document values #190

Open tallforasmurf opened 10 years ago

tallforasmurf commented 10 years ago

Add syntax to save and restore them in the meta file. Initialize flow panel settings at startup from saved app settings as now. If settings are not in the meta file (V1 file format) when loading, give the document default values (?) or give the document the current flow values(?).

Note that in the multi-document model, flow panel should pull its settings out of the document. When the flow panel gets the focus it should set itself to match the frontmost document.