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. PageStack smaller than Screen Size on N9
Qt 6.11 is out! See what's new in the release blog

PageStack smaller than Screen Size on N9

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.4k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hello,

    I'm working on a prototype application which will run on an N9. the screen size we are targeting is lower resolution than the n9 device.

    target: 240x320
    N9: 480X854

    I'd like to use the pagestack for its built in breadcrumb and animation capabilities, but have been not been able to figure out a way to create a smaller active window, pages are always fullscreen. Suggestions would be warmly appreciated....

    as it stands now I'm thinking i'll have to use a loader{}, and make my own breadcumbs... and just forget about screen transitions...

    Is there a way to resize the pagestack?

    1 Reply Last reply
    0
    • B Offline
      B Offline
      beemaster
      wrote on last edited by
      #2

      You can put a PageStack inside an Item that is scaled down. Does this thing work?
      @
      Item {
      scale: 0.3
      PageStack {
      ...
      }
      }
      @

      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