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

Qt::FramelessWindowHint flag does not work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P2: Important
    • None
    • 5.15.1
    • GUI: Window management
    • None
    • msvc2019 win10 x64
    • WinRT

    Description

      When I run even a simple app the frame and windows title is still there when using uwp. When compiling in win32, everything works fine.

       
      attachments are not working so here is the sample

      int main(int argc, char *argv[])

      { QApplication a(argc, argv); MainWindow w; w.show(); return a.exec(); }

      MainWindow::MainWindow(QWidget *parent)
      : QMainWindow(parent)
      , ui(new Ui::MainWindow)

      { setWindowFlags(Qt::FramelessWindowHint); ui->setupUi(this); }

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            fogelton fogelton
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes