#38 Limit address label lengths to 25 chars
This commit is contained in:
@@ -38,7 +38,11 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="label"/>
|
<widget class="QLineEdit" name="label">
|
||||||
|
<property name="maxLength">
|
||||||
|
<number>25</number>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
|
|||||||
Reference in New Issue
Block a user