Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-416

Menubar position and orientation

    XMLWordPrintable

Details

    Description

      It would be nice if QMainWindow had something like this:

      class QMainWindow {
      ...

      enum MenuBarPosition

      { MenuBarTop, MenuBarBottom, MenuBarLeft, MenuBarRight }

      ;

      void setMenuBarPosition(MenuBarPosition mp);
      MenuBarPosition menuBarPosition() const;
      };

      and

      class QMenuBar {
      ...
      Qt::Orientation orientation() const;
      void setOrientation(Qt::Orientation o);
      };

      As an example you might want to have a look at Microsoft Office 2003. (i.e.Word 2002).
      The menu behaves like a dockwindow. It can be placed top/bottom/left or right. If left or right, it also rotates the text.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            vfm Thierry Bastian (closed Nokia identity) (Inactive)
            rve Anders Bakken
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes