eamsler
September 14, 2018, 2:54pm
2
These should actually still be relevant, with the first one being especially so. Just do a forum search for “QDialog” and you’ll find all kinds of examples of intermixing Qt controls with Deadline.
I’m using Deadline 6.
Would it be possible to make GUI with buttons for adding and removing text fields? Pretty much I was hoping for something like scriptDialog.RemoveControl(), but since that’s not there, maybe there’s an alternative.
Does anyone know how to add a scroll bar to the job submit UI? At the moment I am having to use scriptControl.AddGroupBox()
I’m venturing into making a script for the Deadline Monitor and I want to display an image in a box. Python is not my forté currently. I’ve done some digging and found this example of how to use pyQT with Deadline, which works.
Has anyone got a snippet to put an image control in? Doesn’t appear to be that simple and I can find dozens of different examples in Python for making image controls, but so far I’ve got none of them to work.
[code]from PyQt4.QtCore import *
from PyQt4.QtGui import *
#…