Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Hide on screen soft buttons (select and back) in QTopia embedded application
Forum Updated to NodeBB v4.3 + New Features

Hide on screen soft buttons (select and back) in QTopia embedded application

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 860 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
    Kashif
    wrote on 28 Nov 2017, 07:35 last edited by
    #1

    Hi All,

    I have created the application using QTopia widget application on embedded linux. everything is working fine but the only issue is, when there is another child screen (using 3rd party library in full screen mode) on top and we click any push button on bottom of the screen, the soft button on parent screen is also getting the signal (clicked). I researched to make the application in full screen using "widget.showFullScreen(), widget.setWindwsFlags()" but nothing is working and the soft buttons are still present on first and only screen of my application.
    Can anyone help me and give me any idea how can I achieve full screen?

    Thanks

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 28 Nov 2017, 21:11 last edited by
      #2

      Hi,

      Just to be sure, are you really using Qtopia ? That last release was in 2008.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      K 1 Reply Last reply 29 Nov 2017, 05:14
      1
      • S SGaist
        28 Nov 2017, 21:11

        Hi,

        Just to be sure, are you really using Qtopia ? That last release was in 2008.

        K Offline
        K Offline
        Kashif
        wrote on 29 Nov 2017, 05:14 last edited by
        #3

        Hi @SGaist,

        Yes I am using QTopia, the device is secure payment device from YouTransactor - SK100 that have following environment:
        Linux Kernel 2.6.32, QT 4.8, QT Extended 4.4, QT Extended Browser based on Web Kit,
        YouTransactor Plug in for Browser in order to enable YouTransactor, Javascript AP, Embedded Web Server

        Following is my configuration in pro file:

        TEMPLATE = app
        CONFIG += qtopia debug
        MODULES *= qtopiacomm
        #These are the source files that get built to create the application
        FORMS =
        #These are the defines to control functionality in application during compilation
        DEFINES += MAKE_EMV
        LIBS += -lrpc

        Thansk

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 30 Nov 2017, 18:23 last edited by
          #4

          Do you have any control on that third party ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          1/4

          28 Nov 2017, 07:35

          • Login

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