Results 1 to 2 of 2

Thread: Unhandle exception Error at Qt project using ui file

  1. #1
    Join Date
    Nov 2013
    Posts
    15
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Unhandle exception Error at Qt project using ui file

    I have 2 class(and 2 cpp file) and 1 ui file at my project. I define comboboxes and buttons at my ui file. I want to use ui file in both 2 class files. I can use ui and buttons and combobox at one of the class(cpp file) with the code "Ui::ProjectQtClass *ui;" but I cant use ui file and its objects at second class file with using the code "Ui::ProjectQtClass *ui;" because of unhandle exception error. How can I solve the problem ?

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Unhandle exception Error at Qt project using ui file

    You could start by posting the actual error, relevant parts of your actual code, and the stack backtrace at the time of failure.
    Last edited by ChrisW67; 25th November 2013 at 05:46.
    "We can't solve problems by using the same kind of thinking we used when we created them." -- Einstein
    If you are posting code then please use [code] [/code] tags around it - makes addressing the problem easier.

Similar Threads

  1. Unhandle Exception
    By samar in forum Qt Programming
    Replies: 2
    Last Post: 9th June 2011, 23:22
  2. error: A data abort exception has occurred
    By hisong1988 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 13th January 2011, 01:08
  3. Replies: 1
    Last Post: 3rd December 2009, 23:34
  4. Exception Error in my application.
    By Tavit in forum Qt Programming
    Replies: 1
    Last Post: 6th August 2008, 12:02
  5. Extra qualification error while compiling the project file
    By amit_pansuria in forum Qt Programming
    Replies: 1
    Last Post: 8th June 2007, 07:56

Tags for this Thread

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.