Skip to content

Commit c99d770

Browse files
committed
small label additions / modifications, disable filter widget with missing implementation
1 parent 280b4b6 commit c99d770

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

arho_feature_template/gui/plan_regulation_group_widget.ui

+13
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@
3737
<layout class="QVBoxLayout" name="verticalLayout">
3838
<item>
3939
<layout class="QHBoxLayout" name="horizontalLayout">
40+
<item>
41+
<widget class="QLabel" name="label">
42+
<property name="font">
43+
<font>
44+
<weight>75</weight>
45+
<bold>true</bold>
46+
</font>
47+
</property>
48+
<property name="text">
49+
<string>Otsikko</string>
50+
</property>
51+
</widget>
52+
</item>
4053
<item>
4154
<widget class="QLineEdit" name="heading">
4255
<property name="sizePolicy">

arho_feature_template/gui/template_attribute_form.ui

+6-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<item row="0" column="0">
2828
<widget class="QLabel" name="feature_name_label">
2929
<property name="text">
30-
<string>Kaavakohteen nimi</string>
30+
<string>Nimi</string>
3131
</property>
3232
</widget>
3333
</item>
@@ -37,7 +37,7 @@
3737
<item row="1" column="0">
3838
<widget class="QLabel" name="feature_description_label">
3939
<property name="text">
40-
<string>Kaavakohteen kuvaus</string>
40+
<string>Kuvaus</string>
4141
</property>
4242
</widget>
4343
</item>
@@ -82,6 +82,9 @@
8282
</item>
8383
<item>
8484
<widget class="QgsFilterLineEdit" name="mLineEdit">
85+
<property name="enabled">
86+
<bool>false</bool>
87+
</property>
8588
<property name="sizePolicy">
8689
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
8790
<horstretch>0</horstretch>
@@ -92,7 +95,7 @@
9295
<string>Suodata kaavamääräysryhmiä</string>
9396
</property>
9497
<property name="clearButtonEnabled">
95-
<bool>true</bool>
98+
<bool>false</bool>
9699
</property>
97100
<property name="showSearchIcon">
98101
<bool>true</bool>

0 commit comments

Comments
 (0)