commentwidget

class jukeboxcore.gui.widgets.commentwidget.CommentWidget(parent=None)[source]

Bases: jukeboxcore.gui.widgets.commentwidget_ui.Ui_CommentWidget, PySide.QtGui.QFrame

A widget to display comments

Create a new CommentWidget

Parameters:parent (QtGui.QWidget) – widget parent
Raises:None
set_index(index)[source]

Display the data of the given index

Parameters:index (QtCore.QModelIndex) – the index to paint
Returns:None
Return type:None
Raises:None
staticMetaObject = <PySide.QtCore.QMetaObject object at 0x000000000505A848>