Navigation

    Qt Forum

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

    • Painting behind system bars using Qt/Qml
      Showcase • qml android ios navigation status bar • • J.Hilk  

      1
      7
      Votes
      1
      Posts
      518
      Views

      No one has replied

    • SOLVED android application not fitting on the screen after hiding bottom navigation bar
      Mobile and Embedded • qml android fullscreen navigation bar • • Davronito  

      2
      0
      Votes
      2
      Posts
      530
      Views

      Hey! I've found the solution myself again.)) I answered it at StackOverflow: https://stackoverflow.com/questions/25340593/issue-with-fullscreen-mode-in-android-with-qt-5-3-1/59469941#59469941 Here is my result: The status and navigation bars are hidden:
    • UNSOLVED left corner swipe brings left nav. how?
      Mobile and Embedded • android navigation swipe qtcreator 4.9.1 • • Ricardos  

      2
      0
      Votes
      2
      Posts
      123
      Views

      Hi I dont know the answer but i was wondering if QWidgets or QML ?
    • UNSOLVED Mobile - Aparecer menu quando se arrasta no lado esquerdo do visor.
      Portuguese • navigation qtcreator 4.9.1 android 6 slide navbar • • Ricardos  

      2
      0
      Votes
      2
      Posts
      279
      Views

      Olá, Está usando o QML? Se sim dê uma olhada no tipo Drawer (https://doc.qt.io/qt-5/qml-qtquick-controls2-drawer.html). Deve fazer o que deseja.
    • UNSOLVED Qt for android app not displaying fullscreen
      Mobile and Embedded • mainwindow fullscreen navigation • • amins  

      8
      0
      Votes
      8
      Posts
      3495
      Views

      additionaly to what @raven-worx said, you can try setting this windowflag setWindowFlag(Qt::MaximizeUsingFullscreenGeometryHint,true); this should paint the window over everything.
    • UNSOLVED Showing rote data using OSM
      QML and Qt Quick • qml map position navigation • • rwik  

      2
      0
      Votes
      2
      Posts
      948
      Views

      Upgrading to 5.6 solved my issue.
    • UNSOLVED What is keypad navigation?
      Mobile and Embedded • embedded qapplication navigation keypad • • IL  

      4
      0
      Votes
      4
      Posts
      2077
      Views

      @SGaist Thanks Champ, I am checking it.
    • Yet another Route plugin for QtLocation
      General and Desktop • plugin qtlocation navigation • • vladstelmahovsky  

      36
      3
      Votes
      36
      Posts
      11124
      Views

      Thanks for the google map plugin, I study this post, the codes of your plugin and got some questions 1 : All of the information of google map are obtained by static api of google map? 2 : How could we support offline routing, offline search by term? By now all of the routing information are get from the server, to implement offline routing, we need to a : download require map, data from the server b : write our own algorithms to search the locations by terms and routing? I guess every maps data got their own format, but the locations searching and routing algorithms should be the same? 3 : QGeoTileFetcherGooglemaps is the main class of this plugin, which in charge of create request(by static api) and get the results back by the other classes? Thanks a lot
    • How to use Arrows key and Enter key for navigation/selection in a stacked widget Qt5 application?
      Mobile and Embedded • qtcreator embedded linux selection navigation stackedwidget qt5.2.1 arrowkeys enter key • • Ajith_P_V  

      1
      0
      Votes
      1
      Posts
      1138
      Views

      No one has replied

    • I want to increase the Height of the navigationBar in CalendarWidget
      General and Desktop • stylesheet navigation qcalendarwidget height • • ForestPoem  

      5
      0
      Votes
      5
      Posts
      2020
      Views

      @mrjj Oh thank you very much. It's a good thing to learn!
    • Switch to next page after login
      General and Desktop • database qstackedwidget qtsql navigation page layout • • salahuddin  

      2
      0
      Votes
      2
      Posts
      768
      Views

      Hi and welcome While using QStackedWidget for all pages / screens could work just fine, a more common design would/could be using QDialog for welcome and login and when closed - the main window for the graphs etc.
    • Qt 5.3.2: Form transitions C++
      General and Desktop • c++ animation forms navigation qt 5.3.2 slide • • PAMikeD  

      3
      0
      Votes
      3
      Posts
      1327
      Views

      @VRonin Thanks!, this is what I ended up doing in the end, I just wondered if there was a nicer way like StackView.
    • Resolving app navigation/flow
      QML and Qt Quick • qt quick application navigation • • lajtu  

      3
      0
      Votes
      3
      Posts
      1116
      Views

      This looks very promising, thanks ! :)
    • [Solved]Something really strange while trying to navigate in Grid
      QML and Qt Quick • keyboard grid navigation • • Zubalama  

      13
      0
      Votes
      13
      Posts
      3482
      Views

      @p3c0 it does yet I wanted to fix the problem I personally faced thanks for an advice