Results 1 to 4 of 4

Thread: No matching signal for on_treeWidget_customContextMenuRequested(QPoint)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2014
    Posts
    2
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default No matching signal for on_treeWidget_customContextMenuRequested(QPoint)

    I am trying to build Gui for geophysics software.
    http://geo-metronix.de/mtxgeo/index....are/119-procmt
    I have exported PATH and LD_LIBRARY_PATH.Gui appears but also in terminal I got:
    milenko@milenko-HP-Compaq-6830s:~/proc_mt/bin$ ./ProcMTGui
    QMetaObject::connectSlotsByName: No matching signal for on_treeWidget_customContextMenuRequested(QPoint)
    Also in gui:
    Can't open XML file for reading:/home/milenko/proc_mt/bin/db/database:xml:No such file or directory Failed to open local databaseut of memory Error opening database
    What should I do?I am on Ubuntu 14.04 64bit.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: No matching signal for on_treeWidget_customContextMenuRequested(QPoint)

    Does your .ui contain a QTreeWidget with the name treeWidget?

    A good example why using a real connect is way safer than relying on names

    As for the read error: have you verifyied that the file exists and is readable?

    Cheers,
    _

Similar Threads

  1. Replies: 7
    Last Post: 28th November 2013, 05:03
  2. Replies: 15
    Last Post: 18th September 2013, 14:03
  3. QtScript QPoint
    By bunjee in forum Qt Programming
    Replies: 2
    Last Post: 27th May 2009, 09:33
  4. Replies: 2
    Last Post: 8th November 2007, 20:23
  5. Confusion with QPoint
    By therealjag in forum Qt Programming
    Replies: 9
    Last Post: 14th February 2006, 17:31

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.