mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Added icon for spiceinit component.
This commit is contained in:
parent
fb4a0d6cb8
commit
8ecbff8636
BIN
qucs/bitmaps/sp_spiceinit.png
Normal file
BIN
qucs/bitmaps/sp_spiceinit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 617 B |
@ -239,6 +239,7 @@
|
||||
<file>bitmaps/sp_param.png</file>
|
||||
<file>bitmaps/sp_globpar.png</file>
|
||||
<file>bitmaps/sp_options.png</file>
|
||||
<file>bitmaps/sp_spiceinit.png</file>
|
||||
<file>bitmaps/vsffm.png</file>
|
||||
<file>bitmaps/isffm.png</file>
|
||||
<file>bitmaps/vAmpMod.png</file>
|
||||
|
@ -59,7 +59,7 @@ Component* SpiceSpiceinit::newOne()
|
||||
Element* SpiceSpiceinit::info(QString& Name, char* &BitmapFile, bool getNewOne)
|
||||
{
|
||||
Name = QObject::tr(".spiceinit contents");
|
||||
BitmapFile = (char *) "sp_options";
|
||||
BitmapFile = (char *) "sp_spiceinit";
|
||||
|
||||
if(getNewOne) return new SpiceSpiceinit();
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user