Skip to content

Commit e53ad47

Browse files
committed
add search capability to project properties dialog
1 parent 6fa8782 commit e53ad47

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/ui/qgsprojectpropertiesbase.ui

+9-6
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
<property name="bottomMargin">
5555
<number>0</number>
5656
</property>
57+
<item>
58+
<widget class="QLineEdit" name="mSearchLineEdit"/>
59+
</item>
5760
<item>
5861
<widget class="QListWidget" name="mOptionsListWidget">
5962
<property name="minimumSize">
@@ -746,7 +749,7 @@
746749
<rect>
747750
<x>0</x>
748751
<y>0</y>
749-
<width>334</width>
752+
<width>341</width>
750753
<height>51</height>
751754
</rect>
752755
</property>
@@ -805,7 +808,7 @@
805808
<rect>
806809
<x>0</x>
807810
<y>0</y>
808-
<width>130</width>
811+
<width>133</width>
809812
<height>100</height>
810813
</rect>
811814
</property>
@@ -891,7 +894,7 @@
891894
<rect>
892895
<x>0</x>
893896
<y>0</y>
894-
<width>364</width>
897+
<width>369</width>
895898
<height>528</height>
896899
</rect>
897900
</property>
@@ -1292,7 +1295,7 @@
12921295
</widget>
12931296
</item>
12941297
<item row="0" column="0" rowspan="8">
1295-
<widget class="QgsColorSchemeList" name="mTreeProjectColors"/>
1298+
<widget class="QgsColorSchemeList" name="mTreeProjectColors" native="true"/>
12961299
</item>
12971300
<item row="4" column="1">
12981301
<widget class="QToolButton" name="mButtonImportColors">
@@ -1358,7 +1361,7 @@
13581361
<rect>
13591362
<x>0</x>
13601363
<y>0</y>
1361-
<width>588</width>
1364+
<width>607</width>
13621365
<height>2181</height>
13631366
</rect>
13641367
</property>
@@ -2438,7 +2441,7 @@
24382441
<rect>
24392442
<x>0</x>
24402443
<y>0</y>
2441-
<width>157</width>
2444+
<width>161</width>
24422445
<height>51</height>
24432446
</rect>
24442447
</property>

0 commit comments

Comments
 (0)