Results 1 to 9 of 9

Thread: Custom Style

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    28
    Thanked 976 Times in 912 Posts

    Default Re: Custom Style

    Quote Originally Posted by Dusdan
    how can I make it aware?
    It should should find that plugin all by itself, but if QStyleFactory doesn't know it, then Qt Designer won't know it either. Write a short program that creates QApplication instance and checks QStyleFactory::keys().

    What did you pass as the first parameter of the Q_EXPORT_PLUGIN2() macro? Did you compile your plugin in release mode? What is the name of the file with that plugin?

  2. The following user says thank you to jacek for this useful post:

    Dusdan (1st June 2006)

Similar Threads

  1. Custom Qt dll name
    By tony007 in forum Installation and Deployment
    Replies: 2
    Last Post: 10th March 2006, 15:29
  2. Replies: 16
    Last Post: 7th March 2006, 15:57
  3. Replies: 4
    Last Post: 1st March 2006, 23:11
  4. image for a custom menu Item.......
    By Naveen in forum Qt Programming
    Replies: 2
    Last Post: 23rd February 2006, 09:28
  5. Bugs, style changes in 4.1.0?
    By simk in forum Qt Programming
    Replies: 13
    Last Post: 13th February 2006, 11:05

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.