Results 1 to 4 of 4

Thread: Object Not destroy

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Object Not destroy

    Qt Code:
    1. class HtmlNavigator : public QDialog,public Ui::HtmlNavigator
    2. {
    3. Q_OBJECT
    4. public:
    5. HtmlNavigator(QString,QString,QWidget *parent);
    6. ~HtmlNavigator();
    7. private slots:
    8. void slotCloseBrowser();
    9. };
    To copy to clipboard, switch view to plain text mode 
    Last edited by jpn; 31st July 2008 at 14:05. Reason: missing [code] tags

Similar Threads

  1. Getting std::string object from QString object ( qt3)
    By joseph in forum Qt Programming
    Replies: 11
    Last Post: 28th March 2013, 20:09
  2. Open a QMainWindow Object in QDialog Object
    By chuengchuenghq in forum Qt Programming
    Replies: 1
    Last Post: 13th June 2008, 06:33
  3. static Object Vs Pointer
    By rajeshs in forum General Programming
    Replies: 4
    Last Post: 11th June 2008, 07:41
  4. Adding qpaint object to a Layout
    By Rooster in forum Newbie
    Replies: 6
    Last Post: 13th February 2008, 13:12
  5. Replies: 8
    Last Post: 27th August 2007, 15:45

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.