Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. how to add border for textedit qml

how to add border for textedit qml

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 2.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    karti gesar
    wrote on last edited by
    #1

    hi..how to add border for textedit

    1 Reply Last reply
    0
    • K Offline
      K Offline
      karti gesar
      wrote on last edited by
      #2

      TextEdit {
      id: textEdit
      x: 50
      y: 50
      width:100; height:100
      focus: true
      font.pointSize:10

                }
      

      i tried this

      1 Reply Last reply
      0
      • MikhailGM Offline
        MikhailGM Offline
        MikhailG
        wrote on last edited by
        #3

        You could put your textedit into a rectangle.

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved