Commit b0eed35d authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: simple prefs: explain hotkeys scope

parent 565422b6
......@@ -1324,7 +1324,9 @@ KeySelectorControl::KeySelectorControl( vlc_object_t *_p_this,
table->setColumnCount(3);
table->headerItem()->setText( 0, qtr( "Action" ) );
table->headerItem()->setText( 1, qtr( "Hotkey" ) );
table->headerItem()->setToolTip( 1, qtr( "Application level hotkey" ) );
table->headerItem()->setText( 2, qtr( "Global" ) );
table->headerItem()->setToolTip( 2, qtr( "Desktop level hotkey" ) );
table->setAlternatingRowColors( true );
table->setSelectionBehavior( QAbstractItemView::SelectItems );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment