module: topics_editor

GUI to edit the list of topics

class Assign_GUP.topics_editor.AGUP_TopicsEditor(parent=None, topics_list=None, settings=None)[source]

Bases: PyQt4.QtGui.QDialog

add topic, slider, value_entry to a QGridLayout

closeEvent(event)[source]
getTopicList()[source]

when all editing is complete, call this method to get the final list

onAdd(*args, **kw)[source]

add the text in the entry box to the list of topics

onCloseButton(event)[source]
onDelete(*args)[source]

remove the selected item from the list of topics

restoreWindowGeometry()[source]

put the window back where it was

saveWindowGeometry()[source]

remember where the window was