[MetaSearch] adjust current tab index on init

This commit is contained in:
Tom Kralidis 2015-03-19 18:03:04 -04:00
parent 519830e05e
commit e57136ccb8

View File

@ -17,7 +17,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>2</number>
<number>0</number>
</property>
<widget class="QWidget" name="tabSearch">
<attribute name="title">
@ -451,7 +451,7 @@
<item>
<widget class="QRadioButton" name="radioTitleAsk">
<property name="text">
<string>Ask before overwriting</string>
<string>Use the OWS Service Title and ask before overwriting</string>
</property>
<property name="checked">
<bool>true</bool>
@ -461,7 +461,7 @@
<item>
<widget class="QRadioButton" name="radioTitleNoAsk">
<property name="text">
<string>Always overwrite if already available</string>
<string>Use the OWS Service Title and always overwrite if already available</string>
</property>
</widget>
</item>