Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Border disappeared in embedded QT?

    General and Desktop
    2
    4
    941
    Loading More Posts
    • 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
      shalongbasi last edited by

      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 Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        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 Reply Quote 0
        • S
          shalongbasi last edited by

          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 Reply Quote 0
          • sierdzio
            sierdzio Moderators last edited by

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

            (Z(:^

            1 Reply Last reply Reply Quote 0
            • First post
              Last post