Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. page
    Log in to post

    • SOLVED Customizing PageIndicator
      QML and Qt Quick • controls 2 page indicator • • Mark81  

      3
      1
      Votes
      3
      Posts
      983
      Views

      @jpnurmi Thanks for the clarification!
    • UNSOLVED Create Settings Page Problem....
      General and Desktop • problem settings page • • M4RZB4Ni  

      4
      0
      Votes
      4
      Posts
      932
      Views

      Hi, Looks like you are trying to use a Ui_otherPage without setting it up. Why not use the widget you created with it ?
    • QStackedWidget hiding pages
      General and Desktop • widgets qstackedwidget page • • stvokr  

      2
      0
      Votes
      2
      Posts
      1402
      Views

      My first thought is that QGroupBox probably provides a sizehint() that is zero if the widget is not visible where your other widget probably does not do this. The QStackedWidget would provide a sizehint() based on all of the children. When you hide the children you make the end result no smaller than the largest child. Another idea to implement this is to have a common set of options always visible and show/hide the additional parts that are unique to the 'multi' and 'other' views. This will autosize.
    • Qt Creator and multiple page application
      General and Desktop • application page mutiple • • Dan Rosen  

      4
      0
      Votes
      4
      Posts
      4311
      Views

      Hi, Sure you can. One thing that you might use is a QProgressBar (with min and max at the same value so it's animated as in don't know how long it can take. Or you can use a gif in a QMovie object.