| bio | website | thomasbeckett.org |
|---|---|---|
| location | London, United Kingdom | |
| age | 32 | |
| visits | member for | 3 months |
| seen | Apr 26 at 19:17 | |
| stats | profile views | 1 |
|
Mar 3 |
accepted | dynamically adding tab to tabs |
|
Feb 27 |
answered | dynamically adding tab to tabs |
|
Feb 27 |
comment |
dynamically adding tab to tabs @payload, Someone had already logged a ticket with this issue: bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1124071. My workaround to use Qt.createQmlObject function with the tabs collection and all children can be seen here: pastebin.com/dmyPkyyX Its really not very elegant and the string becomes unmanageable quickly but works. See the fillTabs() function. |
|
Feb 26 |
awarded | Scholar |
|
Feb 26 |
comment |
dynamically adding tab to tabs I thought as much. I got around it by creating the whole tabs container component and all contained Tab components in a javascript function and then adding it with mainView as the parent. Horribly hackey but it works :P |
|
Feb 26 |
awarded | Student |
|
Feb 26 |
comment |
dynamically adding tab to tabs Also - the issue may specifically relate to the ubuntu-components |
|
Feb 26 |
asked | dynamically adding tab to tabs |