Show the inherited value in EditGroupWidget.

This commit is contained in:
Felix Geyer 2014-04-26 18:33:09 +02:00
parent 5de62a5ef4
commit c917096d3c
3 changed files with 22 additions and 7 deletions

View file

@ -50,7 +50,7 @@ private Q_SLOTS:
void cancel();
private:
void addTriStateItems(QComboBox* comboBox);
void addTriStateItems(QComboBox* comboBox, bool inheritValue);
int indexFromTriState(Group::TriState triState);
Group::TriState triStateFromIndex(int index);