Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Own window frame for the application
QtWS25 Last Chance

Own window frame for the application

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 3 Posters 905 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.
  • T Offline
    T Offline
    Trikrista
    wrote on last edited by
    #1

    The application has built on the basis QQuickView.
    How to delete system frame and create own frame?

    I'm sorry for my bad English

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

      Take a look at "QWidget::setWindowFlags()":http://qt-project.org/doc/qt-5.1/qtwidgets/qwidget.html#windowFlags-prop.

      For building a custom frame, you need to use platform-specific APIs, Qt will not help you there.

      (Z(:^

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Trikrista
        wrote on last edited by
        #3

        I know this method "QWidget::setWindowFlags()".
        But QQuickView has not this method.

        I'm sorry for my bad English

        1 Reply Last reply
        0
        • T Offline
          T Offline
          Torgeir
          wrote on last edited by
          #4

          QWindow has setFlags(), see "the documentation here":http://qt-project.org/doc/qt-5.1/qtgui/qwindow.html#flags-prop

          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