Customising Qt look and feel and Python in 30 Mins

From Maemo Wiki
Revision as of 12:30, 12 February 2010 by imported>mikecy (New page: =Customising Qt look and feel and Python in 30 Mins= This is a simple tutorial to show how to use Python and Qt-Designer to create your own look and feel for your applications using custo...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Customising Qt look and feel and Python in 30 Mins

This is a simple tutorial to show how to use Python and Qt-Designer to create your own look and feel for your applications using custom images the Qt Resource system, and Cascading Style Sheets (CSS).

We are going to show you how you can create a look similar to the Qt Mobile Demos



Assumptions

This tutorial assumes that you have a working Python ,Pyqt and Qt-Designer environment up and working. If you have not then do this first tutorial

Qt Designer/Python for Windows XP in 30 Mins