|
|
|
|
|
by ssebastianj
2973 days ago
|
|
Ha! I feel your pain. That's what I ended up doing for an application a few years ago, wrote a Python script to compile the Qt Designer generated code to Python code [0] [0] https://github.com/ssebastianj/ia2013-tpi-rl/blob/master/gui... Going back and forth between Qt Designer and PyDev was (is?) ancient. Unfortunately I couldn't find a way to automate the compilation step (perhaps with a hook from Qt Designer?) |
|