mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-01-25 16:18:11 +00:00
Merge pull request #15 from virinext/sort_plugin_list
Sort plugin list by alphabetical order.
This commit is contained in:
commit
f03206c615
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ QDialog(pwgt, f)
|
||||||
,m_pGraph(NULL)
|
,m_pGraph(NULL)
|
||||||
{
|
{
|
||||||
m_pPlugins = new QListWidget;
|
m_pPlugins = new QListWidget;
|
||||||
|
m_pPlugins->setSortingEnabled(true);
|
||||||
m_plblInfo = new QLabel;
|
m_plblInfo = new QLabel;
|
||||||
|
|
||||||
m_plblInfo -> setTextInteractionFlags(Qt::TextSelectableByMouse);
|
m_plblInfo -> setTextInteractionFlags(Qt::TextSelectableByMouse);
|
||||||
|
|
Loading…
Reference in a new issue