1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/zhjun5337-kopete-qq

В этом репозитории не указан файл с открытой лицензией (LICENSE). При использовании обратитесь к конкретному описанию проекта и его зависимостям в коде.
Клонировать/Скачать
qqeditaccountwidget.h 1.7 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
zhjun5337 Отправлено 16.07.2014 17:27 53c538d
/*
qqeditaccountwidget.h - Kopete QQ edit Account
Copyright (c) 2014 by Jun Zhang <jun.zhang@i-soft.com.cn>
Copyright (c) 2003 by Will Stephenson <will@stevello.free-online.co.uk>
Kopete (c) 2002-2003 by the Kopete developers <kopete-devel@kde.org>
*************************************************************************
* *
* This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public *
* License as published by the Free Software Foundation; either *
* version 2 of the License, or (at your option) any later version. *
* *
*************************************************************************
*/
#ifndef TESTBEDEDITACCOUNTWIDGET_H
#define TESTBEDEDITACCOUNTWIDGET_H
#include <qwidget.h>
//Added by qt3to4:
#include <QVBoxLayout>
#include <editaccountwidget.h>
class QVBoxLayout;
namespace Kopete { class Account; }
namespace Ui { class QQAccountPreferences; }
/**
* A widget for editing this protocol's accounts
* @author Will Stephenson
*/
class QQEditAccountWidget : public QWidget, public KopeteEditAccountWidget
{
Q_OBJECT
public:
QQEditAccountWidget( QWidget* parent, Kopete::Account* account);
~QQEditAccountWidget();
/**
* Make an account out of the entered data
*/
virtual Kopete::Account* apply();
/**
* Is the data correct?
*/
virtual bool validateData();
protected:
Kopete::Account *m_account;
Ui::QQAccountPreferences *m_preferencesWidget;
};
#endif

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/zhjun5337-kopete-qq.git
git@api.gitlife.ru:oschina-mirror/zhjun5337-kopete-qq.git
oschina-mirror
zhjun5337-kopete-qq
zhjun5337-kopete-qq
master