Skip to content

Commit 36e24f6

Browse files
committedSep 23, 2017
fix metasearch settings (fixes #16532)
1 parent fdbc123 commit 36e24f6

File tree

1 file changed

+94
-137
lines changed

1 file changed

+94
-137
lines changed
 

‎python/plugins/MetaSearch/ui/maindialog.ui

Lines changed: 94 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -474,143 +474,100 @@
474474
<attribute name="title">
475475
<string>Settings</string>
476476
</attribute>
477-
<widget class="QGroupBox" name="saveStrategyGroup">
478-
<property name="geometry">
479-
<rect>
480-
<x>10</x>
481-
<y>10</y>
482-
<width>571</width>
483-
<height>131</height>
484-
</rect>
485-
</property>
486-
<property name="title">
487-
<string>Connection naming</string>
488-
</property>
489-
<layout class="QVBoxLayout" name="verticalLayout_3">
490-
<item>
491-
<widget class="QLabel" name="lblSaveStrategy">
492-
<property name="text">
493-
<string>When saving the connection of an OWS service</string>
494-
</property>
495-
</widget>
496-
</item>
497-
<item>
498-
<widget class="QRadioButton" name="radioTitleAsk">
499-
<property name="text">
500-
<string>Use the OWS Service Title and ask before overwriting</string>
501-
</property>
502-
<property name="checked">
503-
<bool>true</bool>
504-
</property>
505-
</widget>
506-
</item>
507-
<item>
508-
<widget class="QRadioButton" name="radioTitleNoAsk">
509-
<property name="text">
510-
<string>Use the OWS Service Title and always overwrite if already available</string>
511-
</property>
512-
</widget>
513-
</item>
514-
<item>
515-
<widget class="QRadioButton" name="radioTempName">
516-
<property name="text">
517-
<string>Use a temporary name, which you can change later</string>
518-
</property>
519-
</widget>
520-
</item>
521-
</layout>
522-
</widget>
523-
<widget class="QGroupBox" name="groupBox_3">
524-
<property name="geometry">
525-
<rect>
526-
<x>10</x>
527-
<y>230</y>
528-
<width>571</width>
529-
<height>71</height>
530-
</rect>
531-
</property>
532-
<property name="title">
533-
<string>Results paging</string>
534-
</property>
535-
<widget class="QLabel" name="label_5">
536-
<property name="geometry">
537-
<rect>
538-
<x>10</x>
539-
<y>30</y>
540-
<width>41</width>
541-
<height>26</height>
542-
</rect>
543-
</property>
544-
<property name="text">
545-
<string>Show</string>
546-
</property>
547-
</widget>
548-
<widget class="QSpinBox" name="spnRecords">
549-
<property name="geometry">
550-
<rect>
551-
<x>60</x>
552-
<y>30</y>
553-
<width>104</width>
554-
<height>26</height>
555-
</rect>
556-
</property>
557-
</widget>
558-
<widget class="QLabel" name="label_2">
559-
<property name="geometry">
560-
<rect>
561-
<x>170</x>
562-
<y>30</y>
563-
<width>229</width>
564-
<height>26</height>
565-
</rect>
566-
</property>
567-
<property name="text">
568-
<string>results at a time</string>
569-
</property>
570-
<property name="alignment">
571-
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
572-
</property>
573-
</widget>
574-
</widget>
575-
<widget class="QGroupBox" name="groupBox_4">
576-
<property name="geometry">
577-
<rect>
578-
<x>10</x>
579-
<y>150</y>
580-
<width>571</width>
581-
<height>71</height>
582-
</rect>
583-
</property>
584-
<property name="title">
585-
<string>Server timeout</string>
586-
</property>
587-
<widget class="QSpinBox" name="spnTimeout">
588-
<property name="geometry">
589-
<rect>
590-
<x>60</x>
591-
<y>30</y>
592-
<width>104</width>
593-
<height>26</height>
594-
</rect>
595-
</property>
596-
<property name="value">
597-
<number>10</number>
598-
</property>
599-
</widget>
600-
<widget class="QLabel" name="label_9">
601-
<property name="geometry">
602-
<rect>
603-
<x>170</x>
604-
<y>40</y>
605-
<width>46</width>
606-
<height>13</height>
607-
</rect>
608-
</property>
609-
<property name="text">
610-
<string>seconds</string>
611-
</property>
612-
</widget>
613-
</widget>
477+
<layout class="QVBoxLayout" name="verticalLayout_4">
478+
<item>
479+
<widget class="QGroupBox" name="saveStrategyGroup">
480+
<property name="title">
481+
<string>Connection naming</string>
482+
</property>
483+
<layout class="QVBoxLayout" name="verticalLayout_3">
484+
<item>
485+
<widget class="QLabel" name="lblSaveStrategy">
486+
<property name="text">
487+
<string>When saving the connection of an OWS service</string>
488+
</property>
489+
</widget>
490+
</item>
491+
<item>
492+
<widget class="QRadioButton" name="radioTitleAsk">
493+
<property name="text">
494+
<string>Use the OWS Service Title and ask before overwriting</string>
495+
</property>
496+
<property name="checked">
497+
<bool>true</bool>
498+
</property>
499+
</widget>
500+
</item>
501+
<item>
502+
<widget class="QRadioButton" name="radioTitleNoAsk">
503+
<property name="text">
504+
<string>Use the OWS Service Title and always overwrite if already available</string>
505+
</property>
506+
</widget>
507+
</item>
508+
<item>
509+
<widget class="QRadioButton" name="radioTempName">
510+
<property name="text">
511+
<string>Use a temporary name, which you can change later</string>
512+
</property>
513+
</widget>
514+
</item>
515+
</layout>
516+
</widget>
517+
</item>
518+
<item>
519+
<widget class="QGroupBox" name="groupBox_4">
520+
<property name="title">
521+
<string>Server timeout</string>
522+
</property>
523+
<layout class="QHBoxLayout" name="horizontalLayout">
524+
<item>
525+
<widget class="QSpinBox" name="spnTimeout">
526+
<property name="value">
527+
<number>10</number>
528+
</property>
529+
</widget>
530+
</item>
531+
<item>
532+
<widget class="QLabel" name="label_9">
533+
<property name="text">
534+
<string>seconds</string>
535+
</property>
536+
</widget>
537+
</item>
538+
</layout>
539+
</widget>
540+
</item>
541+
<item>
542+
<widget class="QGroupBox" name="groupBox_3">
543+
<property name="title">
544+
<string>Results paging</string>
545+
</property>
546+
<layout class="QHBoxLayout" name="horizontalLayout_2">
547+
<item>
548+
<widget class="QLabel" name="label_5">
549+
<property name="text">
550+
<string>Show</string>
551+
</property>
552+
</widget>
553+
</item>
554+
<item>
555+
<widget class="QSpinBox" name="spnRecords"/>
556+
</item>
557+
<item>
558+
<widget class="QLabel" name="label_2">
559+
<property name="text">
560+
<string>results at a time</string>
561+
</property>
562+
<property name="alignment">
563+
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
564+
</property>
565+
</widget>
566+
</item>
567+
</layout>
568+
</widget>
569+
</item>
570+
</layout>
614571
</widget>
615572
</widget>
616573
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.