|
|
@ -857,6 +857,14 @@ void UBTeacherBarPreviewMedia::cleanMedia() |
|
|
|
mWidgetList.clear(); |
|
|
|
mWidgetList.clear(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void UBTeacherBarPreviewMedia::loadWidgets(QList<QWidget*> pWidgetsList) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
foreach(QWidget*eachWidget, pWidgetsList){ |
|
|
|
|
|
|
|
mWidget->addWidget(eachWidget); |
|
|
|
|
|
|
|
mWidgetList[eachWidget]="DRAG UNAVAILABLE"; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void UBTeacherBarPreviewMedia::loadMedia(QStringList pMedias) |
|
|
|
void UBTeacherBarPreviewMedia::loadMedia(QStringList pMedias) |
|
|
|
{ |
|
|
|
{ |
|
|
|