
FunEyes
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A few weeks ago someone posted KEyes on kde-look.org and I liked it so much I just HAD to make my own version! So I ported it over to C++ and added some more stuff to it. I sent this program to my friends with their faces on it and they loved it! Here is the program with me and my friends' faces. You can add your own by adding files into the "Faces" directory.
And yes, I do want to make this a plasmoid, so if someone is working on making one, please tell me so I can help a bit.
Have alot of fun!!!
Xtreme Kommander
Chief677
12 years ago
/usr/bin/qmake -unix -o Makefile FunEyes.pro
g++ -c -pipe -fpermissive -g -Wall -W -D_REENTRANT -DQT_SHARED -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I. -I. -o facemanager.o facemanager.cpp
In file included from facemanager.h:26,
from facemanager.cpp:26:
global.h: In member function »void Eye::render(QPainter*, QPoint, QPoint)«:
global.h:77: Fehler: »powf« wurde in diesem Gültigkeitsbereich nicht definiert
global.h:77: Fehler: »sqrt« wurde in diesem Gültigkeitsbereich nicht definiert
In file included from facemanager.cpp:26:
facemanager.h: At global scope:
facemanager.h:33: Warnung: unbenutzter Parameter »parent«
facemanager.cpp: In member function »void FaceManager::loadAndPopulateListWidget(bool)«:
facemanager.cpp:119: Fehler: »class Ui::faceManager« hat kein Element namens »horizontalLayout«
make: *** [facemanager.o] Fehler 1
Can you help me?
Report