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. [solved]calling a dialog in another dialog
Forum Updated to NodeBB v4.3 + New Features

[solved]calling a dialog in another dialog

Scheduled Pinned Locked Moved General and Desktop
25 Posts 5 Posters 13.3k 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.
  • R Offline
    R Offline
    rh
    wrote on 9 Jul 2011, 11:01 last edited by
    #21

    this is the pro file:

    @TARGET = NoteBook
    TEMPLATE = app
    SOURCES += dialog.cpp
    ../source/src/main.cpp
    ../signup.cpp
    HEADERS += dialog.h
    ../source/src/User.h
    ../source/src/TagRelation.h
    ../source/src/Tag.h
    ../source/src/header.h
    ../source/src/Content.h
    ../source/src/BaseRelation.h
    ../source/src/BaseIndex.h
    ../source/src/BaseEntity.h
    ../signup.h
    FORMS += dialog.ui
    ../signup.ui
    @

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on 9 Jul 2011, 11:07 last edited by
      #22

      I see in your .pro file that your signup.h is NOT in the same directory as your dialog.cpp. You should either use
      @
      #include "../signup.h"
      @
      or add to your .pro file
      @
      INCLUDEPATH += ../
      @

      1 Reply Last reply
      0
      • R Offline
        R Offline
        rh
        wrote on 9 Jul 2011, 11:23 last edited by
        #23

        thank you Denis.
        it works.
        really thank you......
        and thank from everybody that reply me and help me to solve this problem.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          DenisKormalev
          wrote on 9 Jul 2011, 11:29 last edited by
          #24

          You are welcome. Don't forget to mark thread as [solved]

          1 Reply Last reply
          0
          • R Offline
            R Offline
            rh
            wrote on 9 Jul 2011, 11:39 last edited by
            #25

            ok.sure.

            1 Reply Last reply
            0

            21/25

            9 Jul 2011, 11:01

            • Login

            • Login or register to search.
            21 out of 25
            • First post
              21/25
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved