Added readme informations

This commit is contained in:
Colin Duquesnoy 2012-08-23 15:03:05 +02:00
parent 5f2686b758
commit 02b3cfce43

View File

@ -1,4 +1,62 @@
QDarkStyleSheet
===============
Introduction
==================
A dark style sheet for Qt application
This is a simple dark stylesheet for Qt applications developped for the pyludic tools.
It tries to mimick the **Wonton soup** color scheme from the KDE desktop.
Screenshots may be found on the following website:
**TODO: ***create a static website to show screenshots*****
This stylesheet has been tested on Windows XP and Linux KDE (Rosa Marathon 2012)
Status:
==============
The following widgets are styled:
- QMainWindow
- QWidget
- QMenu, QMenuBar
- QToolTip
- QAbstractItemView
- QLineEdit
- QGroupBox
- QTextEdit, QPlainTextEdit
- QTreeView,
- QScrollBar
- QRadioButton
- QCheckBox
- QComboBox
- QPushButton
- QToolButton
- QToolBar
- QProgressBar
- QSpinBox
- QFrame
- QTabWidget, QTabBar
- QDockWidget
- QSlider (horizontal and vertical)
What still needs to be done:
- QAbstractScrollArea
- QHeaderView
- QListView
- QSizeGrip
- QSplitter
- QStatusBar
- QTableView
- QToolBox
License information:
============================
No license, use it as you want :)
Contact information:
===========================
- Maintainer: colin.duquesnoy@gmail.com
- Homepage: **TODO**