Results 1 to 20 of 46

Thread: QSkinWindows Classes

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: QSkinWindows Classes

    Be careful!
    Qt Code:
    1. {
    2. MyMainWindow w;
    3. ...
    4. w1.setCentralWidget(&w); // w1 becomes w's parent
    5. w1.show();
    6. } // (*)
    To copy to clipboard, switch view to plain text mode 

    (*) First "w1" goes out of scope and deletes its children, including "w". Then "w", which was already deleted by its parent ("w1"), goes out of scope => crash!
    J-P Nurmi

  2. #2
    Join Date
    Sep 2009
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    1

    Default Re: QSkinWindows Classes

    Hi.

    Have anyone .svg file for Vista Aero Widgets?
    I'm using qskinobject 0.8 from http://qt-apps.org/content/show.php/...?content=67309 and there are only blue.svg and template.svg files in source files.

Similar Threads

  1. QtTest: Unittesting in several classes
    By Jojo in forum Qt Programming
    Replies: 2
    Last Post: 25th August 2009, 13:38
  2. Design classes in OOP?
    By vql in forum General Programming
    Replies: 5
    Last Post: 25th October 2007, 15:18
  3. Qcj Data classes initial release
    By croftj in forum Qt-based Software
    Replies: 0
    Last Post: 1st May 2007, 03:51
  4. Adding nonQt classes to QtApplication
    By codebehind in forum Newbie
    Replies: 11
    Last Post: 23rd April 2007, 22:08
  5. How to search a string in xml file with Qt Dom classes
    By doganay44 in forum Qt Programming
    Replies: 2
    Last Post: 5th October 2006, 21:16

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
  •  
Qt is a trademark of The Qt Company.