RetroShare/retroshare-gui/src/gui/TheWire/PulseReplySeperator.h
drbob 11ce959b2f Improvements to UI to make behaviour more similar to twitter.
Add new UI elements.
Can show PulseFocus or GroupFocus at the moment.
WIP, Much more work to get this finalised.
2020-05-15 22:36:50 +10:00

36 lines
1.8 KiB
C++

/*******************************************************************************
* gui/TheWire/PulseReplySeperator.h *
* *
* Copyright (c) 2020-2020 Robert Fernie <retroshare.project@gmail.com> *
* *
* This program is free software: you can redistribute it and/or modify *
* it under the terms of the GNU Affero General Public License as *
* published by the Free Software Foundation, either version 3 of the *
* License, or (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Affero General Public License for more details. *
* *
* You should have received a copy of the GNU Affero General Public License *
* along with this program. If not, see <https://www.gnu.org/licenses/>. *
* *
*******************************************************************************/
#ifndef MRK_PULSE_REPLY_SEPERATOR_H
#define MRK_PULSE_REPLY_SEPERATOR_H
#include "ui_PulseReplySeperator.h"
#include "PulseViewItem.h"
class PulseReplySeperator : public PulseViewItem, private Ui::PulseReplySeperator
{
Q_OBJECT
public:
PulseReplySeperator();
};
#endif