Results 1 to 3 of 3

Thread: QColor, where i can download template for Qt creator?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: QColor, where i can download template for Qt creator?

    What are you asking for exactly?
    Where to download QtCreator?

    Cheers,
    _

  2. #2
    Join Date
    Apr 2013
    Location
    Prague
    Posts
    258
    Thanks
    3
    Thanked 65 Times in 59 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: QColor, where i can download template for Qt creator?

    AFAIK, there is no Designer template for a color dialog. There is a ready-to-use color dialog offered by the QColorDialog class. See QColorDialog documentation, especially QColorDialog::getColor() static function. Calling getColor() creates a color dialog and returns a chosen color (or an invalid color if the dialog has been canceled; test using color.isValid() ). Simply call the function - you do not need any additional working.

    BTW, you need to be a programmer, at least a bit, if you want to see how does Qt work. Look at contemporary C++.

Similar Threads

  1. Replies: 6
    Last Post: 18th September 2013, 21:03
  2. Replies: 1
    Last Post: 10th September 2012, 01:16
  3. Where can I download the former Qt Creator?
    By Dave2011 in forum Newbie
    Replies: 2
    Last Post: 30th July 2011, 14:10
  4. Replies: 4
    Last Post: 25th June 2010, 09:21
  5. Replies: 0
    Last Post: 8th July 2009, 08:12

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.