Comment 7 for bug 1011002

Revision history for this message
mutil (mutil) wrote :

Hi Daniel,
I am also working on it, trying to implement an additional resolution combobox binded to the skin combobox which will then show only the available skins for the selected resolution. We can take the sizes of skins based on a regexp of the filenames as all skins follow the same pattern. I think we can default to the maximum resolution the user's PC is able to operate taken from QApplication::desktop()->screenGeometry() as Maxime suggested. The rest resolutions should still be selectable but in a different color maybe.