Results 1 to 3 of 3

Thread: Issue when i open window from mainwindow after the 1st time - it will open very small

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2018
    Posts
    34
    Thanks
    18
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Issue when i open window from mainwindow after the 1st time - it will open very s

    Now this program do what i want, open an edit window, populate it like i want and i can update the mainwindow from the edit window.
    I have some question:
    1 - why when i try to do this setFixedSize( .... ) on a window (mainwindow or editwindow), the window that refer this setup have an issue: i can't close it by click with the mouse on X red button?
    i avoid this issue by resize( .... ) + setMinimumSize( .... ) + setMaximumSize( ... ) ; i'm working on -> Qt Creator 4.11.0 Based on Qt 5.14.0
    2 - i'm a beginner on Qt, an in progamming, is it the right way to structure the job?
    Attached Files Attached Files

Similar Threads

  1. Replies: 0
    Last Post: 5th October 2020, 12:29
  2. Replies: 4
    Last Post: 24th December 2016, 13:22
  3. Replies: 0
    Last Post: 9th May 2010, 20:49
  4. Open Dialog from MainWindow.
    By halvors in forum Qt Programming
    Replies: 8
    Last Post: 1st April 2010, 01:09
  5. Open mainwindow
    By cwnelatury in forum Newbie
    Replies: 1
    Last Post: 17th April 2009, 22:46

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.