Results 1 to 16 of 16

Thread: why do icons only show up on my computer ??

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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: why do icons only show up on my computer ??

    Is that true in general for QT, or only for the (absolute ref'ed .dll) calls from qcore4.dll?
    Other parts of Qt, for instance SQL support, load plugins on demand and check all the relevant plugins to see which, if any, supports the demand. Plugins provide a mechanism to extend the library without the library having to know about every possibility ahead of time. All the library knows ahead of time is the defined interfaces that a plugin must implement. It is a common idiom for extension.

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

    masher (21st September 2012)

Similar Threads

  1. Show Icons in Header of QTreeView
    By blackbubblegum in forum Qt Programming
    Replies: 2
    Last Post: 11th February 2012, 00:55
  2. QMenu does not show icons from QAction
    By eumel1990 in forum Newbie
    Replies: 5
    Last Post: 10th September 2011, 10:57
  3. How to show images from database as icons in QListView
    By LeshaS in forum Qt Programming
    Replies: 2
    Last Post: 21st January 2011, 07:13
  4. QListWidget doesn't show icons
    By franco.amato in forum Qt Programming
    Replies: 8
    Last Post: 16th March 2010, 14:15
  5. how to show richtext and icons in one widget in QT2
    By pencilren in forum Qt Programming
    Replies: 1
    Last Post: 16th May 2007, 10:30

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.