phargogh / palisades

Configurable UI chunks for PyQt user interfaces
0 stars 0 forks source link

Add table-specific dropdowns to palisades #7

Open phargogh opened 10 years ago

phargogh commented 10 years ago

We have a functional Dropdown element, now we just need to add a functional filetype-specific data handling to a subclassed Dropdown. This will likely involve copying code from the IUI source.

There might also be a better way to do this than by copying the IUI source.