module: prop_mvc_view¶
MVC View for proposals
| see: | http://www.saltycrane.com/blog/2008/01/pyqt-43-simple-qabstractlistmodel/ |
|---|---|
| see: | http://www.saltycrane.com/blog/2007/12/pyqt-43-qtableview-qabstracttablemodel/ |
-
class
Assign_GUP.prop_mvc_view.AGUP_Proposals_View(parent=None, agup=None, settings=None)[source]¶ Bases:
PyQt4.QtGui.QWidgetManage the list of proposals, including assignments of topic weights and reviewers
Parameters: - parent (obj) – instance of main_window.AGUP_MainWindow or None
- agup (obj) – instance of agup_data.AGUP_Data
- settings (obj) – instance of settings.ApplicationQSettings
-
editProposal(prop_id, prev_prop_index)[source]¶ select Proposal for editing as referenced by ID number
-
onTopicValueChanged(prop_id, topic, value)[source]¶ called when user changed a topic value in the details panel