mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-20 00:03:07 -04:00
[MetaSearch] adjust current tab index on init
This commit is contained in:
parent
519830e05e
commit
e57136ccb8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user