Topic: Howto make stylesheets for Kommute
About
Qt Style Sheets
Qt Style Sheets are a powerful mechanism that allows you to customize the appearance of widgets, in addition to what is already possible by subclassing QStyle. The concepts, terminology, and syntax of Qt Style Sheets are heavily inspired by HTML Cascading Style Sheets (CSS) but adapted to the world of widgets.
Kommute doesnt supports at the moment external stylesheets, only internal.
You will be find some stylesheets in src/qss folder.
QT Trolltech stylesheet example:
When you have QT installed then look on Windows here:
C:\Qt\4.3.x\examples\widgets\stylesheet
Qt Style Sheets doc:
http://doc.trolltech.com/4.3/stylesheet.html
QT 4.3.x supported widgets:
QAbstractScrollArea
QCheckBox
QComboBox
QSpinBox
QFrame
QGroupBox
QHeaderView
QLineEdit
QMenu
QMenuBar
QProgressBar
QPushButton
QRadioButton
QScrollBar
QSizeGrip
QSlider
QSplitter
QStatusBar
QTabWidget and QTabBar
QTableWidget
QToolBar
QToolBox
QToolButton
QToolTip
QTreeView
New QT 4.4.x stylesheet doc:
http://doc.trolltech.com/4.4/stylesheet-examples.html
Info:
QT 4.4.x new stylesheet improvments is not compatible to QT 4.3.x.