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

Korjaa kaavan lomakkeen pakollisten kenttien merkkaus #205

Merged
Merged
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
6 changes: 3 additions & 3 deletions arho_feature_template/gui/dialogs/plan_attribute_form.ui
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</sizepolicy>
</property>
<property name="currentIndex">
<number>3</number>
<number>0</number>
</property>
<widget class="QWidget" name="general_info_tab">
<attribute name="title">
Expand Down Expand Up @@ -148,7 +148,7 @@
<item row="5" column="0">
<widget class="QLabel" name="elinkaarenTilaLabel">
<property name="text">
<string>Elinkaaren tila*:</string>
<string>&lt;span style=&quot;color: red;&quot;&gt;*&lt;/span&gt; Elinkaaren tila:</string>
</property>
<property name="buddy">
<cstring>lifecycle_status_combo_box</cstring>
Expand All @@ -165,7 +165,7 @@
<item row="3" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Organisaatio*:</string>
<string>&lt;span style=&quot;color: red;&quot;&gt;*&lt;/span&gt; Organisaatio:</string>
</property>
</widget>
</item>
Expand Down
Loading