Search in root group by default.

This commit is contained in:
Florian Geyer 2012-10-20 16:50:37 +02:00
parent e166722026
commit dd82c9f8f9
2 changed files with 5 additions and 2 deletions

View File

@ -553,7 +553,7 @@ void DatabaseWidget::showSearch()
m_searchUi->searchCurrentRadioButton->blockSignals(true);
m_searchUi->searchRootRadioButton->blockSignals(true);
m_searchUi->searchCurrentRadioButton->setChecked(true);
m_searchUi->searchRootRadioButton->setChecked(true);
m_searchUi->searchCurrentRadioButton->blockSignals(false);
m_searchUi->searchRootRadioButton->blockSignals(false);

View File

@ -54,7 +54,7 @@
<string>Current group</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
@ -63,6 +63,9 @@
<property name="text">
<string>Root group</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>