mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Added readme informations
This commit is contained in:
parent
5f2686b758
commit
02b3cfce43
64
README.md
64
README.md
@ -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**
|
Loading…
Reference in New Issue
Block a user