This commit is contained in:
doitux
2007-06-03 21:27:02 +00:00
parent f932e39983
commit 00e0bfb5cf
12 changed files with 1375 additions and 512 deletions
@@ -0,0 +1,27 @@
//
// C++ Implementation: mycardspixmaplabel
//
// Description:
//
//
// Author: FThauer FHammer <f.thauer@web.de>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "myavatarbutton.h"
using namespace std;
MyAvatarButton::MyAvatarButton(QGroupBox* parent)
: QPushButton(parent)
{
}
MyAvatarButton::~MyAvatarButton()
{
}