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. Proper way to implement property sheet for QGraphicsView item on iOS?
Forum Updated to NodeBB v4.3 + New Features

Proper way to implement property sheet for QGraphicsView item on iOS?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 354 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.
  • P Offline
    P Offline
    patrickkidd
    wrote on 6 Sept 2018, 02:10 last edited by patrickkidd 9 Jun 2018, 02:12
    #1

    Hello!

    I have a QGraphicsView app that I am trying to port to iOS. There are some annoying complications with mouse/touch event handling, but all solvable.

    But one challenge I am facing is how to make my QWidget-based property sheets behave and look better on iOS. At current scrolling in item views only works with QScrollArea, and QWidget painting is not hardware accelerated.

    So it seems like developing a smooth and decent looking QWidget-based app for both macOS and iOS is a no-go? Would the ideal route have been to write the property sheets in QtQuick and embed the forms in the Widget-Stack? This app is already in beta on macOS and there are quite a few of these property sheets all which have their own complicated code and unit tests, so re-writing them is not my first choice but they don't work at all on iOS as is, so...

    What is the intended tool stack for this sort of app?

    1_1536199908077_2018-09-05_19-05-54.jpg 0_1536199908076_2018-09-05_19-05-32.jpg

    https://alaskafamilysystems.com/

    1 Reply Last reply
    0

    1/1

    6 Sept 2018, 02:10

    • Login

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