Kexi/Junior Jobs/Implement "Do you want to open" question after exporting report

From KDE Community Wiki
Revision as of 21:51, 7 March 2014 by Jstaniek (talk | contribs) (Created page with "'''Status: todo''', '''Target: 2.9''' Map browser widget is a GUI element that displays globe and map for given location. Proposed and mentored by ~~~~ ==The Goal== Impleme...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Status: todo, Target: 2.9

Map browser widget is a GUI element that displays globe and map for given location.

Proposed and mentored by Jstaniek (talk) 21:51, 7 March 2014 (UTC)

The Goal

Implement "Do you want to open exported document?" question dialog after exporting report to Text/Spreadsheet/as Web Page.

This is where the "Export As" command is available for a report:

Requirements

  • Use KMessageBox::questionYesNo() for displaying the dialog
  • For the const KGuiItem& buttonYes argument ise KStandardGuiItem::open()
  • For the const KGuiItem& buttonNo argument ise KStandardGuiItem::close()
  • This is similar to the question of CSV import: