Skip to content

Commit e1c6afa

Browse files
committed
Fix ui build warnings
1 parent 48f2217 commit e1c6afa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/ui/qgsexpressionbuilder.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<widget class="QWidget" name="layoutWidget_1">
7575
<layout class="QVBoxLayout" name="verticalLayout">
7676
<item>
77-
<widget class="QFrame" name="frame">
77+
<widget class="QFrame" name="frame1">
7878
<property name="sizePolicy">
7979
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
8080
<horstretch>0</horstretch>

src/ui/qgsgdalsourceselectbase.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<property name="title">
3838
<string>Source type</string>
3939
</property>
40-
<layout class="QHBoxLayout" name="horizontalLayout">
40+
<layout class="QHBoxLayout" name="horizontalLayout1">
4141
<item>
4242
<widget class="QRadioButton" name="radioSrcFile">
4343
<property name="text">
@@ -110,7 +110,7 @@
110110
<property name="title">
111111
<string>Protocol</string>
112112
</property>
113-
<layout class="QGridLayout" name="gridLayout_2">
113+
<layout class="QGridLayout" name="gridLayout_21">
114114
<item row="0" column="1">
115115
<widget class="QComboBox" name="cmbProtocolTypes"/>
116116
</item>

src/ui/qgsoptionsbase.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -3037,7 +3037,7 @@
30373037
</widget>
30383038
</item>
30393039
<item>
3040-
<spacer name="horizontalSpacer_39">
3040+
<spacer name="horizontalSpacer_391">
30413041
<property name="orientation">
30423042
<enum>Qt::Horizontal</enum>
30433043
</property>
@@ -3078,7 +3078,7 @@
30783078
<property name="title">
30793079
<string>Map Tips</string>
30803080
</property>
3081-
<layout class="QHBoxLayout" name="horizontalLayout_22">
3081+
<layout class="QHBoxLayout" name="horizontalLayout_221">
30823082
<item>
30833083
<widget class="QLabel" name="textLabel1_16">
30843084
<property name="sizePolicy">

0 commit comments

Comments
 (0)