i have solved it,not a big thing...jus not declare palette as pointer..
Qt Code:
QPalette palette; this->setPalette(palette);To copy to clipboard, switch view to plain text mode
i have solved it,not a big thing...jus not declare palette as pointer..
Qt Code:
QPalette palette; this->setPalette(palette);To copy to clipboard, switch view to plain text mode
Last edited by jpn; 27th July 2008 at 13:31. Reason: missing [code] tags
Bookmarks