mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-12 00:06:44 -05:00
[MetaSearch] adjust current tab index on init
This commit is contained in:
parent
519830e05e
commit
e57136ccb8
@ -17,7 +17,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QTabWidget" name="tabWidget">
|
<widget class="QTabWidget" name="tabWidget">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>2</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tabSearch">
|
<widget class="QWidget" name="tabSearch">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
@ -451,7 +451,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="radioTitleAsk">
|
<widget class="QRadioButton" name="radioTitleAsk">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Ask before overwriting</string>
|
<string>Use the OWS Service Title and ask before overwriting</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@ -461,7 +461,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="radioTitleNoAsk">
|
<widget class="QRadioButton" name="radioTitleNoAsk">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Always overwrite if already available</string>
|
<string>Use the OWS Service Title and always overwrite if already available</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user