libyui-qt
 
Loading...
Searching...
No Matches
QY2RelNotesDialog Class Reference

#include <QY2RelNotesDialog.h>

Inheritance diagram for QY2RelNotesDialog:
Collaboration diagram for QY2RelNotesDialog:

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
 

Detailed Description

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()).


The documentation for this class was generated from the following files: