Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Opening another widget from mainWindow in Designer
Forum Updated to NodeBB v4.3 + New Features

Opening another widget from mainWindow in Designer

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 2.9k 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
    manasij7479
    wrote on last edited by
    #1

    How do I open another window from mainWindow in response to a specific Qaction, like Open or Save ?
    (I could do it in the code..but is it possible solely in designer ?)

    "Error, no keyboard — press F1 to continue."

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vinb
      wrote on last edited by
      #2

      For designer you can use the signal and slot editor, but not to connect with other widgets/dialogs.

      You better can use creator for this task, then you can 'talk' with any object in your project as long as you use slots or make functions public.
      In code use connect.

      edit:
      look "here":http://developer.qt.nokia.com/forums/viewthread/5273/#31552 to

      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