~roadmr/checkbox/templates-utf8-encoding

« back to all changes in this revision

Viewing changes to qt/frontend/qtfront.h

  • Committer: Marc Tardif
  • Date: 2012-06-12 15:03:42 UTC
  • mfrom: (1383.1.9 bug1012052)
  • Revision ID: marc.tardif@canonical.com-20120612150342-zpc1n2kmc2iftph3
Merged fix to bug #1012052 by javier.collado.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    void showText(QString text);
46
46
    void setWindowTitle(QString title);
47
47
    void startProgressBar(QString text);
48
 
    Q_NOREPLY void showError(QString text);
 
48
    Q_NOREPLY void showError(QString primary_text,
 
49
                             QString secondary_text,
 
50
                             QString detailed_text);
49
51
    void stopProgressBar();
50
52
    void showTree(QString text, QVariantMap options, QVariantMap defaults, QString deselect_warning);
51
53
    void showEntry(QString text, QString value, QString label);