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. Border disappeared in embedded QT?
Forum Updated to NodeBB v4.3 + New Features

Border disappeared in embedded QT?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.2k 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.
  • S Offline
    S Offline
    shalongbasi
    wrote on last edited by
    #1

    I have an application created under Ubuntu, everything is ok. But after I recompiled it for Qt embedded 4.6.1, and running it on the embedded Linux, the border of pop-up dialog disappeared. How can I make it back? thanks

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You are probably talking about windowing system border. Since the system is embedded, there may be no windowing system apart from QWS - so you don't get any borders.

      (Z(:^

      1 Reply Last reply
      0
      • S Offline
        S Offline
        shalongbasi
        wrote on last edited by
        #3

        on the desktop Linux, I can also see the border. but under embedded Linux, without border, the dialog popped up is easily mixed with the background.

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          You can wrap your dialog in QFrame and set it to have a border this way.

          (Z(:^

          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