WIP: Refactor and fix network printer list

This commit is contained in:
Lipu Fei 2019-03-11 14:19:21 +01:00
parent 6f6e54fb06
commit 0c94ded93d
5 changed files with 192 additions and 169 deletions

View file

@ -15,7 +15,7 @@ Item
id: base
implicitWidth: 200
height: header.contentShown ? (header.height + contentRectangle.height) : header.height
height: header.contentShown ? (header.height + contentRectangle.height + 30) : header.height
property var contentComponent: null