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. Window rendering in Yocto beaglebone Black

Window rendering in Yocto beaglebone Black

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 222 Views
  • 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.
  • R Offline
    R Offline
    RK Suma
    wrote on last edited by
    #1

    I am building Qt application for beaglebone black board using Yocto project. I have two UI pages, In MainWindow designed icon which is login button by selecting it navigates Dialog page where i have some icons and back button. I have connected My board to Touchscreen and when i boot My Qt application is coming in the startup. then i got to know that, in my application when Dialog page is Displayed over MainWindow if i click anywhere in MainWindow, Dialog page was going behind MainWindow, so i tried below code to resolve it.

    dialog = new Dialog(this);
    dialog->setWindowFlags(Qt::Dialog | Qt::FramelessWindowHint | 
    Qt::MSWindowsFixedSizeDialogHint);
    
    // Set dialog window modality
    dialog->setWindowModality(Qt::WindowModal);
    

    Now when i booted this code I am able to login once when i go-back and login once again login button and other functionalities also not working, window is freezed. How to solve this..?

    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