6c06e14a49
- Move the files and tests git mv src/widgets/kernel/qicon* qrc/gui/image/ git mv tests/auto/widgets/kernel/qicon/ tests/auto/gui/image/ - update the include of QIcon git grep -O"sed -i s,QtWidgets/qicon,QtGui/qicon," "QtWidgets/qicon" git grep -O"sed -i s,QtWidgets/QIcon,QtGui/QIcon," "QtWidgets/QIcon" - Adapt QIcon \ingroup documentation sed -i s/QtWidgets/QtGui/ src/gui/images/qicon* - Adapt export macro sed -i s/Q_WIDGETS_EXPORT/Q_GUI_EXPORT/g src/gui/image/qicon* - Update .pri and .pro files - Remove the use of QStyle::alignedRect by copying its content (and adapt slightly - Use QGuiApplication::palette() instead of QApplication::palette() - Add a hook in QGuiApplicationPrivate to call the QStyle::generatedIconPixmap() from QtWidgets Another commit follows to adjust QMetaType::Icon and move the QVariant and QMetaType icon handler back in QtGui Change-Id: I1b63759f892ebc02dfc30f41bb6e76e0b7451182 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
21 lines
1012 B
Plaintext
21 lines
1012 B
Plaintext
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource prefix="/">
|
|
<file>image.png</file>
|
|
<file>rect.png</file>
|
|
<file>./icons/testtheme/16x16/actions/appointment-new.png</file>
|
|
<file>./icons/testtheme/22x22/actions/appointment-new.png</file>
|
|
<file>./icons/testtheme/32x32/actions/appointment-new.png</file>
|
|
<file>./icons/testtheme/index.theme</file>
|
|
<file>./icons/testtheme/scalable/actions/svg-only.svg</file>
|
|
<file>./icons/themeparent/16x16/actions/address-book-new.png</file>
|
|
<file>./icons/themeparent/16x16/actions/appointment-new.png</file>
|
|
<file>./icons/themeparent/22x22/actions/address-book-new.png</file>
|
|
<file>./icons/themeparent/22x22/actions/appointment-new.png</file>
|
|
<file>./icons/themeparent/32x32/actions/address-book-new.png</file>
|
|
<file>./icons/themeparent/32x32/actions/appointment-new.png</file>
|
|
<file>./icons/themeparent/index.theme</file>
|
|
<file>./icons/themeparent/scalable/actions/address-book-new.svg</file>
|
|
<file>./icons/themeparent/scalable/actions/appointment-new.svg</file>
|
|
</qresource>
|
|
</RCC>
|