Add 'comment' to terminal strip

This commit is contained in:
joshua
2021-04-04 19:39:21 +02:00
parent 91db58bb64
commit a3f776b7db
5 changed files with 25 additions and 3 deletions

View File

@@ -89,12 +89,23 @@
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Commentaire :</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="m_comment_le"/>
</item>
</layout>
</widget>
<tabstops>
<tabstop>m_installation_le</tabstop>
<tabstop>m_location_le</tabstop>
<tabstop>m_name_le</tabstop>
<tabstop>m_comment_le</tabstop>
<tabstop>m_description_te</tabstop>
</tabstops>
<resources/>