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. Creating a pseudo desktop environment
Forum Updated to NodeBB v4.3 + New Features

Creating a pseudo desktop environment

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 1.9k 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.
  • N Offline
    N Offline
    nicky j
    wrote on last edited by
    #1

    Hey there,

    I just got this crazy idea in my head to build a 'pseudo desktop environment'. what I mean by pseudo is that it would 'sit' on top of any other DE (KDE, GNOME, etc). It would essentially be an application that is always full-screened and behaves similar to a traditional computer desktop. Similar to Chrome OS on Win8 if that makes any sense. Is there a widget or anything that I could use simulate the traditional desktop feeling (icon layout, wallpaper, app launcher, tool bar, status bar, drag & drop, etc)? Again it would not be a standalone DE and will be run on top of existing systems. Is this possible? what steps would I have to take?

    The DE will also come with some apps built into it and that can be opened inside it. Is there a way to launch them but keep those windows within my DE and have custom made titlebars rather than the OS X/Ubuntu/Win titlebars?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Seamus Boyle
      wrote on last edited by
      #2

      QMdiArea, for the windowing. Looks nice on Android.

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nicky j
        wrote on last edited by
        #3

        what exactly is an MDI window?

        1 Reply Last reply
        0
        • N Offline
          N Offline
          nicky j
          wrote on last edited by
          #4

          I already have a functioning web browser that I built, would it be difficult to place it in a QMdiSubWindow in the QMdiArea?

          EDIT: Also, can the QMdiArea handle having an app dock like in OS X or Unity. Can it handle icons?

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Seamus Boyle
            wrote on last edited by
            #5

            [quote author="nicky j" date="1392872151"]what exactly is an MDI window?[/quote]
            Have a look at the "MDI Example" that comes with Qt.

            [quote author="nicky j" date="1392872374"]I already have a functioning web browser that I built, would it be difficult to place it in a QMdiSubWindow in the QMdiArea?[/quote]
            Any widget can be added to the MDI area, including entire widget applications.

            [quote author="nicky j" date="1392872374"]Also, can the QMdiArea handle having an app dock like in OS X or Unity. Can it handle icons?[/quote]
            You would need to use a separate widget for this, probably. The MDI area handles windows, including minimised windows.

            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