Textarea with placeholder

Код QML:
  1. id: bodyFeed
  2. width: parent.width-10*mm
  3. height: 100*mm-10*mm
  4. anchors{
  5. fill: parent
  6. margins: 1
  7. }
  8. style: TextAreaStyle {
  9. backgroundColor: "#fff"
  10. }
  11.  
  12. text: "Placeholdertext"
  13. anchors{
  14. top: parent.top
  15. topMargin: 5*mm
  16. left: parent.left
  17. leftMargin: 5*mm
  18. }
  19. visible: (bodyFeed.activeFocus || bodyFeed.text.length > 0) ? false : true;
  20. }
  21. }
Странно что приходится извращаться и этого нет в официальной поставке.
Комментарии (0)

Нет комментариев. Ваш будет первым!

Copyright 2016-2024 NeoChapay