fix metasearch settings (fixes #16532)

This commit is contained in:
Juergen E. Fischer 2017-09-23 14:50:32 +02:00
parent fdbc123891
commit 36e24f6c10

View File

@ -474,143 +474,100 @@
<attribute name="title"> <attribute name="title">
<string>Settings</string> <string>Settings</string>
</attribute> </attribute>
<widget class="QGroupBox" name="saveStrategyGroup"> <layout class="QVBoxLayout" name="verticalLayout_4">
<property name="geometry"> <item>
<rect> <widget class="QGroupBox" name="saveStrategyGroup">
<x>10</x> <property name="title">
<y>10</y> <string>Connection naming</string>
<width>571</width> </property>
<height>131</height> <layout class="QVBoxLayout" name="verticalLayout_3">
</rect> <item>
</property> <widget class="QLabel" name="lblSaveStrategy">
<property name="title"> <property name="text">
<string>Connection naming</string> <string>When saving the connection of an OWS service</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_3"> </widget>
<item> </item>
<widget class="QLabel" name="lblSaveStrategy"> <item>
<property name="text"> <widget class="QRadioButton" name="radioTitleAsk">
<string>When saving the connection of an OWS service</string> <property name="text">
</property> <string>Use the OWS Service Title and ask before overwriting</string>
</widget> </property>
</item> <property name="checked">
<item> <bool>true</bool>
<widget class="QRadioButton" name="radioTitleAsk"> </property>
<property name="text"> </widget>
<string>Use the OWS Service Title and ask before overwriting</string> </item>
</property> <item>
<property name="checked"> <widget class="QRadioButton" name="radioTitleNoAsk">
<bool>true</bool> <property name="text">
</property> <string>Use the OWS Service Title and always overwrite if already available</string>
</widget> </property>
</item> </widget>
<item> </item>
<widget class="QRadioButton" name="radioTitleNoAsk"> <item>
<property name="text"> <widget class="QRadioButton" name="radioTempName">
<string>Use the OWS Service Title and always overwrite if already available</string> <property name="text">
</property> <string>Use a temporary name, which you can change later</string>
</widget> </property>
</item> </widget>
<item> </item>
<widget class="QRadioButton" name="radioTempName"> </layout>
<property name="text"> </widget>
<string>Use a temporary name, which you can change later</string> </item>
</property> <item>
</widget> <widget class="QGroupBox" name="groupBox_4">
</item> <property name="title">
</layout> <string>Server timeout</string>
</widget> </property>
<widget class="QGroupBox" name="groupBox_3"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="geometry"> <item>
<rect> <widget class="QSpinBox" name="spnTimeout">
<x>10</x> <property name="value">
<y>230</y> <number>10</number>
<width>571</width> </property>
<height>71</height> </widget>
</rect> </item>
</property> <item>
<property name="title"> <widget class="QLabel" name="label_9">
<string>Results paging</string> <property name="text">
</property> <string>seconds</string>
<widget class="QLabel" name="label_5"> </property>
<property name="geometry"> </widget>
<rect> </item>
<x>10</x> </layout>
<y>30</y> </widget>
<width>41</width> </item>
<height>26</height> <item>
</rect> <widget class="QGroupBox" name="groupBox_3">
</property> <property name="title">
<property name="text"> <string>Results paging</string>
<string>Show</string> </property>
</property> <layout class="QHBoxLayout" name="horizontalLayout_2">
</widget> <item>
<widget class="QSpinBox" name="spnRecords"> <widget class="QLabel" name="label_5">
<property name="geometry"> <property name="text">
<rect> <string>Show</string>
<x>60</x> </property>
<y>30</y> </widget>
<width>104</width> </item>
<height>26</height> <item>
</rect> <widget class="QSpinBox" name="spnRecords"/>
</property> </item>
</widget> <item>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="geometry"> <property name="text">
<rect> <string>results at a time</string>
<x>170</x> </property>
<y>30</y> <property name="alignment">
<width>229</width> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
<height>26</height> </property>
</rect> </widget>
</property> </item>
<property name="text"> </layout>
<string>results at a time</string> </widget>
</property> </item>
<property name="alignment"> </layout>
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>571</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>Server timeout</string>
</property>
<widget class="QSpinBox" name="spnTimeout">
<property name="geometry">
<rect>
<x>60</x>
<y>30</y>
<width>104</width>
<height>26</height>
</rect>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>170</x>
<y>40</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>seconds</string>
</property>
</widget>
</widget>
</widget> </widget>
</widget> </widget>
</item> </item>