From 34e90a008b6e3f8c88dcc07e47fa79f7788ce4b1 Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Thu, 20 Feb 2014 13:29:06 +0100 Subject: [PATCH] Update readme Remove the list of styled widgets. Most widgets have been styled. Update changelog for v.1.6 --- README.md | 39 +++++++-------------------------------- 1 file changed, 7 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index fa5b52616..4b6e0a8c3 100644 --- a/README.md +++ b/README.md @@ -105,42 +105,17 @@ only need to have PySide or PyQt4 installed on your system._ 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 - - QSplitter - - QStatusBar - - QToolBox - +Most widgets have been styled. If you find a widget that has not been +style, just open an issue on the issue tracker or, better, submit a pull +request. Changelog =========== ``` +* 1.6: + - Improve QToolButton style + - Add support for InstantPopup and MenuButtonPopup + - Improve QMenu style (better spacing with icons) * 1.5: - improve QTabBar style: now works with all tab bar positions (North, South, West and East) - fix bug #6: hide QTabBar base to avoid stange lines at the base of the tab bar.