Set hot key row coloring to alternate.
This commit is contained in:
parent
9e70db952e
commit
20d69ffa9f
|
@ -58,6 +58,7 @@ HotKeyConfDialog_t::HotKeyConfDialog_t(QWidget *parent)
|
|||
|
||||
tree->setColumnCount(2);
|
||||
tree->setSelectionMode( QAbstractItemView::SingleSelection );
|
||||
tree->setAlternatingRowColors(true);
|
||||
|
||||
item = new QTreeWidgetItem();
|
||||
item->setText(0, QString::fromStdString("Command"));
|
||||
|
|
Loading…
Reference in New Issue