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. QFileDialog::getExistingDirectory dialog display in center of widget

QFileDialog::getExistingDirectory dialog display in center of widget

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 2.6k 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.
  • M Offline
    M Offline
    mathi77in
    wrote on last edited by
    #1

    Hi,

    I am using QFileDialog::getExistingDirectory dialog my project. this dialog display in middle of the PC screen. i want display dialog box for my application widget center. how to change?

    following code for display from middle of the pc screen

    @QString dir = QFileDialog::getExistingDirectory(this, tr("Open Directory"),
    " ",
    QFileDialog::ShowDirsOnly
    | QFileDialog::DontResolveSymlinks);@

    Regards,
    M.Mathi

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fluca1978
      wrote on last edited by
      #2

      It is not clear, what are you trying to do? If you need to display your own windows at the center of the screen you can do something like "this":http://qt-project.org/wiki/Center_and_Resize_MainWindow.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mathi77in
        wrote on last edited by
        #3

        i want display dialog box in center of parent widget(main window)

        1 Reply Last reply
        0
        • F Offline
          F Offline
          fluca1978
          wrote on last edited by
          #4

          [quote author="mathi77in" date="1336551528"]i want display dialog box in center of parent widget(main window)[/quote]

          It could be an OS specific behavior.

          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