Skip to content

Commit

Permalink
Make tables of layers in QGIS Server option sortable. Fix #47044
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni authored and nyalldawson committed Feb 3, 2022
1 parent e97b126 commit 57a8809
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -269,7 +269,7 @@
</sizepolicy>
</property>
<property name="currentIndex">
<number>0</number>
<number>10</number>
</property>
<widget class="QWidget" name="mProjOptsGeneral">
<layout class="QVBoxLayout" name="verticalLayout_6">
Expand Down Expand Up @@ -1704,7 +1704,7 @@
<x>0</x>
<y>0</y>
<width>671</width>
<height>1335</height>
<height>1213</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_13">
Expand Down Expand Up @@ -1737,7 +1737,7 @@
<string/>
</property>
<property name="currentIndex">
<number>0</number>
<number>2</number>
</property>
<widget class="QWidget" name="services">
<attribute name="title">
Expand Down Expand Up @@ -2717,6 +2717,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Layer</string>
Expand Down Expand Up @@ -2750,6 +2753,9 @@
<layout class="QVBoxLayout" name="verticalLayout_24">
<item>
<widget class="QTreeWidget" name="twWmtsGrids">
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>CRS</string>
Expand Down Expand Up @@ -2874,6 +2880,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Layer</string>
Expand Down Expand Up @@ -2952,6 +2961,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Layer</string>
Expand Down

0 comments on commit 57a8809

Please sign in to comment.