Advertisement
Guest User

Untitled

a guest
Dec 1st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QML 0.29 KB | None | 0 0
  1. <%- config[:fields].each do |field| -%>
  2.         GroupBox {
  3.             title: "<%= field.split(':').first.capitalize %>"
  4.             width: parent.width-2*pluginInternal.padding
  5.             Label {
  6.                 text: model["<%= field.split(':').first %>"]
  7.             }
  8.         }
  9. <%- end -%>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement