#include <QY2RelNotesDialog.h>
Public Slots | |
void | tabChanged (int index) |
Public Member Functions | |
QY2RelNotesDialog (QWidget *parent) | |
void | setRelNotes (const std::map< std::string, std::string > &relNotes) |
void | retranslate () |
Protected Attributes | |
QTabBar * | _tabBar |
QY2TextBrowser * | _textBrowser |
QPushButton * | _closeButton |
std::map< std::string, std::string > | _relNotes |
std::vector< std::string > | _tabKeys |
Release notes dialog for the YQWizard widget.
This one is used only in the Qt UI inside the YQWizard after UI.WizardCommand(ShowReleaseNotesButton, ...).
Outside of the YQWizard or in the NCurses UI, it uses YDialog::showRelNotesText() (see ../../libyui/YDialogHelpers.cc) after being triggered from the YRelNotesButtonHandler event filter on a very low level when a button has the "release notes" button role (YPushButton::isRelNotesButton()).