Skip to content

Commit 3bc869a

Browse files
committed
- added another radio for local file option
1 parent 76e795b commit 3bc869a

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

pygeoapi_config_dialog_base.ui

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
<property name="geometry">
3030
<rect>
3131
<x>0</x>
32-
<y>-71</y>
32+
<y>-96</y>
3333
<width>834</width>
34-
<height>1021</height>
34+
<height>1050</height>
3535
</rect>
3636
</property>
3737
<layout class="QVBoxLayout" name="verticalLayout_4">
@@ -2520,6 +2520,19 @@
25202520
</widget>
25212521
</widget>
25222522
</item>
2523+
<item>
2524+
<widget class="QRadioButton" name="localRadio">
2525+
<property name="layoutDirection">
2526+
<enum>Qt::RightToLeft</enum>
2527+
</property>
2528+
<property name="text">
2529+
<string>Local File</string>
2530+
</property>
2531+
<property name="checked">
2532+
<bool>true</bool>
2533+
</property>
2534+
</widget>
2535+
</item>
25232536
<item>
25242537
<widget class="QRadioButton" name="serverRadio">
25252538
<property name="layoutDirection">
@@ -2528,9 +2541,6 @@
25282541
<property name="text">
25292542
<string>Server Connection</string>
25302543
</property>
2531-
<property name="icon">
2532-
<iconset theme="folder-remote"/>
2533-
</property>
25342544
</widget>
25352545
</item>
25362546
<item>

0 commit comments

Comments
 (0)