mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
remove unused designer icons
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
4cd85a2942
commit
53fcfa760a
10 changed files with 4 additions and 4 deletions
|
@ -98,7 +98,7 @@ install(
|
||||||
COMPONENT Tools
|
COMPONENT Tools
|
||||||
)
|
)
|
||||||
install(
|
install(
|
||||||
FILES ${CMAKE_CURRENT_SOURCE_DIR}/images/designer.png
|
FILES ${CMAKE_CURRENT_SOURCE_DIR}/designer.png
|
||||||
DESTINATION ${KATIE_PIXMAPS_RELATIVE}
|
DESTINATION ${KATIE_PIXMAPS_RELATIVE}
|
||||||
RENAME designer${KATIE_TOOLS_SUFFIX}.png
|
RENAME designer${KATIE_TOOLS_SUFFIX}.png
|
||||||
COMPONENT Tools
|
COMPONENT Tools
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 347 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE RCC><RCC version="1.0">
|
<!DOCTYPE RCC><RCC version="1.0">
|
||||||
<qresource prefix="/trolltech/designer">
|
<qresource prefix="/trolltech/designer">
|
||||||
<file>images/designer.png</file>
|
<file>designer.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</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 |
|
@ -90,7 +90,7 @@ QDesigner::QDesigner(int &argc, char **argv)
|
||||||
setApplicationName(QLatin1String(designerApplicationName));
|
setApplicationName(QLatin1String(designerApplicationName));
|
||||||
QDesignerComponents::initializeResources();
|
QDesignerComponents::initializeResources();
|
||||||
|
|
||||||
setWindowIcon(QIcon(QLatin1String(":/trolltech/designer/images/designer.png")));
|
setWindowIcon(QIcon(QLatin1String(":/trolltech/designer/designer.png")));
|
||||||
initialize();
|
initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ private:
|
||||||
VersionLabel::VersionLabel(QWidget *parent)
|
VersionLabel::VersionLabel(QWidget *parent)
|
||||||
: QLabel(parent), secondStage(false), m_pushed(false)
|
: 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(56, 25));
|
||||||
hitPoints.append(QPoint(29, 55));
|
hitPoints.append(QPoint(29, 55));
|
||||||
hitPoints.append(QPoint(56, 87));
|
hitPoints.append(QPoint(56, 87));
|
||||||
|
|
Loading…
Add table
Reference in a new issue