~ubuntu-sdk-team/qtcreator-plugin-remotelinux/trunk

« back to all changes in this revision

Viewing changes to src/qnx/bardescriptoreditorauthorinformationwidget.h

  • Committer: CI bot
  • Author(s): Benjamin Zeller
  • Date: 2014-06-16 10:28:43 UTC
  • mfrom: (4.2.4 remotelinux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616102843-8juvmjvzwlzsboyw
Migrating to Qt5.3 and QtC 3.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
namespace Qnx {
38
38
namespace Internal {
39
39
 
40
 
namespace Ui {
41
 
class BarDescriptorEditorAuthorInformationWidget;
42
 
}
 
40
namespace Ui { class BarDescriptorEditorAuthorInformationWidget; }
43
41
 
44
42
class BarDescriptorEditorAuthorInformationWidget : public BarDescriptorEditorAbstractPanelWidget
45
43
{
49
47
    explicit BarDescriptorEditorAuthorInformationWidget(QWidget *parent = 0);
50
48
    ~BarDescriptorEditorAuthorInformationWidget();
51
49
 
52
 
    void clear();
53
 
 
54
 
    QString author() const;
55
 
    void setAuthor(const QString &author);
56
 
 
57
 
    QString authorId() const;
58
 
    void setAuthorId(const QString &authorId);
 
50
protected:
 
51
    void updateWidgetValue(BarDescriptorDocument::Tag tag, const QVariant &value);
59
52
 
60
53
private slots:
61
54
    void setAuthorFromDebugToken();