Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Flickable text input field

Flickable text input field

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
qmlflickabletextfieldtextedit
2 Posts 1 Posters 461 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.
  • N Offline
    N Offline
    navikh333
    wrote on last edited by navikh333
    #1

    I have a set of textfields inside a Gridlayout. When I click on the textfields it covers the input fields. I am not sure how to move the input fields up/visible when the VirtualKeyboard comes up. Could some one help me in this?

    I tried to use flickable on top of the GridLayout but it did not work. I am posting here a simplified code for understanding.

    GridLayout {
    	id: inputGridLayout
    	anchors.fill: parent
    	rows: 4
    	flow: GridLayout.TopToBottom
    	QtControls.Label { text: "name" }
    	QtControls.Label { text: "age" }
    	QtControls.Label { text: "location" }
    
    	QtControls.TextField {
    		id: name
    	}
    	QtControls.TextField {
    		id: age
    	}
    	QtControls.TextField {
    		id: location
    	}
    }
    
    1 Reply Last reply
    0
    • N Offline
      N Offline
      navikh333
      wrote on last edited by
      #2

      BUMP !!!!!!!

      1 Reply Last reply
      0

      • Login

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