Results 1 to 8 of 8

Thread: opening exe files, comercial version vs opensource

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default and another one

    It there a reson why sometimes the app include in different ways??
    why the different ways are needed and when should I use them?
    Qt Code:
    1. #include <QComboBox>
    2.  
    3. class QColor;
    4. class QWidget;
    5.  
    6. class ColorListEditor : public QComboBox
    7. {
    8. Q_OBJECT
    9. Q_PROPERTY(QColor color READ color WRITE setColor USER true)
    To copy to clipboard, switch view to plain text mode 
    Last edited by jpn; 20th December 2007 at 09:23. Reason: missing [code] tags

Similar Threads

  1. QGraphicsView general questions
    By sincnarf in forum Qt Programming
    Replies: 5
    Last Post: 15th October 2007, 23:22
  2. Replies: 1
    Last Post: 15th March 2007, 20:45
  3. Question regarding how to paint after zoom.
    By JonathanForQT4 in forum Qt Programming
    Replies: 2
    Last Post: 26th January 2007, 15:34
  4. QThread exit()/quit() question
    By TheKedge in forum Qt Programming
    Replies: 1
    Last Post: 28th August 2006, 14:38

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.