mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-01-25 08:08:15 +00:00
Sort plugin list by alphabetical order.
This commit is contained in:
parent
05dae3d414
commit
173425fb23
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue