Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nimiöiden sujuvoitusta ja kaavamääräysryhmän otsikon lisääminen templaattilomakkeeseen #74

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions arho_feature_template/gui/plan_regulation_group_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Otsikko</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="heading">
<property name="sizePolicy">
Expand Down
9 changes: 6 additions & 3 deletions arho_feature_template/gui/template_attribute_form.ui
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<item row="0" column="0">
<widget class="QLabel" name="feature_name_label">
<property name="text">
<string>Kaavakohteen nimi</string>
<string>Nimi</string>
</property>
</widget>
</item>
Expand All @@ -37,7 +37,7 @@
<item row="1" column="0">
<widget class="QLabel" name="feature_description_label">
<property name="text">
<string>Kaavakohteen kuvaus</string>
<string>Kuvaus</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -82,6 +82,9 @@
</item>
<item>
<widget class="QgsFilterLineEdit" name="mLineEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
Expand All @@ -92,7 +95,7 @@
<string>Suodata kaavamääräysryhmiä</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="showSearchIcon">
<bool>true</bool>
Expand Down
Loading