Sort plugin list by alphabetical order.

This commit is contained in:
dabrain34 2016-12-11 16:17:44 +01:00
parent 05dae3d414
commit 173425fb23

View file

@ -63,6 +63,7 @@ QDialog(pwgt, f)
,m_pGraph(NULL)
{
m_pPlugins = new QListWidget;
m_pPlugins->setSortingEnabled(true);
m_plblInfo = new QLabel;
m_plblInfo -> setTextInteractionFlags(Qt::TextSelectableByMouse);