remove unused designer icons

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-07-02 12:24:27 +00:00
parent 4cd85a2942
commit 53fcfa760a
10 changed files with 4 additions and 4 deletions

View file

@ -98,7 +98,7 @@ install(
COMPONENT Tools
)
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/images/designer.png
FILES ${CMAKE_CURRENT_SOURCE_DIR}/designer.png
DESTINATION ${KATIE_PIXMAPS_RELATIVE}
RENAME designer${KATIE_TOOLS_SUFFIX}.png
COMPONENT Tools

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 KiB

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -1,5 +1,5 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/trolltech/designer">
<file>images/designer.png</file>
<file>designer.png</file>
</qresource>
</RCC>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

View file

@ -90,7 +90,7 @@ QDesigner::QDesigner(int &argc, char **argv)
setApplicationName(QLatin1String(designerApplicationName));
QDesignerComponents::initializeResources();
setWindowIcon(QIcon(QLatin1String(":/trolltech/designer/images/designer.png")));
setWindowIcon(QIcon(QLatin1String(":/trolltech/designer/designer.png")));
initialize();
}

View file

@ -77,7 +77,7 @@ private:
VersionLabel::VersionLabel(QWidget *parent)
: QLabel(parent), secondStage(false), m_pushed(false)
{
setPixmap(QPixmap(QLatin1String(":/trolltech/designer/images/designer.png")));
setPixmap(QPixmap(QLatin1String(":/trolltech/designer/designer.png")));
hitPoints.append(QPoint(56, 25));
hitPoints.append(QPoint(29, 55));
hitPoints.append(QPoint(56, 87));