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. [Solved] MeeGo Touch Framework. MList scrolling.
Forum Updated to NodeBB v4.3 + New Features

[Solved] MeeGo Touch Framework. MList scrolling.

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 Posters 4.0k Views 1 Watching
  • 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
    kibsoft
    wrote on last edited by
    #1

    Hi everyone!
    I have such application page:
    @--------------------
    label | textedit

       MList
    

    --------------------@

    When I start to scroll the page then label and textedit are disappeared, but I need other behaviour. I want that only MList had scrolling and label with textedit always stayed on their places.

    I've tried turn off the panning of the page (setPannable(false)), but then I cannot to scroll MList.

    How can I do it?

    Thanks, Kirill.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      anselmolsm
      wrote on last edited by
      #2

      kibsoft, is your application page scrollable? I mean, are you placing a MList (which is scrollable) inside another scrollable widget?

      I'm asking that because according to the Maemo 5 UI guidelines, it was not possible - and I guess the same happens with MeeGo UI (Need to check that, though). In this case, the MList would grow, making the whole page grow too. And only the page would scroll.

      Anselmo L. S. Melo (anselmolsm)

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kibsoft
        wrote on last edited by
        #3

        The problem was decided by using MPannableViewport for MList :)

        1 Reply Last reply
        0
        • A Offline
          A Offline
          anselmolsm
          wrote on last edited by
          #4

          Great! nice to "hear" you solved your issue :-)

          Anselmo L. S. Melo (anselmolsm)

          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