6 #ifndef CONFIGURATIONLIST_HH 7 #define CONFIGURATIONLIST_HH 31 void startDrag(Qt::DropActions supportedActions);
34 void deleteSelection();
37 void deleteItem(QListWidgetItem* item);
44 #endif // CONFIGURATIONLIST_HH void dragMoveEvent(QDragMoveEvent *event)
namespace that encapsulate all the softwares of humanoid-path-planner
Definition: __init__.py:1
void configurationChanged()
ConfigurationList(QWidget *parent)
virtual ~ConfigurationList()
void dropEvent(QDropEvent *event)
void startDrag(Qt::DropActions supportedActions)
A QListWidget that accept drag and drop of configurations.
Definition: configurationlist.hh:14
void dragEnterEvent(QDragEnterEvent *event)
void setSingleItemOnly(bool set)