Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Creating User Form in QML

Creating User Form in QML

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 363 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.
  • B Offline
    B Offline
    Beemaneni Bala
    wrote on last edited by
    #1

    Hi Guyz,
    I have to create user form in QML. User Form will contain Text and TextInput as 2 columns respectively.
    Field such as First Name, Last Name , User Name , Email, Email1,Email2,Phone,Phone1,Phone2 etc.
    By default Email 1,2 Phone 1,2 will be hidden.
    All this inputs should be fetched from user. I have created layout successfully using Listview. As my screen is of 1024*600
    i cant show all the fields visible at one stretch. At the same time whenever Input Field receives Focus i want to move that particular field to come at the top of the screen above keyboard. I could do that using positionViewAtIndex . Here my row will have dynamic height as i have to show user hints below the text field when it receives focus.

    What i want is someone to suggest me the better approach to handle this.Should i be using View or layouts or any other approach. Your help is highly appreciated.

    Regards
    BBC

    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