Update client info page UI to account for added column
This commit is contained in:
parent
5aaadf4e5a
commit
458e30e2be
1 changed files with 6 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
<item row="1" column="3" colspan="6">
|
||||
<widget class="QTreeWidget" name="ClientTree">
|
||||
<property name="columnCount">
|
||||
<number>4</number>
|
||||
<number>5</number>
|
||||
</property>
|
||||
<column>
|
||||
<property name="text">
|
||||
|
|
@ -86,6 +86,11 @@
|
|||
<string/>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</column>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue