mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Add icon for automum tab
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3242 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
BIN
ico/128x128/plasmagik.png
Normal file
BIN
ico/128x128/plasmagik.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB |
@@ -229,7 +229,6 @@
|
|||||||
<file>ico/24x16/nl.png</file>
|
<file>ico/24x16/nl.png</file>
|
||||||
<file>ico/32x32/simplifyrichtext.png</file>
|
<file>ico/32x32/simplifyrichtext.png</file>
|
||||||
<file>ico/24x16/be.png</file>
|
<file>ico/24x16/be.png</file>
|
||||||
<file>ico/32x32/text-rdf.png</file>
|
<file>ico/128x128/plasmagik.png</file>
|
||||||
<file>ico/32x32/x-kde-nsplugin-generated.png</file>
|
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|||||||
@@ -374,7 +374,7 @@ QString ProjectAutoNumConfigPage::title() const {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
QIcon ProjectAutoNumConfigPage::icon() const {
|
QIcon ProjectAutoNumConfigPage::icon() const {
|
||||||
return QIcon ();
|
return QIcon (QET::Icons::AutoNum);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -173,6 +173,7 @@ namespace QET {
|
|||||||
QIcon be;
|
QIcon be;
|
||||||
QIcon translation;
|
QIcon translation;
|
||||||
QIcon listDrawings;
|
QIcon listDrawings;
|
||||||
|
QIcon AutoNum;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -426,4 +427,5 @@ void QET::Icons::initIcons() {
|
|||||||
be .addFile(":/ico/24x16/be.png");
|
be .addFile(":/ico/24x16/be.png");
|
||||||
translation .addFile(":/ico/22x22/applications-development-translation.png");
|
translation .addFile(":/ico/22x22/applications-development-translation.png");
|
||||||
listDrawings .addFile(":/ico/48x48/view-pim-journal.png");
|
listDrawings .addFile(":/ico/48x48/view-pim-journal.png");
|
||||||
|
AutoNum .addFile(":/ico/128x128/plasmagik.png");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -182,6 +182,7 @@ namespace QET {
|
|||||||
extern QIcon be;
|
extern QIcon be;
|
||||||
extern QIcon translation;
|
extern QIcon translation;
|
||||||
extern QIcon listDrawings;
|
extern QIcon listDrawings;
|
||||||
|
extern QIcon AutoNum;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user