forked from blue/squawk
hopefully end of refactoring of vcard to Info widget
This commit is contained in:
parent
bf11d8a74e
commit
e4a2728ef8
20 changed files with 268 additions and 1717 deletions
|
@ -32,6 +32,11 @@ public:
|
|||
Description(QWidget* parent = nullptr);
|
||||
~Description();
|
||||
|
||||
QString title() const;
|
||||
QString description() const;
|
||||
void setEditable(bool editable);
|
||||
void setDescription(const QString& description);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::Description> m_ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue