Quote:
Originally posted by DiapDealer
"For what it's worth... the current dialog can't be expanded wide enough to see all of the text on my high dpi monitors. But there's plenty of room for the height to be increased."
|
Thanks for that. I am intending to split the plugin's user options dialog into two separate windows in the very near future because the plugin dialog must also be able to accommodate low rez monitors -- which is where problems might occur. And when I do the next upgrade I will also widen the dialog window to try and accommodate Linux machines as well.
Quote:
Originally posted by DiapDealer
"I'd recommend multiple columns or even tabs, but then it is tkinter. So everything is easier said than done. I ultimately had to get away from using it (Tk/TKinter). Made my head hurt something fierce! "
|
I think I'll take the easier route by just splitting the user options in half and using two tkinter window dialogs. I haven't really had a chance to get up to speed using Qt.
And thanks for the suggestion about using the json file for selection but unfortunately I already use the json settings to save the user dialog selection for next time you use the plugin. So I think my only option is to perhaps add it as another user option in the user options dialog window.