QtWidgets docs: use WinVista screenshots instead of obsolescent WinXP
authorJ-P Nurmi <jpnurmi@digia.com>
Thu, 29 Nov 2012 15:44:01 +0000 (16:44 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 6 Dec 2012 13:46:13 +0000 (14:46 +0100)
Change-Id: Ic7fd291d4ce4468ae12cf5dd102fbcc45387dd87
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
21 files changed:
src/widgets/itemviews/qlistview.cpp
src/widgets/itemviews/qlistwidget.cpp
src/widgets/itemviews/qtableview.cpp
src/widgets/itemviews/qtablewidget.cpp
src/widgets/itemviews/qtreeview.cpp
src/widgets/itemviews/qtreewidget.cpp
src/widgets/widgets/qcheckbox.cpp
src/widgets/widgets/qdatetimeedit.cpp
src/widgets/widgets/qdial.cpp
src/widgets/widgets/qfontcombobox.cpp
src/widgets/widgets/qgroupbox.cpp
src/widgets/widgets/qlabel.cpp
src/widgets/widgets/qlcdnumber.cpp
src/widgets/widgets/qlineedit.cpp
src/widgets/widgets/qprogressbar.cpp
src/widgets/widgets/qpushbutton.cpp
src/widgets/widgets/qradiobutton.cpp
src/widgets/widgets/qscrollbar.cpp
src/widgets/widgets/qslider.cpp
src/widgets/widgets/qspinbox.cpp
src/widgets/widgets/qtabwidget.cpp

index e43eda8..13627b4 100644 (file)
@@ -108,10 +108,10 @@ QT_BEGIN_NAMESPACE
     be rendered as large or small icons depending on their iconSize().
 
     \table 100%
-    \row \li \inlineimage windowsxp-listview.png Screenshot of a Windows XP style list view
+    \row \li \inlineimage windowsvista-listview.png Screenshot of a Windows Vista style list view
          \li \inlineimage macintosh-listview.png Screenshot of a Macintosh style table view
          \li \inlineimage fusion-listview.png Screenshot of a Fusion style table view
-    \row \li A \l{Windows XP Style Widget Gallery}{Windows XP style} list view.
+    \row \li A \l{Windows Vista Style Widget Gallery}{Windows Vista style} list view.
          \li A \l{Macintosh Style Widget Gallery}{Macintosh style} list view.
          \li A \l{Fusion Style Widget Gallery}{Fusion style} list view.
     \endtable
index 766c8e5..183c353 100644 (file)
@@ -1189,10 +1189,10 @@ void QListWidgetPrivate::_q_dataChanged(const QModelIndex &topLeft,
     new current item and the item that was previously current.
 
     \table 100%
-    \row \li \inlineimage windowsxp-listview.png Screenshot of a Windows XP style list widget
+    \row \li \inlineimage windowsvista-listview.png Screenshot of a Windows Vista style list widget
          \li \inlineimage macintosh-listview.png Screenshot of a Macintosh style table widget
          \li \inlineimage fusion-listview.png Screenshot of a Fusion style table widget
-    \row \li A \l{Windows XP Style Widget Gallery}{Windows XP style} list widget.
+    \row \li A \l{Windows Vista Style Widget Gallery}{Windows Vista style} list widget.
          \li A \l{Macintosh Style Widget Gallery}{Macintosh style} list widget.
          \li A \l{Fusion Style Widget Gallery}{Fusion style} list widget.
     \endtable
index e010c69..e84325c 100644 (file)
@@ -1011,10 +1011,10 @@ void QTableViewPrivate::drawCell(QPainter *painter, const QStyleOptionViewItem &
     its appearance in other styles.
 
     \table 100%
-    \row \li \inlineimage windowsxp-tableview.png Screenshot of a Windows XP style table view
+    \row \li \inlineimage windowsvista-tableview.png Screenshot of a Windows Vista style table view
          \li \inlineimage macintosh-tableview.png Screenshot of a Macintosh style table view
          \li \inlineimage fusion-tableview.png Screenshot of a Fusion style table view
-    \row \li A \l{Windows XP Style Widget Gallery}{Windows XP style} table view.
+    \row \li A \l{Windows Vista Style Widget Gallery}{Windows Vista style} table view.
          \li A \l{Macintosh Style Widget Gallery}{Macintosh style} table view.
          \li A \l{Fusion Style Widget Gallery}{Fusion style} table view.
     \endtable
index 900af08..9793639 100644 (file)
@@ -1539,10 +1539,10 @@ QTableWidgetItem &QTableWidgetItem::operator=(const QTableWidgetItem &other)
     clear() function.
 
     \table 100%
-    \row \li \inlineimage windowsxp-tableview.png Screenshot of a Windows XP style table widget
+    \row \li \inlineimage windowsvista-tableview.png Screenshot of a Windows Vista style table widget
          \li \inlineimage macintosh-tableview.png Screenshot of a Macintosh style table widget
          \li \inlineimage fusion-tableview.png Screenshot of a Fusion style table widget
-    \row \li A \l{Windows XP Style Widget Gallery}{Windows XP style} table widget.
+    \row \li A \l{Windows Vista Style Widget Gallery}{Windows Vista style} table widget.
          \li A \l{Macintosh Style Widget Gallery}{Macintosh style} table widget.
          \li A \l{Fusion Style Widget Gallery}{Fusion style} table widget.
     \endtable
index fe34d3d..9c4a433 100644 (file)
@@ -146,10 +146,10 @@ QT_BEGIN_NAMESPACE
     \endomit
 
     \table 100%
-    \row \li \inlineimage windowsxp-treeview.png Screenshot of a Windows XP style tree view
+    \row \li \inlineimage windowsvista-treeview.png Screenshot of a Windows Vista style tree view
          \li \inlineimage macintosh-treeview.png Screenshot of a Macintosh style tree view
          \li \inlineimage fusion-treeview.png Screenshot of a Fusion style tree view
-    \row \li A \l{Windows XP Style Widget Gallery}{Windows XP style} tree view.
+    \row \li A \l{Windows Vista Style Widget Gallery}{Windows Vista style} tree view.
          \li A \l{Macintosh Style Widget Gallery}{Macintosh style} tree view.
          \li A \l{Fusion Style Widget Gallery}{Fusion style} tree view.
     \endtable
index a2eb28e..c4b71fd 100644 (file)
@@ -2379,10 +2379,10 @@ void QTreeWidgetPrivate::_q_dataChanged(const QModelIndex &topLeft,
   whether sorting is enabled.
 
   \table 100%
-  \row \li \inlineimage windowsxp-treeview.png Screenshot of a Windows XP style tree widget
+  \row \li \inlineimage windowsvista-treeview.png Screenshot of a Windows Vista style tree widget
        \li \inlineimage macintosh-treeview.png Screenshot of a Macintosh style tree widget
        \li \inlineimage fusion-treeview.png Screenshot of a Fusion style tree widget
-  \row \li A \l{Windows XP Style Widget Gallery}{Windows XP style} tree widget.
+  \row \li A \l{Windows Vista Style Widget Gallery}{Windows Vista style} tree widget.
        \li A \l{Macintosh Style Widget Gallery}{Macintosh style} tree widget.
        \li A \l{Fusion Style Widget Gallery}{Fusion style} tree widget.
   \endtable
index 1567e30..0e2e802 100644 (file)
@@ -124,8 +124,8 @@ public:
         \li \inlineimage macintosh-checkbox.png Screenshot of a Macintosh style checkbox
         \li A checkbox shown in the \l{Macintosh Style Widget Gallery}{Macintosh widget style}.
     \row
-        \li \inlineimage windows-checkbox.png Screenshot of a Windows XP style checkbox
-        \li A checkbox shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+        \li \inlineimage windowsvista-checkbox.png Screenshot of a Windows Vista style checkbox
+        \li A checkbox shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
     \row
         \li \inlineimage fusion-checkbox.png Screenshot of a Fusion style checkbox
         \li A checkbox shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
index 394e2b5..a962762 100644 (file)
@@ -105,8 +105,8 @@ QT_BEGIN_NAMESPACE
   calendar widget can be retrieved with calendarWidget().
 
   \table 100%
-  \row \li \inlineimage windowsxp-datetimeedit.png Screenshot of a Windows XP style date time editing widget
-       \li A date time editing widget shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+  \row \li \inlineimage windowsvista-datetimeedit.png Screenshot of a Windows Vista style date time editing widget
+       \li A date time editing widget shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
   \row \li \inlineimage macintosh-datetimeedit.png Screenshot of a Macintosh style date time editing widget
        \li A date time editing widget shown in the \l{Macintosh Style Widget Gallery}{Macintosh widget style}.
   \row \li \inlineimage fusion-datetimeedit.png Screenshot of a Fusion style date time editing widget
@@ -1536,8 +1536,8 @@ void QDateTimeEdit::mousePressEvent(QMouseEvent *event)
   \endlist
 
   \table 100%
-  \row \li \inlineimage windowsxp-timeedit.png Screenshot of a Windows XP style time editing widget
-       \li A time editing widget shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+  \row \li \inlineimage windowsvista-timeedit.png Screenshot of a Windows Vista style time editing widget
+       \li A time editing widget shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
   \row \li \inlineimage macintosh-timeedit.png Screenshot of a Macintosh style time editing widget
        \li A time editing widget shown in the \l{Macintosh Style Widget Gallery}{Macintosh widget style}.
   \row \li \inlineimage fusion-timeedit.png Screenshot of a Fusion style time editing widget
@@ -1613,8 +1613,8 @@ QTimeEdit::~QTimeEdit()
   \endlist
 
   \table 100%
-  \row \li \inlineimage windowsxp-dateedit.png Screenshot of a Windows XP style date editing widget
-       \li A date editing widget shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+  \row \li \inlineimage windowsvista-dateedit.png Screenshot of a Windows Vista style date editing widget
+       \li A date editing widget shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
   \row \li \inlineimage macintosh-dateedit.png Screenshot of a Macintosh style date editing widget
        \li A date editing widget shown in the \l{Macintosh Style Widget Gallery}{Macintosh widget style}.
   \row \li \inlineimage fusion-dateedit.png Screenshot of a Fusion style date editing widget
index 1f06fed..4bdd553 100644 (file)
@@ -231,11 +231,11 @@ int QDialPrivate::valueFromPoint(const QPoint &p) const
 
     \table
     \row \li \inlineimage fusion-dial.png Screenshot of a dial in the Fusion widget style
-    \li \inlineimage windowsxp-dial.png Screenshot of a dial in the Windows XP widget style
+    \li \inlineimage windowsvista-dial.png Screenshot of a dial in the Windows Vista widget style
     \li \inlineimage macintosh-dial.png Screenshot of a dial in the Macintosh widget style
     \row \li {3,1} Dials shown in various widget styles (from left to right):
          \l{Fusion Style Widget Gallery}{Fusion},
-         \l{Windows XP Style Widget Gallery}{Windows XP},
+         \l{Windows Vista Style Widget Gallery}{Windows Vista},
          \l{Macintosh Style Widget Gallery}{Macintosh}.
     \endtable
 
index ab878cc..f602a47 100644 (file)
@@ -314,7 +314,7 @@ void QFontComboBoxPrivate::_q_currentChanged(const QString &text)
     filter out certain types of fonts as e.g. non scalable fonts or
     monospaced fonts.
 
-    \image windowsxp-fontcombobox.png Screenshot of QFontComboBox on Windows XP
+    \image windowsvista-fontcombobox.png Screenshot of QFontComboBox on Windows Vista
 
     \sa QComboBox, QFont, QFontInfo, QFontMetrics, QFontDatabase, {Character Map Example}
 */
index e52b8f1..e303fe5 100644 (file)
@@ -171,10 +171,10 @@ void QGroupBoxPrivate::click()
     \snippet widgets/groupbox/window.cpp 2
 
     \table 100%
-    \row \li \inlineimage windowsxp-groupbox.png Screenshot of a Windows XP style group box
+    \row \li \inlineimage windowsvista-groupbox.png Screenshot of a Windows Vista style group box
          \li \inlineimage macintosh-groupbox.png Screenshot of a Macintosh style group box
          \li \inlineimage fusion-groupbox.png Screenshot of a Fusion style group box
-    \row \li A \l{Windows XP Style Widget Gallery}{Windows XP style} group box.
+    \row \li A \l{Windows Vista Style Widget Gallery}{Windows Vista style} group box.
          \li A \l{Macintosh Style Widget Gallery}{Macintosh style} group box.
          \li A \l{Fusion Style Widget Gallery}{Fusion style} group box.
     \endtable
index 3b3d15f..362f875 100644 (file)
@@ -141,8 +141,8 @@ QT_BEGIN_NAMESPACE
     \li \inlineimage fusion-label.png Screenshot of a Fusion style label
     \li A label shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
     \row
-    \li \inlineimage windowsxp-label.png Screenshot of a Windows XP style label
-    \li A label shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+    \li \inlineimage windowsvista-label.png Screenshot of a Windows Vista style label
+    \li A label shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
     \endtable
 
     \sa QLineEdit, QTextEdit, QPixmap, QMovie,
index 69d838b..c7a835b 100644 (file)
@@ -108,11 +108,11 @@ public:
     \table
     \row \li
     \inlineimage windows-lcdnumber.png Screenshot of a Windows style LCD number widget
-    \inlineimage windowsxp-lcdnumber.png Screenshot of a Windows XP style LCD number widget
+    \inlineimage windowsvista-lcdnumber.png Screenshot of a Windows Vista style LCD number widget
     \inlineimage macintosh-lcdnumber.png Screenshot of a Macintosh style LCD number widget
     \inlineimage fusion-lcdnumber.png Screenshot of a Fusion style LCD number widget
     \row \li LCD number widgets shown in various widget styles (from left to right):
-    \l{Windows Style Widget Gallery}{Windows}, \l{Windows XP Style Widget Gallery}{Windows XP},
+    \l{Windows Style Widget Gallery}{Windows}, \l{Windows Vista Style Widget Gallery}{Windows Vista},
     \l{Macintosh Style Widget Gallery}{Macintosh}, \l{Fusion Style Widget Gallery}{Fusion}.
     \endtable
 
index 23dee90..c250c28 100644 (file)
@@ -206,8 +206,8 @@ void QLineEdit::initStyleOption(QStyleOptionFrame *option) const
     \table 100%
     \row \li \inlineimage macintosh-lineedit.png Screenshot of a Macintosh style line edit
          \li A line edit shown in the \l{Macintosh Style Widget Gallery}{Macintosh widget style}.
-    \row \li \inlineimage windows-lineedit.png Screenshot of a Windows XP style line edit
-         \li A line edit shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+    \row \li \inlineimage windowsvista-lineedit.png Screenshot of a Windows Vista style line edit
+         \li A line edit shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
     \row \li \inlineimage fusion-lineedit.png Screenshot of a Fusion style line edit
          \li A line edit shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
     \endtable
index 3292116..7cf564c 100644 (file)
@@ -198,8 +198,8 @@ bool QProgressBarPrivate::repaintRequired() const
     \table
     \row \li \inlineimage macintosh-progressbar.png Screenshot of a Macintosh style progress bar
          \li A progress bar shown in the Macintosh widget style.
-    \row \li \inlineimage windowsxp-progressbar.png Screenshot of a Windows XP style progress bar
-         \li A progress bar shown in the Windows XP widget style.
+    \row \li \inlineimage windowsvista-progressbar.png Screenshot of a Windows Vista style progress bar
+         \li A progress bar shown in the Windows Vista widget style.
     \row \li \inlineimage fusion-progressbar.png Screenshot of a Fusion style progress bar
          \li A progress bar shown in the Fusion widget style.
     \endtable
index 0f9243a..dd7c5f9 100644 (file)
@@ -168,8 +168,8 @@ QT_BEGIN_NAMESPACE
          changed from round to square. Use the setMinimumSize()
          function to prevent this behavior.
 
-    \row \li \inlineimage windowsxp-pushbutton.png Screenshot of a Windows XP style push button
-         \li A push button shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+    \row \li \inlineimage windowsvista-pushbutton.png Screenshot of a Windows Vista style push button
+         \li A push button shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
     \row \li \inlineimage fusion-pushbutton.png Screenshot of a Fusion style push button
          \li A push button shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
     \endtable
index 68681a9..bb081ec 100644 (file)
@@ -118,8 +118,8 @@ void QRadioButtonPrivate::init()
     \table 100%
     \row \li \inlineimage fusion-radiobutton.png Screenshot of a Fusion radio button
          \li A radio button shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
-    \row \li \inlineimage windows-radiobutton.png Screenshot of a Windows XP radio button
-         \li A radio button shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+    \row \li \inlineimage windowsvista-radiobutton.png Screenshot of a Windows Vista radio button
+         \li A radio button shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
     \row \li \inlineimage macintosh-radiobutton.png Screenshot of a Macintosh radio button
          \li A radio button shown in the \l{Macintosh Style Widget Gallery}{Macintosh widget style}.
     \endtable
index 32cf9f4..cf08b3f 100644 (file)
@@ -192,8 +192,8 @@ QT_BEGIN_NAMESPACE
     \table 100%
     \row \li \inlineimage macintosh-horizontalscrollbar.png Screenshot of a Macintosh style scroll bar
          \li A scroll bar shown in the \l{Macintosh Style Widget Gallery}{Macintosh widget style}.
-    \row \li \inlineimage windowsxp-horizontalscrollbar.png Screenshot of a Windows XP style scroll bar
-         \li A scroll bar shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+    \row \li \inlineimage windowsvista-horizontalscrollbar.png Screenshot of a Windows Vista style scroll bar
+         \li A scroll bar shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
     \row \li \inlineimage fusion-horizontalscrollbar.png Screenshot of a Fusion style scroll bar
          \li A scroll bar shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
     \endtable
index f96a44c..eb16faa 100644 (file)
@@ -257,8 +257,8 @@ QStyle::SubControl QSliderPrivate::newHoverControl(const QPoint &pos)
     \table 100%
     \row \li \inlineimage macintosh-slider.png Screenshot of a Macintosh slider
          \li A slider shown in the \l{Macintosh Style Widget Gallery}{Macintosh widget style}.
-    \row \li \inlineimage windows-slider.png Screenshot of a Windows XP slider
-         \li A slider shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+    \row \li \inlineimage windowsvista-slider.png Screenshot of a Windows Vista slider
+         \li A slider shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
     \row \li \inlineimage fusion-slider.png Screenshot of a Fusion slider
          \li A slider shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
     \endtable
index 4754f5c..13fbf3a 100644 (file)
@@ -153,8 +153,8 @@ public:
     setSpecialValueText() for how to do this with QSpinBox.
 
     \table 100%
-    \row \li \inlineimage windowsxp-spinbox.png Screenshot of a Windows XP spin box
-         \li A spin box shown in the \l{Windows XP Style Widget Gallery}{Windows XP widget style}.
+    \row \li \inlineimage windowsvista-spinbox.png Screenshot of a Windows Vista spin box
+         \li A spin box shown in the \l{Windows Vista Style Widget Gallery}{Windows Vista widget style}.
     \row \li \inlineimage fusion-spinbox.png Screenshot of a Fusion spin box
          \li A spin box shown in the \l{Fusion Style Widget Gallery}{Fusion widget style}.
     \row \li \inlineimage macintosh-spinbox.png Screenshot of a Macintosh spin box
index df9ca56..abb7819 100644 (file)
@@ -120,10 +120,10 @@ QT_BEGIN_NAMESPACE
     area, organizing the individual pages).
 
     \table 100%
-    \row \li \inlineimage windowsxp-tabwidget.png Screenshot of a Windows XP style tab widget
+    \row \li \inlineimage windowsvista-tabwidget.png Screenshot of a Windows Vista style tab widget
          \li \inlineimage macintosh-tabwidget.png Screenshot of a Macintosh style tab widget
          \li \inlineimage fusion-tabwidget.png Screenshot of a Fusion style tab widget
-    \row \li A Windows XP style tab widget.
+    \row \li A Windows Vista style tab widget.
          \li A Macintosh style tab widget.
          \li A Fusion style tab widget.
     \endtable